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

html{overflow: -moz-scrollbars-vertical; /* shows scrollbar for firefox */
	height:100% !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}

body{
margin: 0 ;
padding: 0;
height:100% !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
font-size: 62.5%;  /* Gives a base of 10px */
font-family: Arial, Helvetica, sans-serif;
background-color:#aa0000;

color:#666666;

}

#wrapper{background:url(../images/bg_wrapper.gif); 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}


.top-bar{
	width:100%; 
	height:48px;
	background: url(../images/rtop-bg.jpg) repeat-x;  
	background-color:#aa0000;
	}

.top-bar-m{
	width:849px; 
	margin:auto;
	}


.content{
	width:100%;	
	background:url(../images/white-bg.jpg) repeat-x bottom;
	background-color:#fff;	
	}
	
.content-m{
	width:849px; 
	margin:auto; 
	background-image:url(../images/white-bg1.png);
	}
	
.content-flow{
	padding-left:26px;
	}
	
h1, h2, h3, h4, h5, h6 {color:#012f69;}
h1{font-size: 2em;   margin-bottom: 5px; padding-bottom:0;}  /*20px*/
h2{font-size: 1.8em; margin-bottom: 5px; padding-bottom:0;}/*18px*/
h3{font-size: 1.6em; margin-bottom: 5px; padding-bottom:0;} /*16px*/
h4{font-size: 1.4em; margin-bottom: 5px; padding-bottom:0;} /*14px*/
h5{font-size: 1.2em; margin-bottom: 5px; padding-bottom:0;}/*12px*/
h6{font-size: 1em;   margin-bottom: 5px; padding-bottom:0;}  /*10px*/


.notes{font-size: 0.8em;}

div.clear {
  clear: both;
  }
  
  
.white{color:#ffffff; }
.black{color:#000000; }

.announcements strong{color:#CCFF99; }

.content{ font-size:1.2em;}

.gallery-containter{margin-left:35px;}
.gallery-header{font-size:18px; font-weight:bold;}

.footer-bar{
	width:100%; 
	background:url(../images/footer-top.jpg) repeat-x;
	background-color:#aa0000;
	}

.footer-bar-m{	
	 width:849px; 
	 margin:auto;
	 padding-top:10px;
	 }
	 
.footer-left{
	float:left; 
	padding-left:32px;
	}

.footer-content{
	float:left; 
	width:740px; 
	height:34px; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bar-bg.jpg); 
	background-repeat:repeat-x;
	}
	
.footer-right{
	float:left; 
	
	}

ul li {
	padding-bottom:6px;
	}