@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.png) repeat-x #f48d3d;
	font-family: "Times New Roman", Times, serif;
}
img { border: 0; }
h1 { color: #eb4847; 
	font-size: 25px; }
h2 { color: #666; 
	font-size: 22px; }
h3 { color: #2853ad; 
	font-size: 18px; }
h4 { color: #eb4847; 
	font-size: 18px; }
h5 { 
	color: #2853ad;
	font-size: 22px;
	font-weight: bolder;
	line-height: 35px;
	border-bottom: solid #ccc 1px;
}
h6 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-indent: 4px;
	font-size: 94%;
}
a:link { color: #4272d7; }
a:hover { color: #2853ad; }
a:visited { color: #999; }

.clear { clear: both; }

#main {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	float: right;
}

#container {
	background: #fff;
	border: solid 1px #666;
}
#leftnav {
	width: 215px;
	padding: 10px;
	float: left;
	clear: left;
}
#leftnav ul {
	list-style: none;
	padding-left: 10px;

}
#content {
	width: 532px;
	float: right;
	clear: right;
	padding: 20px;
	border-left: solid 1px #ccc;
}
#footer {
	text-align: center;
	color: #666;
	font-size: 12px;
	padding: 5px;
}



/* Top Navigation */
#topnav {
	margin: 0;
	padding: 0;
	float: right;
	width: 575px;
	height: 35px;
}
#topnav img{
    float:right;
    margin:0;
}
#topnav {
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}
#topnav li {
    float:left;
    margin:0;
    padding:0;
}
#topnav li a {
    display:block;
    padding-left: 20px;	
    color:#fff;
    font-size:14px;
    font-weight:bold;
    line-height: 35px;
	border-right:1px solid #2853ad;
    text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}
#topnav #nav1 a {width:90px;}
#topnav #nav2 a {width:90px;}
#topnav #nav3 a {width:90px;}
#topnav #nav4 a {width:90px;}
#topnav #nav5 a {width:90px;}

#topnav a:link, #topnav a:visited {
	background: url(images/tabmid.png) no-repeat left top;
}
#topnav a:hover, #topnav a:active {
	background: url(images/tabmiddark.png) no-repeat left top;
}
#topnav li.firstnavitem a:link, #topnav li.firstnavitem a:visited, #topnav li.firstnavitem a:active {
	background: transparent url(images/tab.png) no-repeat left top;
}
#topnav li.firstnavitem a:hover {
	background: transparent url(images/tabldark.png) no-repeat left top;
}

#topnav li.lastnavitem a:link, #topnav li.lastnavitem a:visited  {
	border:0;
	background: transparent url(images/tabr.png) no-repeat right top;
	background-position: top right;
}

#topnav li.lastnavitem a:hover, #topnav li.lastnavitem a:active {
	background:transparent url(images/tabrdark.png) no-repeat right top;
}
/* End Top Navigation */
