/* CSS Document */

html, body {
height: 100%;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
background-color:#AAC3B8;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
text-align: center;
}
a{text-decoration:underline; color:#009478;}
a:hover{text-decoration:none;}
ul{padding-top: 0px; margin-top:0px;}
li{
margin-bottom: 4px;
}
h1{font-size:130%;
color:#fff;
background-color:#7CA593;
display:block;
padding:5px;
}
h2{font-size:110%;
color:#000;
margin-bottom:3px;}
h3{font-size:100%;
color:#009478;
margin-bottom:3px;}
legend{font-weight:bold; color:#009478; }
fieldset{border: 1px #DB984E solid; padding: 20px;}
th{border-bottom:1px solid #009478; border-top:1px solid #009478; text-align:center; color:#000;}
#container{ 
background-color:#FDF1DC;
background-image:url(../images/backcontentgradiant.gif);
background-repeat:repeat-y;
background-position:right;
margin: 0 auto;
width: 975px;
text-align: left;
border:1px #DB984E solid;
}
#header{
background-color:#AAC3B8;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
height:135px;
padding: 0px;
margin:0px;
}

#menubar{
background-color:#7CA593;
border-top: 2px solid #DB984E;
padding: 5px;
color: #fff;
}
#menubar a{color: #fff;
margin-left: 10px;
margin-right: 10px;
text-decoration:none;}

#menubar a:hover{color: #B3E0C1;
text-decoration:none;}
#content{ 
background-color:#FFFFFF;
}
#left{ 
float:left;
width: 495px;
padding: 20px;
}
#right{ 
float:left;
width: 400px;
padding: 10px;
margin-top: 20px;
}

#footer{
background-color:#7CA593;
background-image:url(../images/backcellgradiant.gif);
background-repeat:repeat-y;
color:#fff;
text-align:center;
padding: 20px;
clear:both;
}
#footer a{
color:#fff;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
.seabluehighlight{
	color:#009478;
	font-weight:bold;
	font-size:130%;
}
.regulartext{
color:#000;
}
.bigboldtext{
	font-weight:bold;
	font-size:130%;
}
.removePMargins{margin-bottom: 3px; margin-top: 0px;}
.hidden{margin-left:-3000px; background-color:#AAC3B8; display:inline;}
h1.slideshowfooter{
text-align:center; 
margin-top:0px; 
background-image:url(../images/backcellgradiant2.gif); 
background-repeat:repeat-y;
font-weight:normal;
}