@charset "utf-8";

.noom #upper_sidebar {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}
.noom #lower_sidebar {
	margin: 0;
	padding: 0;
	padding-top: 100px;
	padding-bottom:50px;
	padding-right: 0;
	padding-left: 0;
	background-color:#ffffff;
}
body  {
	margin: 0;
	padding: 0;
	background: #e5eff4;
	font: 100% verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image:url(bg.jpg); 
	background-repeat:repeat-x;
}

.noom #container {
	width: 926px;
	margin: 0 auto;
	position: relative;
}

.noom #header {
	display: block;
	margin: 0 15px;
	_margin: 0 0px;
	background-color: #fff;
	color: #000;
	width:906px;
	height:0px;
	position: relative;
	}
.noom #top {
	width:896px;
	height:50px;
	background-color:#006598;
	_background-color:#006598;
	margin-right:20px;
	_margin-right:0px;
	}
.noom #header_image {
	display: block;
	background:url(header.png) no-repeat;
	position: relative;
	bottom:0px;
	width:926px;
	height:212px;
	margin-top:51px;
	_margin-top:0px;
}
.noom #sidebar {
	display: block;
	margin-left: 9px;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-bottom: 1px solid #006598;
	border-left: 6px solid #006598;
	border-right: 1px solid #006598;
}
.noom #upper_sidebar_change { 
	margin-left:9px; 
	font-size:80%;
	color:#000000;
}
.noom #upper_sidebar_change a:link{
	color:#006598; 
	text-decoration:none; 
	text-transform:uppercase;
}
.noom #upper_sidebar_change a:visited{
	color:#006598; 
	text-decoration:none; 
	text-transform:uppercase;
}
.noom #upper_sidebar_change a:hover {
	color:#9b1600; 
	text-decoration:underline; 
	text-transform:uppercase;
	font-size:110%;
}
.noom #upper_sidebar_change a:active{
	color:#9b1600; 
	text-decoration:none; 
	text-transform:uppercase;
}

.noom #sidebar h3 {
	margin: 0;
	border: 2px solid #000;
	background-color: #9b1600;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	padding-left: 2px;
}
.noom #mainContent {
	display: block;
	position: relative;
	float: right;
	background-color: #fff;
	color: #000;
	margin-right: 9px;
	width: 658px;
	text-align: left;
	border-left: 6px solid #006598;
	border-right: 6px solid #006598;
	border-bottom: 1px solid #006598;
}
.noom #mainContent h1 {
	margin: 0;
	border: 2px solid #fff;
	background-color: #9b1600;
	color: #fff;
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 5px;
}
.noom #mainContent h2 {
	margin: 0;
	padding-left: 5px;
	font-size: large;
	font-weight: 600;
	text-transform: capitalize;
}
.noom #mainContent h3 {
	margin: 0;
	padding-left: 5px;
	font-size: medium;
	font-weight: normal;
	color:#9b1600;
}
.noom #mainContent h4 {
	margin: 0;
	padding-left: 5px;
	font-size: medium;
	font-weight: 500;
}
.noom #mainContent h5 {
	margin: 0;
	padding-left: 10px;
	font-size: small;
	font-weight: 500;
	color:#9b1600;
}
.noom #mainContent h6 {
	margin: 0;
	padding-left: 10px;
	font-size: small;
	font-weight: 500;
	color:#000;
	text-transform:uppercase;
}
.noom #mainContent p {
	margin: 0;
	padding: 10px;
	font-size: small;
	text-align:justify;
}
.noom #mainContent ul {
	margin: 0;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: small;
	text-align:justify;
}
.noom #mainContent a:link{
	color:#006598; 
	text-decoration:none;
}
.noom #mainContent a:visited{
	color:#006598; 
	text-decoration:underline;
}
.noom #mainContent a:hover {
	color:#9b1600; 
	text-decoration:underline;
}
.noom #mainContent a:active{
	color:#9b1600; 
	text-decoration:none;
}
.noom hr {
	height:1px; 
	width:90%; 
	margin-left: 5%; 
	margin-right: 5%; 
	color:#61BBE9; 	
	padding:0;
}
.noom #mainContent li {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
	text-align:justify;
	font-weight: bold;
}
.noom #footer { 
	background: #DDDDDD; 
} 
.noom #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.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;
}
