@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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 */
	border: 0px solid #FFFFFF;
	color: #000000;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: #FFFFFF;
	border-right-color: #FFFFFF;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;

}
#mainContent {
	width: 910px;
	color: #999999;
	font-size: 12px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	margin: 0 0 0 0px;
    background-color: #B5B5B5;	


}
#photo_banner {
	color: #FFFFFF;
	padding-top: 20px;
	margin: 0 0 0 0px;
	padding: 0 0px 0px 0px;
	padding-bottom: 5px;
}

#right_content {
	float: right;
	width: 210px;
	background-color: #B5B5B5;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
}

#footerbar {
	width: 950px;
	height:20px;
	text-align:center;
	background-color: #FFFFFF;
	font-size: 10px;
}

#logobar {
	width: 950px;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:left;
	border-top-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 10px;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#emptybar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}

.pageHeader {
	color: #FFFFFF;
	line-height:normal;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
	font-size: 24px;
	}
.bodyText {
	font:12px arial;
	color:#FFFFFF;
	}

a {
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	}
a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
#navigation a {
	font:14px arial;
	color: #0033ff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #FF0000;
	}
#footerbar {
	width: 100%;
	height:100%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align:center;
}

div#navbar2 {
	height: 40px;
	width: 100%;
	border-top: solid #000000 0px;
	background-color: #B5B5B5;
	text-align: right;
	vertical-align: middle;
	padding-bottom: solid #000000 5px;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color:#FFFFFF;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00CCFF;
	line-height: 40px;
	white-space: nowrap;

}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	color: #00CCFF;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-background-inline-policy: #99CCCC;
}
div#navbar2 li a:link {
    color: #FFF:
	color: #9900CC;
	color: #FFFFFF;
}
div#navbar2 li a:visited {
	color: #FFFFFF;
}
div#navbar2 li a:hover {
	color: #333333;
	background-color: #B5B5B5;
}
