/* CSS Document */

body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family: Cambria, serif;
 font-size: 18px;
 font-style: normal;
 font-weight: normal;
 text-transform: normal;
 letter-spacing: normal;
 line-height: 1.4em;
}



#banner {
	height:99px;
	/* IE5 Hack */
		voice-family: "\"}\"";
	voice-family: inherit;
	height:99px;
	
}

#banner_padding {
		background:#e0fbfe;
		height:5px;
		width:20px;
}

#banner_img {
		display:inline;
		padding-left:10px;
		height:70px;
		width:700px;
}

#banner_text {
	display: inline;
	height:70px;
	width:110px;
	position: absolute;
	right:20px;
}

#banner_underline {
		background:#000;
		height:3px;
		width:960px;
}

#center_line{
margin-left: auto; 
margin-right: auto;
width: 960px;
}

#picture_right{
		float:right;
		background: url(images/drop_shadow.jpg) no-repeat bottom right;
		clear: right;
}

#picture_right img{
	margin: -4px 4px -1px -4px;
}

img.alignleft{float:left; padding: 5px 5px 5px 5px; border:1px solid #ccc; background-color:#fff; margin: 5px;}

#leftcontent {
		position: absolute;
		left:10px;
		top:113px;
		width:240px;
		height:100%;

}

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


#centercontent {
		/*background:#fff;*/
   		margin-left: 270px;
   		margin-right:20px;
		width: 790px;
}

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

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

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

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

h1 {
 font-family: Cambria, Georgia, Times, ‘Times New Roman’, serif;
 font-size: 36px;
 font-style: normal;
 font-weight: normal;
 text-transform: normal;
 letter-spacing: normal;
 line-height: 1.2em; }

h2 {font: 20px Cambria, Georgia, Times, ‘Times New Roman’, serif; color:black; font-weight: bold; }

h3 {font: 16px Cambria, Georgia, Times, ‘Times New Roman’, serif; color:black; font-weight: bold; }

h4 {font: 10px Cambria, Georgia, Times, ‘Times New Roman’, serif; color:black; font-weight: bold; }

#navigation {
width:220px; 
font-size:20px;
font-family: Cambria, Georgia, Times, ‘Times New Roman’, serif;
}
#navigation ul {margin:0px; padding:0px; background-color:#666; list-style-type: none;}

#navigation ul li{
height:25px;
line-height:25px;
list-style: none;
padding-left:10px;
color:#fff;
border-top:#fff solid;
border-bottom:#fff solid;
border-width:1px;
cursor:pointer;
}  

#navigation ul li:hover {background-color:#F90; position:relative; text-decoration: none;}

#navigation a{
height:25px;
line-height:25px;
list-style: none;
padding-left:10px;
color:#fff;
text-decoration: none;
}

a:link {text-decoration: none; color: red; font-weight:normal;}
a:visited {text-decoration: none; color: red;}
a:active {text-decoration: none}
a:hover {text-decoration: underline overline; color: red;}




