/* CSS Document */
body {
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #CC3333;
	font-family : Tahoma, Helvetica, Verdana, Sans, Sans-serif;
	font-size : 14px;
	text-decoration : underline;
}

a:hover {
	color: #666666;
	text-decoration : underline;
}	

#main {
	text-align: center;
	width: 802px;
	margin : 0px auto;
	background-color: #FFFFFF;
}

#header {
	height: 230px;
	width: 802px;
	clear: all;
	background-image: url(images/header_background.jpg);
}

#navstrip {
	width: 802px;
	height: 56px;
	clear: all;
	float: left;
	background-image: url(images/bottomnav_background.jpg);
}

#nav {
	display: inline;
	clear: both;
}

#nav li {
	text-align: center;
	display: block; 
	float: left;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
} 

#nav a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333366;
	text-decoration: none;
	background-image:url(images/btn_under.gif);
	width: 133px;
	height: 38px;
	padding: 18px 0 0 0;
}

#nav a#active {
	color: #CC3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

#nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size : 16px;
	color: #999999;
	background-image: url(images/btn_over.gif);
	text-decoration: none;
}

#navstriphome {
	width: 802px;
	height: 53px;
	clear: all;
	background-image: url(images/nav_background.jpg);
}

#navhome {
	display: inline;
}

#navhome li {
	text-align: center;
	display: block; 
	float: left;
}

#navhome ul {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
} 

#navhome a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333366;
	text-decoration: none;
	background-image:url(images/btn_under.gif);
	width: 133px;
	height: 35px;
	padding: 18px 0 0 0;
}

#navhome a#active {
	color: #CC3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

#navhome a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size : 16px;
	color: #999999;
	background-image: url(images/btn_over.gif);
	text-decoration: none;
}

#content {
	clear: all;
}

#leftcontent {
	color: #999999;
	font-family : Tahoma, Helvetica, Verdana, Sans, Sans-serif;
    font-size : 12px;
	text-decoration : none;
	width: 185px;
	float: left;
	text-align: left;
}

#rightcontent {
	color: #333366;
	font-family : Tahoma, Helvetica, Verdana, Sans, Sans-serif;
    font-size : 14px;
	line-height: 22px;
	text-decoration : none;
	width: 617px;
	float: left;
	text-align: left;
	padding: 12px 0 0 0;
}

#bottomnavstrip {
	width: 802px;
	height: 56px;
	clear: all;
	float: left;
	background-image: url(images/bottomnav_background.jpg);
}

#bottomnav {
	display: inline;
	clear: both;
}

#bottomnav li {
	text-align: center;
	display: block; 
	float: left;
}

#bottomnav ul {
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
} 

#bottomnav a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333366;
	text-decoration: none;
	background-image:url(images/btn_under.gif);
	width: 133px;
	height: 38px;
	padding: 18px 0 0 0;
}

#bottomnav a#active {
	color: #CC3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

#bottomnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size : 16px;
	color: #999999;
	background-image: url(images/btn_over.gif);
	text-decoration: none;
}

#footer {
	width: 802px;
	clear: both;
}

td {
	color: #999999;
	font-family : Tahoma, Helvetica, Verdana, Sans, Sans-serif;
    font-size : 12px;
	text-decoration : none;
}

#leftfooter {
	width: 400px;
	height: 100px;
	background-image: url(images/footer_left.jpg);
	text-align: left;
	float: left;
	padding: 0 0 0 0;
}

#rightfooter {
	width: 400px;
	height: 100px;
	text-align: right;
	float: right;
	padding: 0 0 0 0;
}
