﻿html {
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: left;
	color: #ffffff;
	background-image: url(images/bg_img.jpg);
	background-repeat: repeat-x;
}
ul, li, img, body, html {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #002d56;
}
a:hover {
	text-decoration: underline;
	color: #b4c7d5;
}
a img {
	border: none;
}
h1 {
	color: #b4c7d5;
	margin: 0;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	color: #FFFFFF;
	margin: 0;
	padding: .2em .5em;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
}
.fr {
	float: right;
	padding: 5px;
}
.fl {
	float: left;
	padding: 5px;
}
#container {
	text-align: left;
	width: 800px;
	margin: auto;
}
#container ul, #container ul li {
	list-style: none;
}
#header {
	background-image: url(images/Header3.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 382px;
	background-position: top center;
	position: relative;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0000CC;
	font-weight: normal;
	width: 400px;
	margin-top: 15px;
	margin-left: 275px;
}
#header p {
	margin-top: 65px;
	width: 25%;
	padding: 15px;
	color: #666666;
	letter-spacing: .19em;
	border-top: 1px solid;
}

#logo {
	position:absolute;
	background-repeat:no-repeat;
	width:397px;
	height:175px;
	padding-top:156px;
	padding-left: 80px;
	color:#000000;


}



#menu {
	width: 750px;
	height: 69px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 50px;
	padding-top:241px;
}
#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 800px;
}
#menu li {
	list-style: none;
	display: block;
	float: left;
	height: 59px;
	line-height: 59px;
}
#menu li a {
	display: block;
	float: left;
	color: #000000;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 59px;
	text-decoration: none;
	padding: 0 20px;
}
#menu li a:hover {
	color: #FF0000;
	background: no-repeat bottom;
}
#menu li a.current {
	display: block;
	float: left;
	background: no-repeat bottom;
	color: #00CC33;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 59px;
	text-decoration: none;
	padding: 0 20px;
}
#menu li a.home {
	display: block;
	float: left;
	background: no-repeat bottom;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 59px;
	text-decoration: none;
	padding: 0 20px;
	width: 80px;
}
#menu li a.about {
	display: block;
	float: left;
	background: no-repeat bottom;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 59px;
	text-decoration: none;
	padding: 0 25px;
	width: 80px;
}
a:hover {
	color: #FF0000;
}
#menu li a:hover.current {
	color: #FF0000;
}
/* top section of the main content */
/* MAIN CONTENT */
#mainContent {
	padding: 0 1em;
	margin-left: 5px;
	margin-right: 5px;
}
#toptext p {
	color: #000000;
}
#mainContent p {
	padding-left: 5px;
	padding-top: 0px;
}
#mainContent small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}
a {
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #b7cbd6;
}
a img {
	border: none;
}
#middletext {
	height: 200px;
	background-color: #4f5458;
	font: Arial, Helvetica, sans-serif;
}
#clear {
	padding: 10px;
}
#clear1 {
	padding: 10px;
}
#clear2 {
	padding-bottom: 10px;
	background-color: #002D56;
	height: 100%;
}


p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#copyright {
	width: 350px;
	padding-top: 15px;
	padding-left:100px;
	margin:auto;
	text-align:left;
}
#designed {
	width: 350px;
	padding-top: 15px;
	padding-right: 100px;
	margin:auto;
	text-align:right;

}
#footernav {
	position:relative;
	color: #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:auto;
	margin-left:auto;
	padding-top: 5px;
	padding-left:475px;

}



fl {
float:left;
}

fr {
float:right;
}
