* {padding: 0; margin: 0;}
body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #4c4c4c;
	line-height: 160%;
	background: url(/media/background.jpg) repeat-y top center #d6e4f7;
}

#container {background: #fff;}

.page_info {
	border: 1px solid #aaa;
	background: #f1f1f1;
	padding: 8px;
	margin: 3px;
}

#navcontainer a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #1f382e;
	text-decoration: none;

}

ol, ul {margin-top: 4px;}

h1 {
	color: #646464;
	font-family: Georgia;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 1em;
	line-height: normal;
}
h2 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size: 1.2em;
	color: #646464;
	line-height: 130%;
}
h3 {
	font-size: 1em;
	color: #646464;
}

a {
	color: #6087dd;
	text-decoration: underline;
}

a:hover {
	color: #A48531;
	text-decoration: underline
}

.button {
	border: #808080 1px solid;
	font-size: 9pt;
	color: #000000;
}

#headerbar_top {
	position: absolute;
	top: 8px;
	left: 190px;
}
#headerbar_top a {color: #fff;}
#header {background: url(/media/header.jpg) top left no-repeat #fff;}
#header img {border: 0;}
#main_header h1 {
	font-family: Georgia;
	color: #21602a;
	font-weight: normal;
	font-size: 2em;
}
#main_header h1:first-letter {
	font-size: 1.2em;
}

/* MAIN MENU BEGIN*/
#navlist {
	margin: 0;
	white-space: nowrap;
}
#navlist li {
	float: left;
	padding: 10px;
	padding-top: 28px;
	padding-bottom: 2px;
	list-style-type: none;
	background: url(/media/menu_top_border.gif) bottom right #fff repeat-y;
}
#navlist a {
	padding: 3px 10px;
	color: #4c4c4c;
}
#navlist a:hover{
	color: #3f9d4c;
	text-decoration: none;
}
/* MAIN MENU END */
#navlist2 {
	padding: 0 0 20px 10px !important;
	padding: 0 0 0 10px;
	width: 785px;
	border-bottom: 1px solid #000;
}

#navlist2 ul, #navlist2 li {
	display: inline;
	list-style-type: none;
}

#navlist2 a:link, #navlist2 a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist2 a:hover { color: #000; }
/* SUB MENU END */

#footer {
	font-size: 1em;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}
#footer a {
	text-decoration: none;
}

.image_border {
	border: 1px solid #000;
	padding: 3px;
	margin: 12px;
}

#tell_a_friend {
	position: absolute;
	top: 175px;
	right: 10px;
	padding: 15px;
	padding-top: 25px;

}
#tell_a_friend a {color: #c20016;}
#tell_a_friend img {border: 0;}

.textfield {border: 1px solid #b0aca9;}