body {	
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #00376F;
	text-align:center;
	color:#666666;
	}

form {
	margin-bottom: 0px;
	margin-top: 0px;
	}

a:link { color: #336699;text-decoration: none }
a:active { color: #336699; text-decoration: none }
a:visited { color: #336699; text-decoration: none }
a:hover { color: #336699; text-decoration: underline }
a.white:link { color: #CCCCCC; text-decoration: none }
a.white:active { color: #CCCCCC; text-decoration: none }
a.white:visited { color: #CCCCCC; text-decoration: none }
a.white:hover { color: #CCCCCC; text-decoration: underline } 


#container {
	position: relative;
	width: 800px; /* real width */
	margin: auto;
	height: inherit;
	text-align: left;
	/*padding: 5px;*/
	}	
	
#wspcontainer {
	position: relative;
	width: 800px; /* real width */
	margin: auto;
	height: inherit;
	text-align: left;
	/*padding: 5px;*/
	}	

#content {
	background-color: #FFFFFF;
	padding: 10px 20px 1em 40px;
	border-left: 150px solid #FFF;
	}
			
#header {
	background-color: #FFFFFF;
	/* margin-bottom: 20px;
	padding-bottom: 0px; */
	padding-bottom: 0px;
	clear: both;
	width: 100%;
	}

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	}

#left {
	position: absolute;
	top: 175px;
	left: 10px;
	width: 134px;
	}
	
h1 {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #082F6D;
	margin: 0;
	}

h2 {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	}

h3 {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	margin-top: 20px;
	margin-bottom: 5px;
	}
	
h4 {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2px;
	}
	
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 3px;
	color: #666666;
	}

.footertext {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 3px;
	color: #CCCCCC;
	}

.leftmenu {
	font-family: trebuchet MS, Arial, Helvetica, Sans Serif;
	font-size: 1em;
	color: #FFFFFF; 
	padding: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
	}

.formtext {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

.skip {
	display: none;
	}