@charset "utf-8";
body  {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
.twoColElsLtHdr #container { 
	width: 100%;
	margin: 0px auto;
	text-align: left;
	max-width: 985px;
} 

#header img{
	width:100%;
}

.topBar{
	width:100%;
	height:46px;
	text-align:right;
	padding-top:10px;
}

.sideNavItemSelected a:link, .sideNavItemSelected a:visited, .sideNavItemSelected a:active{
	 color:#FFFFFF;
	 text-decoration:none;
}
.sideNavItemSelected a:hover{
     text-decoration: underline;
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 320px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1em;
	background-color: #374249;
	width: 94%;
	padding: 20px 3px;
	border-top: 10px solid #60C566;
	min-height: 360px;
}

#logos{
	max-width:100%;
}

.contentLeft{
	width:100%;
	border-right:none;
} 
.contentRight{
	width:100%;
	float:right;
} 


.twoColElsLtHdr #footer { 
	padding: 0;
	text-align:center;
	padding-bottom:50px;
	color:#000000;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	padding:0;
	margin:0;
	font-size:120%;
}
#mainContent h1{
	padding:0;
	margin:0;
	font-size:160%;
}

.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.large{
	font-size:large; 
}

a:link, a:visited, a:active, a:hover {
     text-decoration: none;
	 color:#FFFFFF;
}

a.main:link, a.main:visited, a.main:active, a.main:hover {
     text-decoration: underline;
	 color:#212121;
}
.navigation {
	background-color: #374249;
	border-bottom: 1px solid #FFF;
	min-height: 41px;
	padding: 4px 3px;
	width: 94%;
	margin: 0px 1em;
}

.navigation a{
	width: 98%;
	border: 1px solid #FFF;
	padding: 8px 2px;
	height: 19px;
	text-align: center;
	float: left;
}
.selected{
	background-color:#60C566;
	color:#212121;
}

input, textarea {
	max-width:98%;
	width:98%;
}

input[type="image"]{
	width:auto;
}

/*MEDIUM SMALL*/
@media only screen and (min-width: 47em) {
.contentLeft{
	width:49%;
	float:left;
	border-right:solid 1px #FFFFFF;
	padding-right:10px;
} 
.contentRight{
	width:49%;
	float:right;
} 

.navigation a{
	width:19%;
	font-size:110%;
	float:left;
	height: 26px;
}	
}


}		
	
/*MEDIUM*/
@media only screen and (min-width: 55em) {
.navigation a{
	height: 19px;
}
}	
	
/*LARGE*/
@media only screen and (min-width: 57em) and (max-width: 75.25em){

}

