BODY
{
    BACKGROUND-COLOR: #060f1a;
	color: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
}

/*CSS RESET*/
*{margin:0;padding:0;}
img,iframe{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ul,ol,dl,li,dt,dd{list-style:none;}
form{border:0;}	
input,textarea,select,button{font-size:100%}
table{border-collapse:collapse;border:0;}
td,th,caption{font-size:100%;font-weight:normal;text-align:left}


/*SECTION STYLES*/

#left_section
{
	width:175px; 
	float:left;
}

#right_section
{
	background-color:#0b1e33;
	width:569px; 
	margin-left:175px;
}

#section_header
{
	background: url(/generic_files/images/MainBannerGlobal.gif) no-repeat 0 50%; 
	height: 170px; 
	vertical-align: middle; 
	text-align: right;
	border-bottom: 2px solid white;
}

#content
{
	padding: 20px;
}


/*MAIN STYLE*/
h1
{
	font-size: 200%;
	margin-bottom: 10px;
}

h2
{
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: bold;
}

h3
{
	font-size: 110%;
	margin-bottom: 10px;
}

p
{
	margin-bottom: 20px;
    COLOR: #d3dae1;

}

a
{
    COLOR: #d3dae1;
}

#paypal_thankyou
{
	background: white; 
	padding: 5px; 
	margin: 10px 0; 
	color: #060f1a;
}

#paypal_thankyou p
{
	color: #060f1a;
}

#contact_us td
{
	line-height: 200%;
	vertical-align: top;
	padding-right: 30px;
}

/*DONATE*/
#donate
{
	border-top: 2px solid #060f1a; 
	border-bottom: 2px solid #060f1a; 
	margin: 5px 2px;
	background: white;
	color: #060f1a;
}

#donate p, #donate p a
{
	color: #060f1a;

}

#donate td
{
	padding: 5px 10px;
	vertical-align: top;
}


/*MENU STYLE*/
#menu
{
	color: white;
	font-family: arial, verdana;
	font-size: 11px;
}

#menu li
{
	background-image: url(/generic_files/images/menu_bg.jpg);
	width:146px;
	height: 52px;
	padding: 3px 3px 3px 25px;
}

#menu  a
{
	width: 100%;
	color: #9ba3ab;
	text-decoration: none;
	display:block;
}

#menu li a:hover
{
	color: #fff;
}


#menu b
{

	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	display: block;

}