/* Basic Elements */
body{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #e6e6e6;
	background-image: url(../images/bg.png);
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000000;
	line-height: 15px;
	font-size: 13px;
	text-align: center;
}  


a, a:visited, a:active {	
	text-decoration: none;		
	color:  #1A88CB;
	background-color: inherit;	 	
}

a:hover {
	color: #5C0401;	
	text-decoration: none;	
	background-color: inherit;
}

a:focus{
	outline: 0; 
}

p {	
	font-size: 12px;	
	line-height: 15px;	
	margin-top: 10px;	
	margin-bottom: 10px; 
}



.navlinks ul {
	margin-left: 0px;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0px;
}



img {	
	border: 0;	
}
	
.mainHeader select {
	width:70px; 
	height:17px; 
	font-size:10px;
}

table {
	font-size: 12px;
}
	
/* Content Div's */

#container{
	margin: 0 auto;
  	width: 80%;
  	min-width: 900px;
  	max-width: 1200px;
  	text-align: left;
}
	
#header{ 
	height: 236px;
	background: #040c23;
	border: 1px solid #000000;
}

#infoBlock{
	background: #111d43;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 96px;
	padding-top: 6px; 
}

#navBody{
	width: 20%;
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 0px; 
	border-right: 1px solid #000000;
	float: left;
}

#navad{
	width: 20%;
   	margin-left: 1em;
	margin-top: 6px;
}

#navBody li {
	padding-left: 0px;
}

#imgBody{
	float:left;
	font-size: 12px;
	width: 79.8767%;
	height: 185px;
	border-bottom: 1px solid #000000;
}

#imgBody h3 {
	background: #858585;
	color: #000000;
	padding: 2px 0 2px 7px;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#contentBody{
	float:left;
	margin: 7px 11px 7px 11px;
	font-size: 12px;
	width: 98%;
}

#contentBox{
	width: 79.8767%;
	float:left;
	background: #FFFFFF;
	min-height: 1000px;
}

#mainbody{
	float:left; 
	text-align: left;
	min-height: 500px;
	background: #040c24;
	border: 1px solid #000000;
}


/* Classes */

.navlinks a{	
	font-size: 12px;	
}

.navlinks{
	width:190px;
	font-size: 12px;
   	margin-left: 5px;
	margin-top: 0px;
}

.navlinks li {
	color:#2D59A2;
	padding-left: 0px;
	margin-left: 22px;
}

#navBody h3 {
	background: #858585;
	color: #000000;
	padding: 2px 0 2px 7px;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 4px;
}

#footer{
	clear:both;
	margin-top:0px;
	padding:0px;
	background: #858585;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:38px;
	position:relative; 
}

#footer a {
	color: #000000;
}

#footerleft{
	float:left;
	text-align: left;
	margin-left:10px;
	margin-top: 10px;
	font-size: 12px;
	line-height:15px;
	
}

#footerright{
	float:right;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height:15px;
	
}

.left {
	float: left;
}

.right {
	float: right;
	padding-right: 8px;
}

.mainBody {
	border: 1px solid #DFDFDF;
	border-top: 0;
	background: #DFE9FF;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	position: relative;
	min-height: 15px;
	font-size: 12px;
}

.social-book {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.social-book:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

h2 {
	color:#2D59A2;
	margin: 2px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 3px;
}

h2 a, h2 a:visited {
	color:#2D59A2;
	text-decoration: none;
}

h2 a:hover {
	color: #5C0401;
	text-decoration: none;
}

h4 {
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
}

.post-cat {
	float:left;
	font-size: 95%;
	color: #999;
}

.post-cat a, post-cat a:visited {
	color: #999;
	font-size: 95%;
	text-decoration: none;
}

.post-cat a:hover {
	color: #5C0401;
	text-decoration: none;
}


.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 13px;
}

.post {
	clear:both;
	padding-top: 5px;
}

.clear {
clear:both
}
