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

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image: url(assets/back.gif);

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #000000;
}
.tablehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: normal;
	color: #FFF;
	font-weight: bold;
}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
	font-weight: lighter;
}
.nav {
	text-align: right;
	width: 208px;
	line-height: 24px;
	color: #015CA4;
}
.bdr {
	border: 1px solid #015CA4;
	background-color: #FFFFFF;
	padding: 8px;
	color: #015CA4;
}
#footer {
	color: #FFFFFF;
	background-color: #015CA4;
}
#navstyles {
}
#navstyles a:link {
	color: #015CA4;
	text-decoration: underline;
}
#navstyles a:visited {
	color: #015CA4;
	text-decoration: underline;
}
#navstyles a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0180E7;
}
#navstyles a:active {
	color: #FF9900;
	text-decoration: underline;
}
#innertop {
	line-height: 140%;
	color: #FFFFFF;
	background-color: #015CA4;
}
#content {
	line-height: 24px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content a:link {
	color: #015CA4;
	text-decoration: underline;
}
#content a:visited {
	color: #015CA4;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	background-color: #0180E7;
	text-decoration: none;
}
#content a:active {
	color: #FF9900;
	text-decoration: underline;
}

#content li {
	color: #990000;
	list-style-type: square;
	line-height: 24px;
}

.navtop {
	height: 200px;
}
