html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
  font-size:100%;

 
} 
body {background-color:#E0C5A2; background-image: url(assets/bg.png);}
#wrapper{ 
 width:850px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background:white;
 background: url(assets/pagebk.png);
} 
 
#header{
 position:relative; 
 height:100px; 
background-image: url(assets/newhead.jpg);
  background-color:#82251B; 
 width:100%;
} 
 
#leftcol{
 width:226px; 
 float:left; 
 position:relative; 
 border-right: solid 1px silver;
 background:maroon;
 border-left: solid 2 px #FF9C38;
  }
 #leftcol img {margin-top:3px;}
#maincol{background-color: #FFFFFF;  
 margin-left:235px;
 margin-top:20px;
 width:600px; 
 text-align:left;
 }
 #footer { background: url(assets/footer.png) #82251B; color:#f2f2f2; height:60px; width:100%; clear:both; }
 #footer p {padding:5px; text-align:right; font-size:11px;}
 #maincol p { font-size:0.875em; line-height:1.325em; /* 16×1.125=18 */
}
#header h1 {color:white; font-family: Palatino, serif; padding-left:12px;}
h2 {color:#82251B; font-family: georgia, serif; padding-left:12px;}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 p {font-family: Verdana, Arial, Helvetica, sans-serif;}
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.rtimg {float:right; padding: 2px 4px 2px 12px;}
.lftimg {float:left; padding: 0 12px 0 0;}
.cntimg {display:block; margin-right:auto; margin-left:auto;}
.revealcontent p {color:#FF9C38; font-size:16px;}
#cover {background:url(assets/cover.jpg) #804000; padding: 20px 20px; height:290px;}

h1.sir {
	width: 455px; height: 72px;
	background: url(assets/logo.png);
	text-indent: -9999px;
	margin-bottom:0;
}
