/* global.css */

body {
	background-color: #017e6f;
	color: black;
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
a:link { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #005496;
	font-family: "Times New Roman", Times, serif;
}
p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1.3em;
	padding-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#body-wrapper {
	background-color: #FEF4B7;
}

#header-wrapper {
	background-color: #EE9314;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
	min-width: 1139px;
}

#header {
	background-color: #ee9314;
	height: auto;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#logo {
	position: relative;
	left: -67px;
	top: 0px;
}

#nav-top-wrapper {
	background-image: url(images/bg-nav-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	position: relative;
	left: 0px;
	top: 0px;
	min-width: 1139px;
	height: auto;
	width: auto;
}
#nav-top {
	background-image: url(images/bg-nav-top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
	background-color: #9CA147;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
}
#nav-top a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}
#nav-top ul {
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: 1005px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: right;
}
#nav-top li {
	display: inline;
	margin-left: 25px;
}

#contents-wrapper2 {
	background-color: #FEF4B7;
	position: relative;
	left: 0px;
	top: 0px;
	min-width: 1139px;
	height: auto;
	width: auto;
}

#contents2 {
	height: auto;
	width: 1011px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#footer-wrapper {
	clear: both;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #017e6f;
	padding-top: 21px;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
	min-width: 1139px;
}
#footer {
	height: auto;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	color: #fef4b7;
	font-size: 11px;
	position: relative;
	left: 0px;
	top: 0px;
}


#footer p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
#footer p.links {
	padding-top: 13px;
	font-size: 10px;
}
#footer p.copyright {
	font-size: 10px;
}


#footer a {
	text-decoration: none;
	color: #fef4b7;
}

#footer a:hover {
	text-decoration:underline;
}