* {
	padding: 0;
	margin: 0;
}
body {
	color: #000000;
	margin: 0 auto;
	background: #FDFDFD url(images/3wavebg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: 16px; 
	line-height: 20px; 
	text-align: center; 
	color: #003366;
	margin: 10px;
	}
h2 {
	font-size: 15px; 
	line-height: 19px; 
	text-align: center; 
	color:#006699;
	margin: 10px;
}
h3 {
	font-size: 14px; 
	line-height: 18px; 
	color:#003366; 
	text-align: left;
	margin: 10px; 
}
h4 {
	font-size: 13px; 
	line-height: 17px;
	color:#003366; 
	text-align: center;
	margin: 10px;
}
ol {
	list-style:lower-roman;
	list-style-position:inside;
}
ul {
	list-style: disc;
	list-style-position: inside;
	line-height: 1.25;
	padding: 10px 40px;
	text-indent: -20px;
}
.chromestyle{
	width: 744px;
	font-weight: bold;
	color:#003366;
}
p { 
	font-size: 12px;
	line-height: 18px;
}
li {font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #003366;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003366;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
/* end chrome menu*/
#container {
	margin: 0 auto;
	background-color: rgb(235, 245, 253);
	width: 746px;
	text-align: left;
}
#container a {
	text-decoration: none;
	color: #0033CC;
}
#container a:hover {
	text-decoration: underline;
}
#container p {
	max-width: 650px;
	margin: 10px 25px;
	padding: 5px;
}
#container #footer {
	margin: 0 auto;
	width: 746px;
	height: 80px;
	background: url(images/3wavefooter.png) no-repeat top center;
}
#container #footer p {
	font-size: 12px;
	text-align: center;
	padding: 20px 0 0 0;
	max-width: 675px;
}
#container #footer a {
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline
}
.siteport {
	padding: 10px;
	font-size: 10px;
}
.siteimg {
	float: left;
	width: 460px;
}
.sitedesc {
	float: right;
	width: 240px;
}
#container .siteport .sitedesc p {
	padding: 0;
	font-size: 10px;
}
#container .siteport p {
	padding: 0;
	font-size: 10px;
}
.linkborder {border:#336699 solid 1px;}
.txtleft {text-align:left;}
.centertxt {text-align:center;}
.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right; 
	margin: 5px;
}
.imgcenter {
	margin-left: 25px;
}
.handwriting {font-family: handwriting dakota, tahoma, arial, sans-serif;}
.clear {
	clear: both;
}