@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5a84c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container  {
	width: 900px;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
} 
#header  {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 286px;
	width: 900px;
	white-space: nowrap;
} 
#header_top {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
}
#header_bottom {
	margin: 0px;
	padding: 0px;
	height: 186px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	margin: 0px;
	height: 41px;
	width: 900px;
	background-image: url(../images/menu_bg.jpg);
	float: left;
	background-attachment: scroll;
	background-repeat: repeat-y;
	padding: 0px;
}
#search_form  {
	width: 299px;
	float: right;
	height: 54px;
	text-align: right;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/search_bg.jpg);
	background-repeat: no-repeat;
	display: block;
}
#spacer {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin: 0px;
}
#mainContent {
	float: left;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#text {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#text h2 {
	padding-top: 0px;
	margin: 0px;
}
#mainContent  a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #9900FF;
	text-decoration: none;
}

#mainContent_top {
	margin: 0px;
	padding: 0px;
	height: 54px;
	width: 601px;
	background-attachment: scroll;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	float: left;
	background-position: left top;
}
#mainContent_bottom {
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	float: left;
}

#mainContent h1 {
	padding-top: 0px;
	margin: 0px;
}

#footer  {
	background-attachment: scroll;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	font-size: 10px;
	margin: 0px;
} 
#footer a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #9900FF;
	text-decoration: none;
}
#footer_left {
	padding: 0px;
	float: left;
	width: 450px;
	margin: 0px;
}
#footer_right {
	padding: 0px;
	width: 400px;
	float: right;
	text-align: right;
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	margin-left: -6px;
	margin-top: 2px;
}
