@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}

body  {
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #00467f;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 14px;
	margin: 0 0 12px 0; 
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
}

a, a:link, a:visited  {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

.mainContent #container {
	width: 800px;
	background-color:#FFF;
	text-align: left; 
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 

.mainContent #topNav p {
	margin: 0;
}

.mainContent #header {
	background-color: #006699;
	width: 800px;
	text-align: center;
} 

.mainContent #sidebar1 {
	float: left;
	padding-left: 10px;
	padding-top: 25px;
	width: 500px;
	padding-bottom: 25px;
}

.mainContent #mainContent {
	padding-top: 5px;
	margin-left: 540px;
	text-align: center;
	padding-bottom: 25px;
} 

.mainContent #footer {
	text-align: center;
	font-size: 10px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0A467F;
} 

.fltrt { 
	float: right;
	margin-left: 0px;
}

.fltlft { 
	float: left;
	margin-right: 0px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Navigation */

ul#navlist {
	white-space: nowrap;
	text-align: right;
	font-size: 10px;
	color: #fff;
	background-color: #062C4F;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

#navlist a { padding: 3px 10px; 
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	color: #006699;
	text-decoration: none;
}
