* { margin: 0; padding: 0; }

body {
background: #BAE9FD;
font: 13px/1.5 Verdana, Arial, Helvetica, FreeSans, sans-serif;
padding: 37px 0 37px 0;
}
	.clear { clear: both; }
	
	.main { 
	width: 899px;
	margin: 0 auto;
	}
	
	.main2 { 
	width: 899px;
	margin: 0 auto;
	background: #fff;	
	}
		
	.container {
	width: 800px;
	margin: 0 auto;
	background: white;
	padding:15px;
	}

	
	.top {
	width: 800px;
	}
	
	.top_main {
	width: 800px;
	}
	
	h1 {

	}
		h1 a { 	width: 164px;
	height: 60px;
	background: url(images/logo.gif) no-repeat;
	background-position: -30px -30px;
	float: left;}
		h1 a:hover { background-position: -30px -150px;}
		h1 span { display: none; }
	
	#nav {
	float: right;
	font-size: 13px;
	}
		#nav li {
		float: left;
		list-style: none;
		margin: 0 3px;
		}
		
		#nav li span { color: #758855; }
		
		#nav li a { color: #4E7A95; text-decoration: none; padding: 5px; }
		#nav li a:hover {
		color: #53C7FF;
		text-decoration: underline;
		background: #ffffff;
		}
	
		.answer a { color: #006699; text-decoration: none; padding: 5px; }
		.answer a:hover {
		color: #53C7FF;
		text-decoration: none;
		background: #ffffff;
		}	
		
	#box2{
		margin:10px;
		width:690px;
		background:#FFFAD4;
		border:1px solid #ECDF64;
		text-align:center;
		line-height: 26px;
		font-size: 16px;
		color: #595959;
		padding: 5px;
	}
	
		#box3{
		margin:10px;
		width:690px;
		background:#ffffff;
		border:1px solid #595959;
		text-align:left;
		line-height: 26px;
		font-size: 16px;
		color: #595959;
		padding: 5px;
	}

	h2 { 
	height: 82px; 
	width: 680px; 
	margin: 20px 0 0 12px;
	font: 26px normal Minion, Georgia;
	padding: 30px 0 0 18px;
	}
	
		h5 {
		color: #3f6a83;
		font-size: 16px;
		font-weight: normal;
		padding: 0px 0 20px 0px;
		line-height: 26px;
		}
			h5 a { text-decoration: none; color: #3f6a83; border-bottom: 1px dotted #3f6a83; }
			h5 a:hover { text-decoration: none; color: #3f6a83; border-bottom: 1px solid #c5d2da; }
		

/* form stuff */

input, select, textarea {
	color: #444;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	line-height:1.3em !important;
	padding: 5px;
}
input[type='text'], input[type='password'], select, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
}

input[type='button'], input[type='submit'] {
	height: 2em;
}

.mdisp h3 { color: #375a6c; font-size: 13px; font-family: "Lucida Grande", Verdana; font-weight: normal; padding: 0; margin: 0; display: block; float: left; }


