BODY {
	color : #333333;
	font-family : Verdana MS, sans-serif;
	font-size : 12px;
	background-color: #000040;	
	line-height: 1.5;
}

a: {
	color : #000000;
	text-decoration: underline;
	
	}

a:link {
	color : #000000;
	text-decoration: underline;
}

a:visited {
	color : #000000;
	text-decoration: underline;
	
	}
	
a:hover {
	color : #FF3333;
	text-decoration: underline;
}

h1 {
	color : #333333;
	font-family : Verdana MS, sans-serif;
	font-size : 20px;
	font-weight : normal;
	}

h2{
	color : #333333;
	font-family : Verdana MS, sans-serif;
	font-size : 24px;
	font-weight : strong;
	}

h3{
	color : #333333;
	font-family : Verdana MS, sans-serif;
	font-size : 14px;
	font-weight : strong;
	}
	
h4{
	color : #333333;
	font-family : Verdana MS, sans-serif;
	font-size : 12px;
	font-weight : normal;
	}
	
.topnav {
	position: relative;
	height: 160px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
	}

.BannerHome {
	position: relative;
	height: 41px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
}

.ContentArea {
	position: relative;
	height: auto;
	width: 750px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	
}
	
.footer {
	background-color: #81a6dc;
	position: relative;
	width: 730px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	font-size: 8px;
	height: auto;
	}

.ContentLeft {
	background-color: #ffffff;
	position: relative;
	height: auto;
	width: 200px;
	left: 0px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	
	}
	
.ContentRight {
	background-color: #94b3ed;
	position: relative;
	height: auto;
	width: 550px;
	left: 2px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 0px;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #659CBB;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.text {
	padding: 5px 10 5 10;
}
li {
	padding-left: 12px;
	list-style-type: disc;
	
}
