/* CSS Document */
html * {
	margin: 0;
	padding: 0; }

H1, H2, H3, H4, H5, H6, p, li, blockquote {
	font-size: 100%;
	font-weight: normal; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #003399;		
	 }

a {
color: #8EA174;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
	
#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	background: url(/img/wrapper.png) left top repeat-y; }

h1 {
	background: url(/img/CGCCNew.jpg);
	height: 120px;
	text-indent:-99999px;
	display: block;
	width: 780px;
	}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	text-align: right;
	width: 540px;
	height: 30px;
	color: #CCD6E0;
	background-color: #6A88A2;	
	letter-spacing: .1em;
	margin: 0px 0px 30px 0px;
	border-top: 10px solid #6A88A2;
	border-right: 15px solid #6A88A2;
 }
	
h3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	width:485px;
	font-size: 16px;
	color: #003399;		
	margin: 20px 0px 20px 20px;
	word-spacing: .2em;
	line-height: 1.05em;
 }
 
 h4 {
	font: Verdana, Arial, Helvetica, sans-serif;
	width:485px;
	font-size: 16px;
	color: #003399;		
	margin: 20px 0px 20px 50px;
	word-spacing: .2em;
	line-height: 1.15em;
 }

/* ************************ NAV 1 ************************ */

.nav {
	width: 545px;
	height: 35px;
	line-height: 35px;
	padding:0 0 0 235px;
	background-color:#C2DCA0;
	margin: 0px;
	border-top: 7px;
	border-top-color:#C2DCA0;
}
	
.nav li { /* all list items */
	list-style: none;
	float: left;
	padding-right: 50px;
}

.nav a {
color:#000000;
text-decoration: none;
padding-left: 20px;
}

.nav a:hover {
list-style:  none;
background: url(/img/navover.gif) no-repeat;
}

#col-left { 
	float: left;
	width: 225px;
	display: block; }

#col-left li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 8px 5px 0px 20px;
	list-style: none; }
	
#col-left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 8px 5px 0px 20px;}

#col-left img {
	margin: -8px -5px 0px -20px;}

#col-main {
	float: left;
	width: 555px;
	display: inline;
	}
	
#col-main p {
	margin:10px 20px 5px 25px;
	}

#col-main ul {
	margin: 10px 30px 0px 20px;
	}
	
#col-main li {
list-style: none;
background: url(/img/navover.gif) no-repeat;
padding-left: 25px;
margin-bottom: 7px;
}

.box {
	margin: 20px 10px 40px 30px;
	border: 0px;
	float:left;}

#bot {
	clear: both;
	margin: 0 auto;
	height: 15px;
	width: 780px;
	background-color:#C2DCA0;
	}

#foot p {
	text-align: center;
	font-family: arial;
	color: #999;
	font-size:12px;
	line-height:20px;
	word-spacing:3px;
	margin: 8px 0 0 20px; }

#foot a {
	color: #999;
	text-decoration: none;}

#foot a:hover {
	text-decoration: underline;}