@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../img/bigsky.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.oneColElsCtr #container {
	width: 66.25em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0A6295;
	margin-bottom: 10px;
	color: #333;
	/*background-image: url(../img/bodyBackgrnd.gif);*/
	background-repeat: repeat-y;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0A6295;
	font-size: 12px;
}
.oneColElsCtr #container #headerImage {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.oneColElsCtr #container #nav {
	height: 30px;
	padding-top: 0px;
	background-image: url(../img/navBackground.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.oneColElsCtr #container #logo {
	margin-top: 20px;
	margin-bottom: 14px;
	margin-left: 40px;
	margin-right: 40px;
}
#footer {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: left;
	white-space: nowrap;
}
#footer a {
	color: #666;
	margin-left: 6px;
	margin-right: 6px;
}
#footer a:first-of-type {
	margin-left: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #333;
}
p {
	font-size: 12px;
	color: #333;
	margin-bottom: 12px;
	padding-bottom: 0px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #mainContent ul{
	margin-left: 18px;
	margin-bottom: 12px;
	font: Arial, Helvetica, sans-serif;

}

.oneColElsCtr #container #mainContent ul li {


	margin-bottom: 6px;
	
}
.oneColElsCtr #container #mainContent #rightBar {
	float: right;
	width: 302px;
	margin-right: -2px;
	margin-left: 63px;
	padding-top: 12px;
	margin-top: 20px;
	
	
}
.oneColElsCtr #container #mainContent #content {
	float: left;
	width: 500px;
	padding-top: 24px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}
.oneColElsCtr #container #mainContent #terminator {
	clear: left;
}
.oneColElsCtr #container #mainContent #rightBar #sidebarItem{

	margin-bottom: 38px;
}
.oneColElsCtr #container #mainContent #rightBar #sidebarItem p{
	color: #758A99;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	padding-right: 6px;
}
.oneColElsCtr #container #nav #MenuBar1 li .MenuBarSubmenuVisible li a:hover {
	color: #CC0;
}
#twoColumnList {
	width: 200px;
	float: left;
	margin-right: 90px;
}
#content2 {
	clear: left;
	width: 900px;

}

.awards{

	list-style-image: none;
	list-style-type: none;
}
.awards li{
	font-size: 11px;
	padding: 7px;
}
.award {
	background-color: #F4F9FF;
	padding: 5px;
	width: 290px;
}
a {
	color:#379BC5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}