html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #475100 url(images/bg01.jpg) repeat left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #585858;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat left top;
}

#wrapper .bgtop {
	background: url(images/bg02.jpg) repeat-x left top;
}

#wrapper .bgbtm {
	overflow: hidden;
	background: url(images/bg04.jpg) repeat-x left bottom;
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper {
	height: 250px;
	background: url(images/bg05.jpg) no-repeat center top;
}

#header {
	background: url(images/bg1_01.jpg) no-repeat left top;
	height: 250px;
}

.subpage #header {
	background: url(images/bg2_01.jpg) no-repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 450px;
	height: 250px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 250px;
}

/** SEARCH */

#search {
	float: right;
	width: 450px;
	height: 93px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search form {
	padding: 90px 0px 0px 150px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 210px;
	margin: 0px;
	padding: 5px 5px 3px 5px;
	background: none;
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

/** MENU */

#menu {
	height: 99px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page-wrapper {
	background: url(images/bg07.jpg) repeat-y center top;
}

#page-wrapper .bgtop {
	background: url(images/bg06.jpg) no-repeat center top;
}

#page-wrapper .bgbtm {
	background: url(images/bg08.jpg) no-repeat center bottom;
}

#page {
	background: url(images/bg1_03.jpg) repeat-y left top;
}

#page .bgtop {
	background: url(images/bg1_02.jpg) no-repeat left top;
}

#page .bgbtm {
	overflow: hidden;
	padding: 20px 0px 160px 0px;
	background: url(images/bg1_04.jpg) no-repeat left bottom;
}

.subpage #page {
	background: url(images/bg2_03.jpg) repeat-y left top;
}

.subpage #page .bgtop {
	background: url(images/bg2_02.jpg) no-repeat left top;
}

.subpage #page .bgbtm {
	background: url(images/subpage02.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
}

.subpage #content {
	width: 600px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
}

#sidebar2 {
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	height: 120px;
	background: url(images/bg09.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3d607c;
}

#footer a {
	color: #3d607c;
}

/** BOX STYLE 1 */

.box-style {
	margin-bottom: 20px;
}

.box-style .title {
	margin: 0px;
	padding: 0px 25px 4px 25px;
	text-shadow: 1px 2px 0px #091136;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
}

.box-style span {
	font-weight: bold;
}

.box-style .content {
	margin: 0px;
	padding: 20px 25px 0px 25px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

.box-style .seperator {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

.box-style .link1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 25px;
	background: url(images/homepage06.jpg) no-repeat left 4px;
	color: #afdefc;
}

/** BOX STYLE 2 */

.box-style2 {
	margin-bottom: 20px;
}

.box-style2 .title {
	margin: 0px;
	padding: 0px 25px 4px 25px;
	font-weight: normal;
	font-size: 24px;
	color: #3B3B3B;
}

.box-style2 span {
	font-weight: bold;
}

.box-style2 p {
	line-height: 160%;
}

.box-style2 .content {
	margin: 0px;
	padding: 20px 25px 0px 25px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

.subpage .box-style2 .content {
	background: url(images/bg2_04.jpg) no-repeat left top;
}

.box-style2 .alignleft {
	float: left;
	padding: 7px 15px 0px 0px;
}

.box-style2 .seperator {
	margin: 24px 0px 0px 0px;
	padding: 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.box-style2 .link1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 25px;
	background: url(images/homepage09.gif) no-repeat left 0px;
	color: #4f7991;
}

.box-style2 a {
	color: #4f7991;
}

/** BOX STYLE 2 */

.box-style3 {
	color: #306c88;
}

.box-style3 .title {
	margin: 0px;
	padding: 0px 25px 4px 25px;
	text-shadow: 1px 2px 0px #c5f0ff;
	font-weight: normal;
	font-size: 24px;
	color: #274047;
}

.box-style3 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #13272e;
}

.box-style3 span {
	font-weight: bold;
}

.box-style3 strong {
	color: #13272e;
}

.box-style3 p {
	line-height: 160%;
}

.box-style3 .content {
	margin: 0px;
	padding: 20px 25px 0px 25px;
	background: url(images/homepage11.jpg) no-repeat left top;
}

.box-style3 .alignright {
	float: right;
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

.box-style3 .link1 a {
	display: block;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/homepage15.gif) no-repeat left 5px;
	color: #173b53;
}

.box-style3 a {
	color: #173b53;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage03.jpg) no-repeat right 12px;
}

ul.style1 a {
	width: 250px;
	display: block;
	margin: 0px;
	padding: 7px 0px 10px 0px;
	background: url(images/homepage04.jpg) no-repeat left bottom;
	text-decoration: none;
	color: #afdefc;
}

ul.style1 li.last a {
	background: none;
}

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 8px 0px;
	background: url(images/homepage16.gif) repeat-x left bottom;
}

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none
}

ul.style3 li {
	margin: 0px;
	padding: 6px 0px 6px 18px;
	background: url(images/homepage17.gif) no-repeat left 11px;
}

#box1 {
}

#box2 {
	color: #FFFFFF;
}
