@charset "utf-8";
/* CSS Document */

#mainbody{
	font-family:"Century Gothic", "Arial Black";
	font-size:14px;
	color:#000053;
	background-color:#CFD8FE;
	margin-left:210px;
	margin-right:auto;
	width:70%;
	height:600px;
	text-align:left;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#000053;
	text-align:center;
}

li a{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:2px;
	text-decoration:none;
	font-weight:bold;
	color:#000053;
	list-style-type:none;
	border-top: double #000053 3px;
	border-bottom: double #000053 3px;
	text-align:center;
}

li a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#0000D9;
	list-style-type:none;
}

li a:hover{
	font-weight:bolder;
	color:#000053;
	list-style-type:none;
	border-top: solid #000053 3px;
	border-bottom: solid #000053 3px;
}

li.topnavlist a{
	text-decoration:none;
	font-weight:bold;
	color:#CFD8FE;
	list-style-type:none;
	border:none;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
}

li.topnavlist a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#CFD8FE;
	list-style-type:none;
}

li.topnavlist a:hover{
	text-decoration:underline;
	font-weight:bolder;
	color:#CFD8FE;
	list-style-type:none;
}
	

body {
	background:#CFD8FE;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:expression(document.body.clientHeight);
	margin:0px;
	padding:0px;
	text-align:left;
}

#navbartop {
	display:inline;
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	color:#CFD8FE;
}

.topnavlist{
	display:inline;
	font-family:"Century Gothic", "Arial Black";
	font-size:16px;
	text-align:right;
	padding-right:5px;
}

#mainblock{
	margin-left:210px;
	margin-right:auto;
	width:500px;
	border:none;
	float:left;
}
	
.righttree{
	width:220px;
	float:right
}

.lefttree{
	width:220px;
	float:left;
}

h3 a{
	width:220px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000053;
	border-top: double #000053 3px;
	border-bottom: double #000053 3px;
	text-align:center;
	font-size:16px;
}

h3 a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#0000D9;
}

h3 a:hover{
	font-weight:bolder;
	color:#000053;
	border-top: solid #000053 3px;
	border-bottom: solid #000053 3px;
}

h4 a{
	width:190px;
	margin-left:30px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000053;
	border-top: solid #000053 2px;
	border-bottom: solid #000053 2px;
	text-align:center;
	font-size:14px;
}

h4 a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#0000D9;
}

h4 a:hover{
	font-weight:bolder;
	color:#000053;
	border-top: groove #000053 2px;
	border-bottom: groove #000053 2px;
}

p a{
	width:170px;
	margin-left:50px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000053;
	text-align:center;
	font-size:12px;
}

p a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#0000D9;
}

p a:hover{
	font-weight:bolder;
	color:#000053;
	border-top: solid #000053 1px;
	border-bottom: solid #000053 1px;
}

#navbar{
	width:200px;
	list-style-type:none;
	font-family:"Century Gothic", "Arial Black";
	font-size:16px;
	color:#000053;
	float:left;
}

#submenu{
	margin-top:-5px;
	margin-bottom:-5px;
	width:170px;
	padding-left:30px;
	list-style-type:none;
	font-family:"Century Gothic", "Arial Black";
	font-size:13px;
	color:#000053;
	float:left;
}

#header{
	padding:0px;
	margin:0px;
	height:100px;
	background-color:#000052;
	text-align:center;
}