/* CSS Document */

body {
		margin:10px 10px 0px 10px;
		padding:0px;
}


#banner {
		background:#ffcc00;
		height:100px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		/* IE5 Hack */
		voice-family: "\"}\"";
		voice-family: inherit;
		height:99px;
}

#banner_text {
		height:70px;
		padding-top:29px;
		padding-right:20px;
		font: 25px "Verdana","Times New Roman",sans-serif; color:black ;text-align:right; 
		/* IE5 Hack */
		voice-family: "\"}\"";
		voice-family: inherit;
		height:70px;
}


#banner_underline {
		background:#000;
		height:3px;
}
	
#leftcontent {
		position: absolute;
		left:10px;
		top:113px;
		width:130px;
		height:3000px;
		background:rgb(48,48,48);
}

#navpanel {
	/*position: absolute;*/
	padding: 10px;
	
	display:block;
	}

div#navpanel a:link { color:#ffcc00;}
div#navpanel a:hover { color:#ffffff;}
div#navpanel a:active { color:#ffffff;}
div#navpanel a:visited { color:#ffcc00;}
div#navpanel a:active { color:#ffffff;}


#centercontent {
		/*background:#fff;*/
   		margin-left: 155px;
   		margin-right:10px;
}

html>body #centercontent {
   		margin-left: 155px;
   		margin-right:10px;
		display:block-level;
}

#center_bottom{
	display:inline;
	height: 175px;
}

#footer {
	display:block;
	text-align: left;
	margin-left: 155px;
}

table {
	font: 12px "arial","Times New Roman",sans-serif;
	color:black;
}
		

h1 {font: 25px "arial","Times New Roman",sans-serif; color:black; }

h2 {font: 15px "arial","Times New Roman",sans-serif; color:black; }

h3 {font: 12px "arial","Times New Roman",sans-serif; color:black; }

h4 {font: 10px "arial","Times New Roman",sans-serif; color:black; }

