@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#2a007d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
body a{
color:#ff9933;
font-size:12px;}
.twoColFixLtHdr #container { 
	background:#fff;
	width: 850px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
    text-align:center; 
	margin:0 auto;
	width:850px;
	border-right: 1px solid #473e3e;
	border-top:1px solid #473e3e;
} 

.twoColFixLtHdr #sidebar1 {

	float: left; 
	width: 140px;
	margin:15px 0 15px 5px;  
	padding: 0px 13px 0px 5px;
	border-right:dashed 1px #000;
}
.twoColFixLtHdr #sidebar1 a{
	background:url(images/nav.jpg) repeat-y center;
    display:block;
	color:#000000;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
}

.twoColFixLtHdr #sidebar1 a:hover{
    text-decoration:underline;
	color:#0a3e63;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 165px; 
	padding: 1px 20px; 
}  

h1{
font-size:24px;
text-align:center;
color:#ff9933;
}

h3{
font-size:14px;
text-align:center;
color:#ff9933;
}

.picBack{
float:right;
display:inline;
}

#links{
background:#fff;
width:200px;
float:right;
margin:15px 8px 0 10px;
display:inline;
}

#feed{
width:410px;
margin:15px 0 15px 5px;
}

#footer{
height:40px;
line-height:40px;
width:850px;
text-align:center;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rowsContainer{
width:850px;
margin:0 auto;
}

.rows{
width:198px;
margin-left:10px;
border-right:1px solid #000;
line-height:21px;
float:left;
display:inline;
font-size:11px;
}


