/* CSS Document */

.access { display: none; }
h1, h2, h3, h4, h5, h6 { 
    margin: 0; 
    padding: 0; 
    padding-top: 10px;
    line-height: normal; 
}

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 22px; }

h5 { font-size: 16px; }

a {	
	color: #ff5116; 
	text-decoration: none; 
	font-weight: bold;
}
a:link{
	color: #ff5116;	
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #ff5116; 
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #ff5116; 
	text-decoration: underline;
	font-weight: bold;
}

html { 
	min-width: 890px; 
}

body {
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	line-height: 16px; 
}
#header { background: url(../img/header.jpg) no-repeat; height: 108px; }
#topnav { width: 790px; background: url(../img/nav.jpg) no-repeat; height: 24px; }
#topnav ul { list-style: none; padding: 0; margin: 0; padding-left: 135px; padding-top: 6px; }
#topnav li { padding: 0; margin: 0; list-style: none; margin-right: 15px; display: inline; position: relative; }
#topnav a { color: #000; }
#leftnav { width: 163px; height: 230px; float: left; padding: 0; padding-top: 75px; padding-left: 3px;   }
#leftnav ul { list-style: none; padding: 0; margin:  75px 0 0 3px; }
#leftnav a { color: #fff; }
#wrap1 { width: 790px; background: url(../img/left.jpg) no-repeat; position: relative; min-height: 450px; }
#wrap2 { background: url(../img/bg.jpg) 169px 0px no-repeat; }
#contentwrap { width: 500px; padding-top: 30px; margin-left: 175px; }
#footer { clear: both; width: 600px; height: 150px; background-color:#CCCCCC;  
margin-left: 145px;  background: url(../img/footer.gif) no-repeat; position: relative;  }
#footertext { position: relative; top: 45px; left: 15px; }
#vheight { width: 1px; height: 450px; float: right;   }
#content { width: 473px; float: left; padding-right: 20px; }
#rightpanel { display: none; }
