@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(images/Background%20image.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

H1{font-size:130%;color:#FF5700;font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
H2{font-size:110%;color:#333333;}
hr.grey{border-color:#cccccc; border-style: solid; border-width: 1px 0 0; clear: both; margin: 0 0 20px; height: 0;}

#maincontainer{
	width: 790px;
	height: auto;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

#maincontent{
	width: 600px;
	padding-left: 10px;
	height: auto;
	float:left;
	background: #ffffff;
	display:inline;
}
#leftcontent{
	width: 175px;
	height: auto;
	float:left;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

#footer{
	width: 790px;
	height: auto;
	background: #ffffff;
	padding-bottom:10px;
}

ul#list-nav {list-style:none; width:790px; height:25px;margin:0px; padding:0px; background:url(images/navbgd.gif); font-size: 110%;}
ul#list-nav li {display:inline;}
ul#list-nav li a {padding:3px 0; width:95px; background:url(images/navbgd.gif); color:#ffffff; float:left; text-align:center; font-weight:bold; border-right:1px solid #666666; text-decoration:none;}
ul#list-nav li a:hover {font-weight:bold; color:#FF5700; text-decoration:none;}

#header{
	width: 800px;
	height: 90px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header.gif);
}

a:link {color: #333333; text-decoration:underline; font-weight:normal;}
a:active{color: #333333; text-decoration:underline;font-weight:normal;}
a:visited {color: #333333; text-decoration:underline;font-weight:normal;}
a:hover {color:#FF5700; text-decoration:underline;font-weight:normal;}

table.nav{width:170px; margin-left:5px; border:none; font-size: 100%; border-collapse:collapse;}

