
body {
background-color:#999999

}

.headline {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:14px;
margin-bottom:15px;
   margin-top:30px;
}

.headline2 {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#990000;
  font-size:12px;
  text-decoration:none;
 
  margin-bottom:2px;
   
}

.headline3 {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#990000;
  font-size:12px;
  text-decoration:none;
 
  margin-bottom:15px;
   
}

a.headline3:LINK {
	color: #990000;
	text-decoration: none;
}

a.headline3:HOVER {
	color: #000000;
	text-decoration: underline;
}

.bodytext {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:12px;
margin-bottom:15px;
   
}

#containerul li{
  margin:0 0 0 1px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 30%;
  background-repeat:no-repeat;
}

#two {
  margin:0 0 0 10px;}


.cw {
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-size:11px;
  text-decoration:none;
 
  margin-bottom:15px;
   
}



.contentslide{
border: 0px; color: #1E81BF;
border-bottom-width: 0px;
padding: 0px;
width: 470px;
height: 750px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 650px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: black;
background-image:url(images/nav_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
height:27px;
padding: 0px 0px 0px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 516px; /*IE6 width*/
}

.pagination a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 0px;
text-decoration: none; 
color: #990000;
background-color: white;
background-image:url(images/off_bg.gif);
background-position:top;
background-repeat:no-repeat;
line-height:28px;
border-right-width: 23px;

}

.pagination a:hover, .pagination a.selected{
color: #990000;
height:25px;
background-color: #FD3803;
background-image:url(images/on_bg.gif);
background-position:top;
background-repeat:no-repeat
}

.bodybg {

background-image:url(images/body_bg.gif);
background-repeat:no-repeat;
background-position:top;



}
