@charset "utf-8";

body {
	text-align: center;
	background-position: 0 0;/*IE Fix */
	font-size:11pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-color: #C5D4D5;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* @group Links */

a:link {
	color: #1969bc;
	text-decoration: none;
}

a:visited {
	color: #1969bc;
	text-decoration: none;
}

a:hover {
	color: #1969bc;
	text-decoration: underline;
}

a:active {
	color: #1969bc;
	text-decoration: underline;
}

#container1{
	text-align: left;
	background-color: #ECF2F2;
	margin: 0px;

}

#container2 {
	text-align: left;
	background-color: #ECF2F2;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container3{
	text-align: left;
	background-color: #C5D4D5;
	margin: 0px;
}

#container4 {
	text-align: left;
	background-color: #C5D4D5;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}



#logo {
	background-color: #ECF2F2;
}



/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{
	position:relative;
	height:40px;
	color:#E0E0E0;
	background:#143D55;
	width:768px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	margin-left: 10px;
}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(../images/menu/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 20px;background-color: #ECF2F2;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(../images/menu/dolphin_bg-OVER.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{color:#fff;background:#1D6893 url(../images/menu/dolphin_left-ON.gif) no-repeat top left;line-height:275%;}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(../images/menu/dolphin_right-ON.gif) no-repeat top right;height:33px;}
/* ---------------------- END Dolphin nav ---------------------- */
#header {
	background-image: url(../images/center_old.png);
	background-repeat: repeat;
	margin: 0px;
}
#footer {
	font-size: 9pt;
	padding-bottom: 10px;
}

h1{
	font-size: 16pt;
	color: #05A;
	font-weight: bold;
}

h2{
	font-size: 14pt;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}

#logo{
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#body {
	background-image: url(../images/center1.png);
	background-repeat: repeat;
	margin: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 50px;
}
.box,.downloadbox{
	background-color: #ECF2F2;
	padding: 15px;
	border: 1px solid #D0DCEC;	
}

.yellowbox{
	border: 1px solid #FC0;
	background-color: #FBF397;
	padding: 15px;
}

.downloadbox h2{
	text-decoration: underline overline;	
	
}
.red {
	color: #F00;
}
