* {
	font-size:			11px;
}

body {
	position:		    relative;
	margin: 			0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	background: 		url(../images/bg-main-yellow.gif) repeat-x #fffbdd;
	color:				#474747;
}

a {
	color: 				#000000;
	text-decoration: 	none;
}

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

select {
	color: 				#474747;
}

input {
	color: 				#474747;
	border:				1px solid #AAAAAA;
	font-size:			9px;
}

h2, h3, h4 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;

}

#header {
	font-size:			9px;
	padding-top:		20px;
	padding-bottom:		20px;
}

#header a {
	font-size:			9px;
}

#search {
	float:				right;
}

#mainimage {
	clear:				both;
	border-top:			6px solid #D1D661;
	border-bottom:		6px solid #006447;
}

#border {
	height: 			1px;
	background:			url(../images/border-dots-green.gif) repeat-x;
}

#leftcolumn {
	width:				230px;
	padding-top:        20px;
}

#leftcolumn img {
	border:				5px solid #D1D661;
}

#heading {
	padding:			10px 0 10px 20px;
	background:			#006447;
	font-size:		 	14px;
	font-weight:		bold;
	color: 				#E9BC27;
}

#content {
	padding:			20px;
}

#footer {
	background:			url(../images/bg-footer.gif) repeat-x #E3E3E5;
	font-size:			9px;
	padding:       		20px;
}

#footer a {
	font-size:			9px;
}