* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 163%; }
h2 { font-size: 137%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #485A66;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #485A66;
}

/* Header */

#header {
	width: 740px;
	height: 100px;
	margin: 0 auto;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	border-top: #000000 solid 1px;
}

#headermenu {
	width: 740px;
	margin: 0 auto;
	height: 55px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

#logo {
	float: left;
	width: 400px;
	height: 100px;
	background: url('images/logo.jpg') no-repeat;
}

#logo h1 {
	padding-top: 10px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

#menu {
	width: 740px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 104.5px;
	height: 40px;
	padding: 10px 0 0 0;
	top: 10px;
	border-left: 1px solid #EDEBD5;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
}

#menu a:hover {
	background: #EC772A;
}

#menu .active a {
	background: #485A66;
	color: #FFFFFF;
}

#search {
	color: #fff;
	text-align: left;
	border-top: #666666 solid;
}
#search label {
	font-weight: bold;
	color: #fff;
}
#search input.tbox {
	width: 110px;
}
#search input {
	padding: 1px;
	border-width: 1px;
	font: 12px Verdana, Arial, sans-serif;

}
#search form {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin-top: 15px;
	margin-right: 10px;
}

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

#splash {
	width: 740px;
	height: 180px;
	margin: 0 auto;
	background: #485A66 url(images/mainimg.jpg) no-repeat right top;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

#splash p {
	padding: 05px 560px 50px 10px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#page {
	width: 740px;
	margin: 0 auto;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

#page h1, #page h2 {
	margin-bottom: 18px;
	color: #EC772A;
	font-weight: 900;
}

#page a:link {
	color: #485A66;
}

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

#page a:visited {
	color: #485A66;
}

#content {
	float: right;
	width: 490px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}


#sidebar {
	float: left;
	width: 165px;
	padding: 25px 20px 20px 20px;
	background: #fff;
	border-right-width: 5px;
	border-right-style: solid;
	border-bottom: solid 5px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

#sidebar h3 {
	font-size: 77%;
	color: #000000;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #485A66;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}


#footer {
	clear: both;
	width: 720px;
	height: 25px;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
	margin: auto;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

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

#footer a:hover {
	background: #EC772A;
	color:#000000;
}

#legal {
	float: left;
}

#links {
	float: right;
}

