/* css SEASDCweb */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-image: url(../images/sitebg_bluedots.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top;
	/* don't hide, causes firefox to not show scrollbars */
	/*overflow: hidden;*/
/*	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0ECD6;*/
	}
p { 
	}
h3 { 
	}
h4 { 
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 14px;
	color: #666;
	}
img {
	border:0px;
}
a:link {
	/*color: #993300;*/
	text-decoration: none;
	}
a:visited {
	/*color: #999900;*/
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	/*color: #CF0;*/
	text-decoration: none;
	/*border-bottom-width: 10px;*/
	/*border-bottom-style: dotted;*/
	/*border-bottom-color: #f00;*/
	}
#pageHeader {
	background-image: url(../images/head_tile.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 12px;
	margin-bottom: 2px;
	height: 102px;
	width: 100%;
	z-index: 5;
	/*border: red solid 1px;*/
}
#headerMenu {
	background-color:#622f94;
	color: #aaa; 
	padding-top:0px; 
	margin-bottom:10px;
}
#headerMenu a:link {
	color: #eee;
	text-decoration: none;
	font-weight:bold;
}
#headerMenu a:visited {
	color: #eee;
	text-decoration: none;
	font-weight:bold;
}
#headerMenu a:hover {
	color: #CF0;
	font-weight:bold;
}
#feedbackDiv {
	color:#fff;
	font-variant:small-caps;
	font-size:30px;
	font-weight:bold;
	/*border: red solid 0px;*/
}
	
#pageContainer {
	width: 985px;
	height: 120%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 4;
	position: relative;
	/*border: red solid 1px;*/
	}

#bottomDiv {
	background-image: url(../images/SEASDCweb_bottom_5.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 100%;
	/*position:fixed;*/
	position:relative;
	top:30px;;
	/*top: 100px;*/
	/*position:absolute;
	top: 1040px*/;
	left: 20px;
	bottom: 0px;
	z-index: 5;
	/*border: red solid 1px;*/
}

#footer {
	position: absolute;
	bottom: 700px;
	margin-left: 350px;
	z-index: 6;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.75em;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 252px;
	text-align: center;
	padding-top: 15px;
	padding-right: 40px;
	visibility: visible;
}
.clear {
	clear: both;
}
.linksDiv {
	background-color:#000;
	/*height: 120px;*/
	/*width: 654px;*/
	bottom: 0px;
	z-index: 5;
	/*position:absolute;*/
	/*top: 600px;*/
	/*border: #622f94 solid 1px;*/
	/*border: red solid 1px*/
}
.links_heading {
	font-size: 18px;
	margin-bottom: 9px;
	height: 20px;
	color: #45b4e2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 6px;
	background-color: #000;
	margin-left: 10px;
	border-bottom: #336ea1 solid 1px;
	
}
.links_box {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
	margin-left: 20px;
	/*border: green solid 0px;*/
}
.links_box a:link {
	color: #FFF;
	text-decoration: none;
}
.links_box a:visited {
	color: #FFF;
	text-decoration: none;
}
.links_box a:hover {
	color: #CF0;
}

