body{
	padding: 0;
	margin: 15px 0;
	background: #e2e2e2;
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
}

/* RESETS */
table, tbody, tfoot, thead, tr, th, td, img, fieldset, legend, label{
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

/* HEADINGS */
/*make all headings bold and reset margins/padding to 0*/
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.5em;
}

h4{
	font-size: 1.4em;
}

a:link, a:visited, a:active {
	color: #5e789e; 
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #42587a;
}

blockquote{
	margin: 0 20px;
	padding: 2px 10px;
	background: #EFEFEF;
	border: 2px solid #ddd;
}
blockquote p{
	color: #666;
}

#holder{
	
}

#container{
	width: 990px;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 110px;
	text-indent: -9999px;
	background: url(../images/header.png) no-repeat;
	cursor: pointer;
}

#content{
	background: #fafafa;
}


#leftmenu{
	text-align: left;
	float:left;
	width: 180px;
	margin-right: 5px;
	padding-bottom: 10px;
}


#navlinks{
	text-align: left;
	width: 180px;
	font-size: 1.4em;
}

#navlinks ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlinks ul li{
	margin: 0;
	padding: 0;
}

#navlinks ul li a{
	display: block;
	width: 180px;
	padding: 5px 0;
	text-indent: 10px;
	/*background: #dfe9f3;*/
	color: #2e4568;
	text-decoration: none;
}

#navlinks ul li.chosen a{
	/*background: #bcccdb;*/
	color: #668bc3;
}

#navlinks ul li a:hover{
	/*background: #b3c1d0;*/
	color: #668bc3;
	text-decoration: underline;
}


#pagetext{
	text-align: left;
	font-size: 1.35em;
	line-height: 1.55em;
	width: 780px;
	float: left;
	padding: 10px;
}

#pagetext p, #pagetext li{
	color: #555;
}

#pagetext h1,#pagetext h2,#pagetext h3{
	color: #444;
}


/* FORMS */
fieldset{
	border: 1px solid #cee0f3;
	background: #dfe9f3;
	padding: 5px;
	margin-bottom: 15px;
}

label{
	width: 200px;
	display: inline-block;
	font-weight: bold;
}

legend{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

.input{
	padding: 4px 0;
}

.inputbox, .textarea, .selection{
	background: #ecf3f9;
	border: 1px solid #cee0f3;
	padding: 5px;
	font-size: 1.0em;
}

.selection{
	width: auto;
}

.inputbox{
	width: 220px;
}

.smallinput{
	width: 100px;
}

.textarea{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
}

.inputbox:focus, .textarea:focus{
	background: #fff;
}

#recaptcha_widget_div{
	margin-left: 200px;
}

/* FOOTER */
#footer{
	background: #eee;
	width: auto;
	clear: both;
	color: #666;
	font-size: 1.1em;
	padding: 10px 10px 0 10px;
	height: 100px;
}

#footerwrap{
	width: 100%;
}

.foot-column{
	float: left;
	width: 190px;
}
.foot-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot-column ul li{
	margin: 0;
	padding: 2px 0;
}
.foot-column a{
	text-decoration: none;
}
.foot-column a:hover{
	text-decoration: underline;
}
.foot-column h4{
	margin-bottom: 4px;
	font-size: 1.3em;
	text-transform: uppercase;
}

#footend{
	width: 990px;
	margin: 0 auto;
	height: 18px;
	background: url(../images/footer.png) no-repeat;
}

.copyright{
	text-align: right;
}

.copyright p{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.clear{
	clear: both;
}

.messagebox{
	color: #333;
	border: 2px solid #d18282;
	background: #FFF4C9;
	padding: 5px 10px;
	margin: 10px 0;
}

span.error{
	color: #ff0000;
	padding: 0 5px;
	font-style: italic;
}

