@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a img, img  {border:none;}
a{ outline:none; text-decoration:none; color:#514e4e;}

h1.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#00419f;
	border-bottom:1px dashed #7d7d7d;
	padding:5px 0px;
}
h2.sub_heading {font-size:13px; color:#0e6dce; font-weight:bold;}
body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1b1b1a;
	background:#ffffff url(../images/body_bac.jpg) repeat-x top left;
	text-align: center; 
	width:960px;
	margin:0px auto;
	padding:0;
}
.page_wrapper{
	
	text-align:left;
}
input[type="text"], input[type="password"], select, textarea { 
	border-collapse:collapse;
	border:1px solid #ccc;
	width:150px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	border-collapse:collapse;
	border:none;
	border:1px solid #BBBBBB;
	background: url(../images/btn_bg.gif) repeat-x top left;
	color:#5F285C;
	font-weight:bold;
	font-size:11px;
	padding:2px;	
	
}

.clear{clear:both}

/*header*/
.header{
	background:url(../images/header_bg.gif) no-repeat center top;
	padding-top:13px;
	padding-bottom:11px;	
}

.flashheader{
	/*background:url(../images/flash_bg.gif) repeat center top;
	padding-top:13px;
	padding-bottom:11px;
	*/
	padding-top:5px;
	padding-bottom:5px;
}
.logo
{
padding-top:22px;
padding-left:45px;
width:125px;
vertical-align:top
}
.top_text
{
color:#333399;
text-align:center;
font-size:22px;
font-weight:bold;
vertical-align:top;
padding-top:40px;
}
.top_side
{
width:290px;
text-align:left;
vertical-align:top;
}
.top_side_img
{
padding:5px;
border:1px solid #000;
background-color:#fff;
width:245px;
overflow:hidden;
}
/*body*/
.body_section
{
	background:url(../images/body_bg.gif) repeat-x left top;
	padding-top:15px;
}
.top_menu
{
	text-align:center;
	padding-bottom:25px;
	/*background:url(../images/menu_rightbg.gif) no-repeat 680px bottom;*/
}
.top_menu li
{
	list-style-type:none;
	display:inline;
	text-align:center;
	z-index:3
}
.top_menu li a
{
	color:#333399;
	border-left:2px solid #333399;
	padding:0px 7px;
	margin:0px 1px 0px 0px;
	border-right:2px solid #333399;
	font-size:16px;
	font-weight:bold;
	z-index:1;
}
.top_menu li a:hover
{
	text-decoration:underline;
}
.top_menu li a.fbord
{
	border-left:none !important;
}
.top_menu li a.lbord
{
	border-right:none !important;
}
.flash
{
	padding-left:20px;
}
/*body*/
.donate
{
	text-align:right
}
.title
{
	font-size:17px;
	font-weight:bold;
	padding-bottom:5px;
}
.latest_update
{
	padding-left:15px;
}
.latest_update li
{
	list-style-type:none;
	padding:2px 0px;
}
.latest_update li a
{
	color:#031C56;
	font-size:13px;
}
.latest_update li a span.date
{
	font-style: italic;
	margin-left:6px;
}
.more
{
	width:290px;
	padding-top:10px;
	text-align:right;
}
.more a
{
	font-style:italic;
	color:#0066FF;
}
.more a:hover
{
	text-decoration:underline;
}
.newsletter
{
background:url(../images/signup_bg.gif) no-repeat top left;
margin:10px 0px 0px 8px;
padding:10px;
}
.newsletter input[type="text"]
{
width:130px;
}
.newsletter table td
{
padding:2px;
}
.newsletter_submit
{
padding:5px 0px !important;
text-align:center;
_padding:0px !important;
}
/*footer*/
.footer
{
	background:url(../images/footer_bg.gif) no-repeat center top;
	padding-top:11px;
	padding-bottom:25px;
}
.footer_left_logo
{
	text-align:left;
	vertical-align:middle;
}
.footer_left_logo img, .footer_right_logo img
{
	padding-left:8px;
	vertical-align:middle;
}
.footer_right_logo
{
	text-align:right;
	vertical-align:middle;
}
.footer_menu
{
	padding-top:1px;
}
.footer_menu a
{
	padding:0px 3px;
}
.footer_menu a:hover
{
	color:#555;
}
.footer_text
{
	text-align:center;
	font-size:11px;
}
.footer_text a:hover
{
	color:#EE670B;
	font-size:12px;
}

.footer_text .footer_title
{
	font-size:13px;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:1px;
}
<!-- For Newsletter-->
.initText{
	color:#CCC;
}

.pageHeaderTitle{
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:18px;
	color:#0B5383;
	font-weight:normal;
	padding:0;
}



