/* CSS Document */

body{
background-color: #180000;
margin-left: auto;
margin-right: auto;
}

A:link {text-decoration: underline; color: #FFFFFF;}
A:visited {text-decoration: underline; color: #999999;}
A:active {text-decoration: underline; color: #CC0000; font-weight: bold}
A:hover {text-decoration: underline; color: #CC0000; font-weight: bold}

h3{
color: #CC0000;
text-decoration: underline;
}

.mainbody{
background-color: #100000;
/*background-image:url(./images/mainbg.jpg);
*/
color: #FFFFFF;
}


/*
 * This is how news posts are going to look
 */

div.post {
width: 85%;
margin:0pt;
padding:0pt;
margin-top: 15px;
margin-bottom: 15px;
margin-left:30px;
}

div.content_title_bar {
background:#000000 url(./images/rctm.gif) repeat-x scroll 0%;
height:29px;
width:100%;
}



div.content_title_bar div.content_title {
background:#000000 url(./images/rctl.gif) no-repeat scroll 0%;
color:#FFFFFF;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:4px 0px 4px 40px;
margin:0px 0px 0px 0px;
width:335px;
}


div.content_title_bar div.date{
color: #666666;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:4px 0pt 10px 10px;
}

div.content_title_bar div.content_title_end {
background:#000000 url(./images/rctr.gif) no-repeat scroll 0%;
float:right;
height:29px;
width:9px;
}

div.content_area {
background:#2D2D2D none repeat scroll 0%;
border:1px solid #000000;
padding:5px 10px 5px 10px;
}

div.content_area_end {
background:#000000 url(./images/rcbm.gif) repeat-x scroll 0%;
height:9px;
}

.footer {
background:#000000 url(./images/rctm.gif) repeat-x scroll 0%;
height:29px;
width:100%;
text-align:center;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.clear {stylesheet.css (line 429)
clear:both;
}

.nav{
width: 150px;
background: #000000;
	margin: 15px 0px 0px 15px;
	border: dashed;
	border-color:#660000;
	border-width: 1px;
    padding: 10px 10px 10px 10px;
}

.navheader{
color: #CC0000;
text-decoration: underline;
margin-bottom: 10px;
}