/* CSS Document */

.style1 {font-weight: bold;}
.style2 {color: #006633; font-weight: bold;}
.style3 {color: #336699;}
.style4 {color: #336699; line-height: 2em; }
a:focus {
	background-color: #006666;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 100%;
	background-color: #009ec4;	
}
#header {
	height: 470px;
	background-image: url(../images/header.jpg);
	border-bottom: 10px solid #fff;
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	height: 100px;
	background-color: #009ec4;	
	clear: both;
}
#main {
	width: 770px;
	background-color: #009ec4;
	height: 100%;
}
#navigation {
	width: 215px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#navigation a {
	display: block;
	width: 98%;
	border: 1px solid #fff;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bolder;
	text-indent: 4px;
	text-decoration: none;
	color: #cccccc; 
}
#navigation a:hover {
	border: 1px solid #cccccc;
	font-weight: bolder;
	text-indent: 4px;
	text-decoration: none;
	color: #ffffff; 
}
#bodycontent {
	width: 460px;
	margin-top: 20px;
	padding-right: 40px;
	padding-left: 25px;
	float: left;
	font-size: 12px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #009ec4;
}
h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #003366;
	font-weight: lighter;
}
p {
	color: #ffffff;
}
ul {
	list-style-image: url(../images/arrowWhite.gif);
}
li {
	font-size: 12px;
	list-style-type: none;
	
}
li a {
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
	font-weight: bolder;
}
hr {
	border-bottom: 1px solid #fff;
}