/* Default CSS Document */

*{margin:0; padding:0;}
html{}
body{
background:#000000;}

#container {
width:945px;
margin:0px auto 0px auto;
position:relative;
background:#8bc2e5;
}



#header{
	height: 80px;
	width: 945px;
	background-color: #000000;
	background-image: url(/images/header_banner_greyscale.jpg);
	background-repeat: no-repeat;
}


#main-area{float:left; width:655px;  padding:10px;}

#main-area-home{float:left; height: 400px; width:945px;
background: url(/images/main.jpg) center center repeat-x;
}

#right-col{float:left; width:250px; padding:10px; background:#a6c3b2;}
#footer{clear:both; height:150px; background:#FFFFFF;}
#footer img {float: left;}

#bannernote{float:left; width:655px; padding:270px 0px 0px 72px;}

#bannernote2{float:left; width:655px; padding:360px 0px 0px 72px; color: black;}

a:link {  
	text-decoration: underline; 
	color: #003333;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
	
img 
{
border: 5px double rgb(250,255,255)
}
	
.floatRight {
float: right;
margin: 20px 20px 20px 20px;
}

.floatLeft {
float: left;
margin: 20px 20px 20px 20px;
}
h1 { 
	font:  bold 14pt arial; 
	letter-spacing: 1px; 
	padding: 20px 10px 10px 30px; 
	color: #006699;
	}
h2 { 
	font:  bold 9pt arial; 
	letter-spacing: 1px; 
	padding: 20px 20px 15px 30px; 
	color: black;
	border-bottom: 1px; border-bottom-color:#333333; border-bottom-style:dashed;
	}
	
	h3 { 
	font:  bold 9pt arial; 
	letter-spacing: 1px; 
	padding: 20px 20px 15px 30px; 
	color: #000000;
	border-bottom: 1px; border-bottom-color: #333333; border-bottom-style:solid;
	}
	
	h4 { 
	font:  bold 9pt arial; 
	letter-spacing: 1px; 
	padding: 10px 0px 10px 30px; 
	color: #006699;
	border-bottom: 1px; border-bottom-color:#333333; border-bottom-style:solid;
	}
		
p{ font-family: Verdana, Arial, Helvetica, sans-serif; color: black; font-size: 12px; line-height:18px;  } 
p.pete1{ color: #023054; padding: 10px 30px 10px 30px; }
p.pete3{ font-family: verdana, arial, helvetica, sans-serif; color: black; font-size: 11px; line-height:14px; padding: 20px 20px 20px 20px;}
p.pete4{ font-family: verdana, arial, helvetica, sans-serif; color: black; font-size: 11px; line-height:14px;}
p.pete5{ font-family: verdana, arial, helvetica, sans-serif; color: black; font-size: 16px;}

p.notation{ font-family: verdana, arial, helvetica, sans-serif; color: black; font-size: 9px; padding: 5px 0px 5px 30px;}


	ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #023054;
list-style-type: disc;
background-color:#0099CC;
font-style:italic;
}

.horizontalcssmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
position:relative;
clear:both;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
margin-top: 60px;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 95px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #ffffff;
border-left-width: 0;
text-decoration: none;
background: url(/images/menubg.gif) center center repeat-x;
color: #000000;
font: bold 11px arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #ffffff;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 170px; /*width of sub menu levels*/
font: 11px arial;
padding: 2px 5px;
background: #cbd7e1;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(/images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #a0bacf;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */