html, body {
	padding:0;
	border:0;
	margin:0;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 22px;
	background:#333;
}
img{border:0;}
#bodyContainer {
	margin:0px auto 0px auto;
	width:900px;
	height:100%;
	clear:both;
}

#header {
	position:relative; background:url(../images/headerBG.jpg); height:135px; width:100%;
}

#header #logo {
	margin:20px 0 20px 5px;	
	float:left;
	width:200px;
}
.sectionSeperator{ 
	background:#2b2b2b;
	height:10px;
}
#content1 {
	background:url(../images/content1BG.jpg) #490b0d repeat-x;
	padding:10px;	
	height:119px;
	color:#b0b0b0;
}
#contentMain{
	background:#CCC;	
	padding:10px 10px 10px 10px;
	width:880px;
	color:#333;
}

	#leftColumn{
		float:left;	
		width:70%;
		padding-right:5%;
	}
	#rigthColumn{
		float:left;
		width:25%;
	}
	
	#contentMain a, #contentMain a:visited{
	color:	#156578;
	}


#content2 {
	background:url(../images/content2BG.jpg) #2e2e2e repeat-x;
	width:880px;
	padding:10px;
	color:#b0b0b0;
	font-size:12px;
} 
#footer{
	clear:both;
	text-align:center; 
}
.alert {
	color: #eb2e68;
	font-weight:bold;
}

.clearALL{clear:both;}

h1 {
	color: #b0b0b0;
	font-size:24px;
	font-weight:bold;
	margin:0;
}

h2 {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:0 0 3px 0;
}


h3 {
	color: #333;
	font-size:14px;
	font-weight:bold;
	margin:0;
}

h4 {
	color: #333;
	font-size:16px;
	font-weight:bold;
	margin:0 0 3px 0;
}
a, a:visited{
	color:	#fff;
}

a:hover, a:visited:hover{
	text-decoration:none;
}

hr {color:#333; border:#333 1px solid; background:#333; margin:10px 0 10px 0;}


/* NAVIGATION OVERRIDES */
#navigation{float:left;  font-size:15px; font-weight:bold; font-family:"Times New Roman", Times, serif; letter-spacing:1px; width:695px;}
#navigation ol, #navigation li {float:left; list-style:none;}

#navigation #topNav{margin-left:570px; display:block; height:91px;}
#navigation #botNav{display:block; clear:both; }
#navigation #topNav a{display:block; background:#156578; margin-top:-18px; padding:3px 8px; color:#b0b0b0; text-decoration:none; -moz-border-radius: 0 0 15px 15px; -webkit-border-radius:0 0 15px 15px; border:2px #828282 solid;}
#navigation #botNav a{display:block; background:#bbb; margin:3px; padding:3px 8px; color:#000; text-decoration:none; 	
-moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0;}
#navigation #botNav a.selected{background:#2b2b2b; color:#b0b0b0;}
#navigation #botNav a.selected:hover{background:#2b2b2b; color:#FF;}
#navigation #botNav a:hover{background:#b0b0b0;}

.column{float:left; margin-right:35px;}
.columnLogos{float:left; width:25%; text-align:center;}
/* LIST ITEMS */
.listItems{width:75%; float:left; margin-right:35px;}
.listItem{width:100%; background:#A6A6A6; position:relative; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin-bottom:5px; padding:8px;}
.itemTitle{display:block; color:#731012; font-size:18px; font-weight:bold;}
.itemDate{float:left; margin-right:30px;}
.itemLinks{float:left; font-weight:bold;}
hr {color: #E2E2E2; background-color: #E2E2E2; border: 3px dotted #999; border-style: none none dotted; }
#portfolioNav img {float:left; margin:5px;}

.center{text-align:center;}


#content2 h2, #content2 h4	 {
	color: #b0b0b0;
}

