/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #128980;
	SCROLLBAR-HIGHLIGHT-COLOR: #013275;
	SCROLLBAR-SHADOW-COLOR: #013275;
	SCROLLBAR-3DLIGHT-COLOR: #013275;
	SCROLLBAR-ARROW-COLOR: #013275;
	SCROLLBAR-TRACK-COLOR: #013275;
	SCROLLBAR-DARKSHADOW-COLOR: #013275;
	background-color: #013275;
	}
	
	
a:link {
	color: #128980;
}
a:visited {
	color: #128980;
}
a:hover {
	color: #50CDCF;
}
a:active {
	color: #128980;
}

#Container {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:600px;
	z-index:1;
}
#Sidebar {
	position:absolute;
	left:2px;
	top:1px;
	width:195px;
	height:620px;
	z-index:6;
	background-color: #013275;
}
#Header {
	position:absolute;
	left:197px;
	top:1px;
	width:705px;
	height:127px;
	z-index:4;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 20px 10px 30px;
}

#Navigation {
	position:absolute;
	left:219px;
	top:135px;
	width:683px;
	height:37px;
	z-index: 9999;
}
#Content {
	position:absolute;
	left:196px;
	top:173px;
	width:705px;
	height:435px;
	background-color: #013275;
}
.left {
	text-align: left;
}
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #50cdcf;
	margin-left: 30px;
	margin-top: 10px;
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #50cdcf;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.border {
	border-top: 1px dotted #50cdcf;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #50cdcf;
	border-bottom-color: #50cdcf;
	border-left-color: #50cdcf;
	margin-left: 30px;
}
.topofpage {
	font: 9px Arial, Helvetica, sans-serif;
	color: #00CC99;
	margin-right: 10px;
}
