/* CSS Document */


body {
background-color: #EDF0F3;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #405C72;
}
h1,h2,h3 {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 12pt;
color: #000000;
}
h2 {
font-size: 18px;
color: #006633;
}
h3 {
font-size: 16px;
color: #006633;
}

h4{
	Font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h5{
	Font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #808080;
}
a:active {
text-decoration: none;
}
div#wrapper {
	width: 740px;
	background-color:#044A00;
	margin-left: auto;
	margin-right: auto;
	background-image: url(wrapperbg.jpg);
	border-top-color: #455974;
	border-top-style: solid;
	border-top-width: 10px;
	border-right-color: #455974;
	border-right-style: solid;
	border-right-width: 10px;
	border-left-color: #455974;
	border-left-style: solid;
	border-left-width: 10px;
	background-repeat: repeat-y;
}

div#header {
	text-align: center;
	height: 80px;
}

div#globalNav {
	text-align: left;
	background-color: #71A1D7;
	height: 23px;
	border-bottom-color: #435B6F;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

div#nav {
	width: 144px;
	float: left;
	color: #890D2F;
	font-weight: bold;
	background-color: #EDEEF1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 10px;
	margin-top: 10px;
}

div#main {
	margin-left: 22%;
	background-color: #EDEEF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding: 10px;
}

div#main a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#main a:visited {
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#main a:hover {
	color: #0000FF;
	Text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

div#footer a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#footer a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#footer a:hover {
	color: #808080;
	Text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer ul li{
color : #FFFFFF;
background-color : transparent;
}

div#footer ul li a{
color : #FFFFFF;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}

