
	body,
	html {
		margin: 0px;
		padding: 0px;
		background: #ADC2AE;
		color: #000000;
	}
	body {
		min-width: 801px;
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 12px;
	}
	#wrap {
		background:#FFFFFF;
		margin:0 auto;
		border: 1px solid #E5EBE5;
		width:799px;
	}
	#header {
		background-image: url(../images/header.gif); 
		height: 142px;
	}
	#headertext {
		text-align: right;
		color:#729ABD; 
		font-size: 10px;
		padding: 5px;
	}
	#nav {
		background:#FFFFFF;
		height: 72px;
		margin: 0px;
		padding: 0px;
		font-size: 0px;
	}
	#main {
		background:#FFFFFF;
		float:left;
		width:365px;
		padding: 16px 33px 0px 33px;
		line-height: 18px;
	}
	#sidebar {
		background:#E1EDF8;
		float:right;
		width:325px;
		font-size: 10px;
		color: #000000;
		margin: 8px 10px 0px 0px;
		padding: 10px;
	}
	#footerspace {
		background:#FFFFFF;
		height: 11px;
		clear:both;
	}
	#footer {
		background:#779978;
		height: 21px;
		clear:both;
	}
	#footer2 {
		background:#FFFFFF;
		height: 40px;
		clear:both;
	}
	a:link { 
		color:#729ABD; 
		text-decoration:none; 
	}
    a:visited { 
		color:#729ABD; 
		text-decoration:none;
	}
    a:hover { 
		color:#000000; 
		text-decoration:underline; 
	}
    a:active { 
		color:#729ABD; 
		text-decoration:none;
	}
	
	#footertext {
		margin-left: 33px;
		color: #729ABD;
		font-size: 10px;
		margin-top: 8px;
		
	}
	h3 {
		color: #5C707C;
		font-size: 13px;
		font-weight: bold;
		margin: 0px 0px 6px 0px;
	}
	.side {
		color: #659AC7;
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}

