html, body {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	margin: 5px;
	background-color: #777777;
	width: 100%;
	height: 100%;
	}

* html #wrapper {
    height:100%;
    }	
	
#wrapper {
	top: 5px;
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-color: #EDEFFE;
	border-left-color: #5692ff;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #5692ff;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #5692ff;
	border-top-style: solid;
	border-top-width: 2px;
	min-height: 100%;
	height: auto;
	bottom: 20px;
	}
	
a:hover.link  {
	background-color: #3399FF;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	
a.link  {
	text-decoration: none;
	color: #3399FF;
	font-weight: bold;
	}

td {
	vertical-align: top;
	}
	
.main {
	width: 800px;
	}
	
.nav {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 170px;
	padding-left: 0px;
	float: left;
	background-color: transparent;
	}

.sub {
	padding-left: 20px;
	background-color: #AFDDF3;
	}
	
#spacer {
	height: 30px;
	}
	
.nav ul {
	margin-left: 0px;
	background-color: #daedfa;
	border-right-color: #5692ff;
	border-right-style: solid;
	border-right-width: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	}
	
.nav li {
	border-bottom-color: #0066FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	}
	
.nav li a {
	display: block;
	}
	
.nav li a:hover {
	display: block;
	background-color:#6699FF;
	}	
	
.nav_close {
	padding-left: 0px;
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	}
	
.main_content {
	position: relative;	
	width: 570px;
	margin-left: 200px;
	background-color: transparent;
	padding-bottom: 50px;
	}
	
td a:link {
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
	}	
	
td a:hover {
	display: block;
	background-color: #6699FF;
	text-decoration: none;
	color: #000000;
	}
	
a {
	text-decoration: none;
	color: #000000;
	}

h3 {
	color: #3399FF;
	font-size: 16px;
	text-align: center;
	}
	
.dot_line {
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
	}
	
.spacer10 {
	padding: 10px;
	}
	
b {
	color: #3399FF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	}
	
#topnav ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	display: inline;
	position: absolute;
	top: 152px;
	left: 350px;
	} 

#topnav ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#topnav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#topnav a {
	color: #000000;
    font-size: 110%;
	font-weight: 700;
	}

#topnav a:hover {
	color: #3366CC;
	}

#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 5px, 5px;
	top: 0px;
	height: 200px;
	}
	
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	clear: both;
	background-color: #daedfa;
	border-top-color: #5692ff;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #5692ff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: center;
	font-size: smaller;
	padding-bottom: 2px;
	}
	
.footerclear {
    clear: both;
    height: 70px;
    width: 100%;
	}

.model_header {
	border-bottom-style: solid;
	border-bottom-color: #5692ff;
	border-bottom-width: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3399FF;
	}
	
.model_td {
	border-bottom-style: solid;
	border-bottom-color: #5692ff;
	border-bottom-width: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	}
	
.model_table {
	width: 100%;
	}

.width_100 {
	width: 100%;
	}