/*----------------------------------------------------------------*/

#container {
	text-align: left;
	position: relative;
	width: 700px;
	margin: 14px auto 0 auto;
	padding: 0;
	height: 109px;
	border: 0px none;
}

/*----------------------------------------------------------------*/

#header {
	width: 700px;
	height: 35px;
	margin: 0;
	padding: 5px 0 0;
	border: 1px dotted #333333;
	position: absolute;
	filter: BlendTrans(Duration=10);
	background-color: #296B8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*----------------------------------------------------------------*/

#navigation {
	position: absolute;
	top: 35px;
	left: 0;
	width: 25px;
	height: 431px;
	background-color: #8CC6E7;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/*----------------------------------------------------------------*/
#contentheader {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 675px;
	height: 30px;
	background-color: #539DBC;
	margin: 0;
	padding: 7px 0 0;
	border: 1px dotted #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 10px;
	vertical-align: middle;
	letter-spacing: 5px;
}/*----------------------------------------------------------------*/

#contentcontainer {
	position: absolute;
	top: 66px;
	left: 25px;
	width: 650px;
	height: 400px;
	background-color: #FAF7EC;
	margin: 0;
	padding: 0;
	border: 1px dotted #333333;
}
#contentscroll {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 350px;
	height: 350px;
	margin: 5;
	padding: 5;
	scrollbar-track-color: #CDE9F2;
	scrollbar-face-color: #A0DCF8;
	scrollbar-darkshadow-color: #A0DCF8;
	scrollbar-shadow-color: #A0DCF8;
	scrollbar-3dlight-color: #A0DCF8;
	scrollbar-highlight-color: #A0DCF8;
	scrollbar-arrow-color: #FAF7EC;
	right: auto;
	border: none;
}
#content {
	margin: 0;
	padding: 0;
}
#right {
	background-color: #8CC6E7;
	height: 400px;
	width: 25px;
	border: 1px dotted #333333;
	position: absolute;
	left: 675px;
	top: 66px;
}

/*----------------------------------------------------------------*/

#footer {
	position: absolute;
	top: 466px;
	left: 0px;
	color: #94CEEF;
	background-image: none;
	background-color: #296B94;
	border: 1px dotted #333333;
	height: auto;
	width: 700px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a {
	color: #333333;
	padding: 3px;
	height: auto;
	width: 20px;
	border: 1px solid #333333;
	background-color: #8CD6F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	color: #333333;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
	color: #296B94;
	background-color: #FFFFFF;
}
#footer a:hover {
	color: #296B94;
	background-color: #FFFFFF;
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px solid #333333;
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	color: #FFFFFF;
	height: auto;
	width: 300px;
	font-weight: bold;
	top: 500px;
	background-color: #84c6e7;
	text-align: center;
}
#header a:link {
	color: #6699CC;
	text-decoration: none;
}
#header a:visited {
	color: #999999;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

