html, body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,sans-serif;
	font-size:0.9em;
	color:#585858;
	line-height:1.2em;
	height:100%;
	text-align:justify;
}

#container {
	position:relative;
	width:100%;
	text-align:left;
	min-height:100%;
	}

*html #container{
	height:100%;
	}/* ie6 and under*/
	

#wrapper {
	width:800px;
	margin:auto;
}

.inner {
	width:800px;
	margin:auto;
	position:relative;
}

#toplinks {
	color:#f4e325;
}


#header {
	width:100%;
	height:86px;
	background:#097ada url(images/headerbg.jpg) repeat-x bottom;
	}


.logo {
	position:absolute;
	top:20px;
	left:0px;
}

#menu {
	width:100%;
	height:33px;
	background:#347fda url(images/menubg.jpg) repeat-x bottom;
}

#menu ul {
	float:left;
	padding:0px;
	margin:0px;
	}

#menu li {
	list-style:none;
	float:left;
}

#menu a {
	float:left;
	color:#767676;
	height:23px;
	font-size:0.9em;
	padding:0.5em 40px 0px 10px;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
	color:#000;
}



#col1 {
	float:left;
	width:500px;
	background:#fff;
	padding:10px 10px 10px 10px;
	margin-right:50px;
}

#col2 {
	float:left;
	width:200px;
	background:#fff;
	margin-left:10px;
	padding-top:10px;
}

#wide {
	float:left;
	width:610px;
	padding:0px 10px 10px 10px;
}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	background:#fff;
	height:100px;
	text-align:center;
	padding-top:10px;
	border-top:3px solid #eee;
	}

#footer a {
	color:#3b7cd6;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	background:none;
	}

#footer p {
	padding:10px;
	margin:5px;
	padding:0px;
}

#clearfooter{clear:both;height:120px;width:100%}

a {
	color:#3b7cd6;
	text-decoration:none;
}

a:hover {
	color:#3b7cd6;
	text-decoration:underline;
}

.logo h1 {
	font-family:verdana, arial,sans-serif;
	color:#fff;
	font-size:1.6em;
	letter-spacing:0.1em;
}

.logo h1 span {
	color:#84c4fa;
}

h1 {
	font-family: "trebuchet ms","helvetica", sans-serif;
	font-size:1.4em;
	font-weight: normal;
	color: #6d6d6d;
	margin-bottom:-5px;
	padding-bottom:0px;
}

h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:1.3em;
	font-weight: normal;
	color: #6d6d6d;
}

h3,h4 {
	font-size:1.1em;
}

h1.top {
	float:right;
	margin:0px;
	padding:0px;
	margin-top:10px;
	line-height:1.2em;
	width:200px;
	color:#fff;
	font-weight:normal;
	font-size:1.2em;
}

form {
	margin-top:10px;
}

.textbox {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}

.textarea {
	width:100%;
	border:1px solid #eee;
	margin-top:3px;
}


.submit {
	background:#eee;
	border:1px solid #ccc;
	width:73px;
	height:31px;
	cursor:pointer;
	font-weight:bold;
	color:#6d6d6d;
	margin-top:10px;
}

fieldset {
	padding:0px;
	border:none;
}

blockquote {
	background:#fff;
	padding:5px;
	color:#363636;
	font-style:italic;
	margin:0px;
}


#col2 ul {
	margin-left:0px;
	padding-left:15px;
	list-style:square;
	
}

.leftimg {
	float:left;
	padding: 0px 10px 10px 0px;
	border:2px solid #eee;
}