@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.oneColFixCtrHdr #container {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/headerback_03.jpg);
	background-repeat: repeat-x;
	height: 184px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 10pt;
	background-image: url(images/footerback_06.jpg);
	background-repeat: repeat-x;
	height: 80px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
	color: #FFFFFF;	
}

.oneColFixCtrHdr #footer a:visited {
	color: #FFFFFF;	
}

li {
	margin-bottom: 12px;
}

h1 {
	font-size: 16pt;
	margin-top: 8px;
	padding-top: 8px;
}

h2{
	font-size: 12pt;
	color: #5f74ad;
	font-weight: bold;
}

a {
color: #5f74ad;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 15px;
	float: 0;
}

#navbar a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#navbar a:hover {
	text-decoration: underline;
	color: #5f74ad;
}

#navbar a:visited { 

}

#navbarlocal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 8px;
	width: 700px;
	background-color: #FFFFFF;
	margin-left: 0px;
	float: 0;
}

#navbarlocal a {
	color: #5f74ad;
	text-decoration: underline;
	font-weight: bold;
}

#navbarlocal a:hover {
	text-decoration: underline;
	color: #666666;
}

#navbarlocal a:visited { 

}



#topback {
	background-color: #FFFFFF;
	height: 30px;
}

#footback {
	height: 27px;
	background-color: #5f74ad;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
	font-size: 14pt;
}

#footback a {
	
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
}


.highlight{
	font-size: 12pt;
	color: #5f74ad;
	font-weight: bold;
}

.homebox {
	width: 220px;
	float: left;
	text-align: center;
	margin-right: 10px;
	background-image: url(images/homeboxback_03.jpg);
	padding-right: 4px;
	padding-left: 4px;
	height: 180px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.homeboxpic {
	margin-top: 10px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.afmlogo {
	margin-top: 15px;
}

h5.liteTanBox
	{
	font-size:12pt;
	background-color: #EBEBD8; 
	padding: 3px 3px; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #FFFFFF;
	text-align:center;
	}
	
h6	{
	font-size:10pt;
	text-weight:bold;
	color: #000000;
	}
	
#bridgelogo {
	background-color: #5f74ad;
	margin-top: 50px;
}
