/* CSS Document */

*{
margin:0px;
padding:0px;
}
/* links */
a:link, a:visited, a:active {color:#214BAD;	text-decoration: underline;}
a:hover {color: #408CFF; text-decoration: underline;}

body {
	background-color:#AAC0E9;
	margin:0px;
    padding:0px;
	
	height:100%;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color:#333399;*/
	color: #214BAD;
	/*color:#333333;*/
	text-align:center;
	
}
img{
border:0px none;
/*fix line-height issue in IE6*/
vertical-align:middle;


}
p{text-indent:40px;}



 #navlist li
{
display: inline;
list-style-type: none;
padding-left: 5%;
background-color: #fff;
color: #3F6DBC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em ;
font-weight: bold;
vertical-align: middle;
	
}
#navlist li a {text-decoration: none; height:25px;}
#navlist li a:link { color: #3F6DBC; }
#navlist li a:visited { color:#3F6DBC; }
#navlist li a:hover
{
	text-decoration:underline;
}

#navlist li #current {
color: #669900;


}
.green{
color: #669900;
font-weight:bold;
}
.b{
font-weight:bold;
}
.italic{
	font-style:italic;
	font-size:small;
}
.middle{
text-align:center;
}
.spacing{
        clear:both; 
		background-image: url(images/spacer.gif);
		height:8px;
		width:100%;
		}
.space1{
		background-image: url(images/spacer.gif);
		height:1.5em;
		width:100%;
}		
		
		
.menuspace{
        clear:both; 
		background-image: url(images/spacer.gif);
		height:5px;
		width:100%;
		}
#wrapper{
background-color:#FFFFFF;
width: 760px;
margin:0px auto;
text-align:left;
}

.line{
	width:100%;
	height:0.1em;
	
	border: thin solid #89A7D8;
}

.box{
	border: thin dotted #89A7D8;
	padding: 10px;
	background-color:#E7EBFE;

}

.underline{
	text-decoration: underline;
	color: #221ABD;

}
.indent{
padding-left:70px;
}
#side{
	display:inline;
	float:left;
	width:172px;
	background-image: url(images/side.jpg);
	background-color: #FFF;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em ;
	font-weight: bold;
	background-repeat: no-repeat;
	height:500px;
    text-align:right;
	
	}
#side ul{
list-style: none;
padding-right: 25px;
}	
#side  a {text-decoration: none;}
#side  a:link { color: #325898; }
#side  a:visited { color:#325898; }
#side  a:hover { color:#fff; }

#side #currentside{
color:#fff;

}

#content{
margin-right: 0.5em;
margin-left:172px;
padding: 20px 20px 10px 20px;
}
#homecontent{
padding: 20px 20px 10px 20px;
}

#footer{
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 0.5em;
	background-color: #E7EBFE;
	
}
