/* CSS Document */

body{
	padding: 0px; margin: 0px; background-color:#0B0704; font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted #000;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCFF;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCFF;
}
a {
	color: #99CCFF;
	text-decoration:underline;
	}
	
a:hover {
	color: #fff;
	text-decoration:none;
	}
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
#header_background{
background-image: url(images/grad_top.jpg); height: 127px; background-repeat:repeat-x;
}
#header{
width: 777px;
}
#content_background{
background-image: url(images/grad_middle.jpg); min-height: 500px; background-repeat:repeat-x; background-position:top;background-color: #AF2121; border-bottom: 3px solid #660000;
}
#contentBox{
width: 777px;
}
#contentPad{
padding: 20px; color: #fff;  font-size:12px;
}
#navCell{
border-right: 1px solid #000;
}
#contentCell{
padding-left: 15px;
padding-right: 5px;
}
#footerback{
background-image: url(images/grad_bottom.jpg); height: 100px; background-repeat:repeat-x; background-position:top; border-top: 1px solid #000; color: #7F5F35; font-size: 10px;
}
#footer{
width: 777px; margin-top: 10px;
}
#footer a{
color: #7F5F35;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration: none;
}
