html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#container .float_right {
	margin-right: 0px;
}

#container {
	background-color: #FFFFFF;
	width: 90%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	border: thick solid #003079;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.float_left {
	margin: 5px;
	float: left;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-color: #447DD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-image: url(images/bg_pine_trees.jpg);
}
h1 {
	font-size: large;
	color: #003079;
	margin-bottom: 10px;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 17px;
	margin-top: 15px;
}
h2 {
	font-size: medium;
	color: #005a00;
	margin-bottom: 10px;
}



#home_page_h1 {
	margin-left: 460px;
}
#main_content li {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}
.small_text {
	font-size: x-small;
}

#main_content {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	text-align: center;
	font-size: x-small;
	clear: both;
}
.errors {
	color: #FF0000;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-size: small;
	margin-bottom: 10px;
}
#floating_box {
	font-style: italic;
	color: #FF6699;
	padding: 3px;
	float: right;
	width: 100px;
	border: thin solid #4B8BE2;
	font-weight: bold;
	margin: 3px;
}
#floating_box a{
	color: #FF6699;
}
  #navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li
{
float: left;
margin: 0;
}

#navbar li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 92px;
	display: block;
	color: #ffffff;
	background-color: #005a00;
	text-decoration: none;
	text-align: center;
	font-family:Arial;
	font-size:12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #306fbc;
	border-right-color: #306fbc;
	border-bottom-color: #306fbc;
	border-left-color: #306fbc;	
}

/* Hide from IE5-Mac \*/
#navbar li a
{
float: none
}
/* End hide */

#navbar
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #005a00;
	width: 100%;
	height: 2em;
	clear: both;
}
#navbar a:hover {
	background-color:#FFFFFF;
	color:#005a00;
}

