/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #062334;
	color: #225978;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #225978;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #babbbb 2px solid;
	border-bottom: #babbbb 1px solid;
	border-right: #babbbb 1px solid;
	font-size: 10px;
	padding: 0 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	padding: 0 5px;
	width: 760px; 
}
/*=== Header ===*/
#header{
	background: url(/images/header-bgr.gif) repeat-x top;
	height: 229px;
	margin: 0 0 11px;
}
/*- Logo -*/

#header h1{
	background: url(/images/logo.gif) no-repeat;
	position: float;
	text-indent: -9999px;

}
#header h1 a{
	display: block;
	height: 150px;
	width:  415px;
}
/*- Ads -*/
#ads{
	float: right;
	margin: 66px 0 0;
	width: auto;	
	position:absolute;
	/*right:140px;*/
	top:14px;

}
/*=== Top Menu ===*/
#topmenu{
	padding:49px 0 0 5px;
	height: 30px;
	clear: both;
	position:absolute;
	top:170px;

}
/*=== Columns ===*/
#columns h2{
	clear: both;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#columns h3{
	font-size: 11px;
	padding: 0 0 5px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 155px;
}
#leftcol h2{
	#color: #929394;
	color: #626364;
}
/*- Left Menu -*/
ul.leftmenu{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 11px;
}
.leftmenu li{
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.leftmenu li a{
	background: #e3e5e6;
	#color: #929394;
	color: #626364;
	display: block;
	height: 21px;
	line-height: 21px;
}
.leftmenu li a:hover,.leftmenu li.active a{
	background: #cedae1;
	text-decoration: none;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	margin: 0;
	width: 595px;
}
#centercol ul{
padding: 0 0 15px 0;
}
#centercol ul li{
list-style-type:disc;
list-style-position:outside;
margin-left:30px; 

}	
#centercol a{
	text-decoration: underline;
}
#centercol h2{
	border-bottom: 1px solid #225978;
	padding: 0 0 5px;
}
#centercol p{
	padding: 0 0 10px;
}
/*=== Styling Boxes ===*/
.box{
	background: #e3e5e6;
	height: 1%;
	margin: 0 0 11px;
	padding: 5px;
}
.donate{
	background: url(/images/donate-bgr.gif) #e3e5e6 no-repeat top;
	height: 155px;
}
.btn-donate{
	margin: 55px 0 0;
	text-align: right;
}
#centercol .box{
	padding: 7px 10px;
  min-height: 200px;
}
/*=== Styling Forms ===*/
/*- Submit -*/
fieldset.submit{
	margin: 0 0 2px;
	position: relative;
}
.submit div{
	margin: 0 0 10px;
}
/* Fieldset Label */
.submit label{
	#color: #929394;
	color: #626364;
	float: left;
	font-size: 10px;
	padding: 4px 0 0;
	width: 37px;
}
.submit input{
	width: 95px;
}
.submit input.btn{
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
/*=== Footer ===*/
#footer{
	background: #225978;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	height: 27px;
	margin: 0 0 5px;
	padding: 0 5px 0 0;
}
#footer a{
	color: #ffffff;
}
#footer ul{
	float: left;
	height: 19px;
	padding: 4px 0 0;
}
#footer li{
	border-right: 1px solid #ffffff;
	float: left;
	padding: 3px 0;
	text-transform: uppercase;
}
#footer li.last{
	border: 0;
}
#footer li a{
	margin: 0 6px;
}
#footer p{
	float: right;
	font-size: 11px;
	line-height: 27px;
}
/*- Copyright Info -*/
#copy{
	clear: both;
	color: #020202;
	font-size: 9px;
	height: 50px;
	padding: 0 5px;
}
#copy .fr{
	font-size: 11px;
	padding: 7px 0 0;
}
#copy a{
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	border: 1px solid #225978;
	margin: 0 10px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.p10{
	font-size: 12px;
}
#columns .p10 h3{
	font-size: 12px;
}
.p12{
	font-size: 12px;
}
.p12 p{
	line-height: 16px;
}
a.more{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}

