/* Start of CMSMS style sheet 'Safe Stop' */
* {
  padding: 0;
  margin: 0;
} 

body { 
  font: 8pt "Verdana", Arial, Sans-Serif; 
  background: #393939;
 
}


a {
  text-decoration: none;
  color: #301C15;
}
a:hover { color: #000; }

#wrap 
{
  margin: 20px auto;
  width: 900px;
  height: 1510px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}


#header 
{
  height : 116px;
  background-color : #000;
  background: url(/images/back.jpg);
}
#header h1 { position: absolute; left:-9999; color: #000040; display:none;}


#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
        width: 100%;
	
}
#menu ul {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#menu li {
	font: 1.5em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #000040 url("/images/hover.gif") left center no-repeat;
	color: #f9b807;
	padding-bottom: 8px;
        border-left: 65px #000;
}

#menu a.menuactive {
	background: #000040 url("/images/hover.gif") left center no-repeat;
	color: #f9b807;
	padding-bottom: 8px;
}	

#sidebar_right {
		 margin-top: 1px;
		 background: #000000 url("/images/chief.jpg") no-repeat left top;
         float: right;
         background-color: #E3E3E3;
         width: 179px;
         height: 470px;
}
#sidebar_right h1 {
         background-color: #000040;
	border-bottom: 1px solid #393939;
font: 1.7em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        color: #f9b807;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
}
.newstext {
       background-color: #E3E3E3;
       border: 1px #333 solid;
       padding: 5px;
}
.sidebar_right_text {
	padding: 235px 7px 10px 13px;
}
#sidebar_right h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#sidebar_left {
	 margin-top: 1px;
         float: left;
         background-color: #fff;
         width: 180px;
         height: 500px;
         padding: 0px;
}
#sidebar_left h2 { padding-bottom: 6px; font-size: 12px; color: #000000; }

#content { 
  float: left;
  text-align: left;
  width: 495px;
  margin-top: 10px;
  padding: 0 7px 0 13px;
  font-size: 8pt;
}


#content h2 { padding-bottom: 6px; font-size: 15px; color : #444; }
#content h3 [ color: #fff; background: #370F00; font-size: 86%; padding: 3px 6px;}
#menu-wrapper h3 [ color: #fff; background: #370F00; padding: 3px 6px;}
.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: arial, sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-face: arial, verdana;
}

#footer { 
  position: absolute;
  top: 622px;
  margin-top: 20px; 
  width: 900px;
  height: 60px;
  background-color: #A7C1E0;

}
.footer_text {
	text-align: center; 
	padding: 18px;
	color: #777;
}

/* section header */
#menu li.sectionheader {
        width: 100%; 
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* separator */
#menu li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

#bottom {
height:32px;
clear: both;
background: #fff;
height: 32px;
width: 900px;
}
#footer {color:#333333;text-align: left; margin:0 auto;clear: both;}

/* End of 'Safe Stop' */

