@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}

body {
	font: 0.825em/1.5 Arial, Helvetica, sans-serif;
	color:#464646;
		
		}
		
a {
	border:0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0; z-index:-1;
}

.home {background-color:#cfa601;}
.need {background-color:#cf7a01;}
.about {background-color:#a62500;}
.study {background-color:#cd5700;}
.results {background-color:#cd3a00;}
.support {background-color:#BF4930;}
.contact {background-color:#FF6140;}
.promotion {background-color:#ff0600;}
.links {background-color:#db6c55;}
.white {color:#fff;}
.gold {color:#cfa601;}
.lgrey {font-size: 9px; color:#666}
.lgrey a:hover {text-decoration:underline;}
.wrapper {
	min-height: 100%;
	height: auto ;
	height: 100%;
	margin: 0 auto -4em;
}
.footer, .push {
	text-align:right;
	height: 4em;
	clear:both;
	padding-left:5px;
 }
 
p {font-size: 13px; line-height:normal; color:#464646}

h1, h2, h3, h4 {
	font-weight:normal;
	line-height:1.3;
	
}

h1 {font-size:2.3em;}
h2 {font-size:1.4em; margin-top: 5px}
h3 {font-size:1em;}
h4 {font-size:1em; font-weight:bold; margin-top:5px;}

.topline {padding:50px 25px 3px 0; color:#353535; border-bottom:1px solid #999;}

ul, ol, dl {margin-left:20px;}

.unbulleted {margin:0;}

#container {width:900px;}



/*Main Navigation*/

#navbar {
	float:left;
	position:abosolute;
	width:154px;
}
		
#navbar p {
	font-size:11px;
	color:#fff;
	padding-left: 15px;
	float:}
	

/*Drop-down menus*/

#globalnav {
	color:#fff;
	margin-top:5px;
	position:relative;
	right:5px;
	z-index:2;
}

ul#globalnav li {
	list-style:none;
	position:relative;
	width:135px;
	text-align:right;
	float:right;
	margin-bottom:20px;
}

ul#globalnav a {
	color:#fff;
	font-weight:normal;
	display:block;
	padding:2px 2px;
}

ul#globalnav a:hover {
	background-color:#999;
	text-decoration: none;
}

ul#globalnav ul {
	display:none;
	position:absolute;
	left:100px; top:0;
	z-index:100;
}

ul#globalnav li:hover ul, ul#globalnav li.over ul {
	display:block;
}

ul#globalnav ul li {margin:0;}

ul#globalnav ul a, ul#globalnav ul a:hover {
	text-align:center;
	margin-bottom:0;
	border-bottom:solid 1px #353535;
}



/*Main Content*/

#maincontent {
	float:left;
	width:450px;
	padding-bottom:30px;
	padding-right:30px;
	z-index:0;
}
		
ul.bulleted li {
	margin-left: 20px;
	list-style:square;
	line-height:normal;
}

.indented {
	margin-left:20px;
}

/*Right Bar*/

#rightbar {
	float:left;
	width:240px; 
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}

#rightbar a {color:#fff;}
#rightbar a:visited {color:#353535; text-decoration:none;}
#rightbar a:hover{color:#353535; text-decoration:underline;}
#rightbar p {color:#fff; fontsize: 13px;}
		
#rightbar dt, dd {display:inline;}
#rightbar dt {font-weight:bold;}

#goldcircle {
	width: 350px;
	background-color:#464646;
	float:center;
	position:center;
	padding-left:10px;
	padding-right: 10px;
	margin-top:30px;
	margin-left:50px;
	padding-bottom:15px;
	border-right: 4px solid #CFA601;
	border-top: 4px solid #CFA601;
	border-bottom: 4px solid #cfa601;
	border-left: 4px solid #cfa601;
	color: #cfa601;
}

#goldcircle p {color:#fff; fontsize: 13px;}	

