* {
	margin: 0;
	padding: 0
	}
	

body {
	 background: #878787 url('../images/gradient.jpg') repeat-x; 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: .7em;
	 line-height: 1.5em ;
	 color: #102c4a;
	 
}

a:link { 
	color: #7c232d;
	}
a:visited { 
	color: #520015;
	}
a:hover { 
	color: #1D5C9F;
	
	}
a:active { 
	color: #1D5C9F;
	}

#wrapper { 
	 margin-left: 45px;
	 width: 910px;
	 background: #FAF7F2 url('../images/gradient_inner.jpg') repeat-x bottom; 
	 
	
}
#header {
	 width: 900px;
	 padding: 0;
	 height: 130px;
	 margin: 0;

}


#header h1 {
	background:transparent url(../images/gllogo.gif) no-repeat scroll right top;
	height:75px;
	width:150px;
	float:left;
	margin:30px 14px;
	text-indent:-9999px;
}


#header h2 {
	color: #FFFFFF;
	margin: 13px 0 0 200px;
	padding: 0;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 10px
}

#header .menu {
	border-bottom: 1px solid #86b4e4;
	margin: 0 0 0 200px;
	width: 665px;
	padding-top: 68px;
	}
#header .menu ul {list-style: none;	display: inline;}
#header .menu ul li {
	
	list-style: none;
	display: inline;
	}
	
#header .menu ul .text {text-decoration: none; color: #86b4e4;margin: 0 35px 0 0; }
#header .menu ul li a {text-decoration: none; color: #86b4e4;margin: 0 35px 0 0; }
#header .menu a:hover,#header .menu a.active { border-bottom: 5px solid #86b4e4; overflow: hidden;}
#banner {width: 910px; height:115px; background:#ECE2D6 url(../images/banner.jpg) no-repeat right }
* html #banner { margin-top: -5px}
#content { 
	 width: 600px;	
	 padding: 0px 0px 10px 196px;
	 overflow: auto;
	}


#content p.first {
	color: #818C97;
	font-size: 14pt;
	line-height: 22pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 20px
	}
#content p.first span {
	color: #00477F;
	display: block;
	font-size: 17pt
}
#content p {margin-bottom: 10px}

#content h3 {
	color: #86b4e4;
	font-size: 12px;
	position: relative;
	top: 35px;
	left: -196px;
	width: 185px;
	height: 35px;
	text-align: right;
	}


#content h4 {
	font-size: 1em;
	padding:10px 0 0;
}

#content h5 {
	color: #86b4e4;
	font-size: 13px;
	padding:20px 0 5px;
	text-transform:uppercase}
#content ul {padding-left: 3em; }

#content .update {
	padding: 14px;
	background-color: #ECE2D6;
	margin-bottom: 20px;
}

#content .update h5 {
padding: 0px;
}

#content .update h5 strong {
color: #678eb7;
}
