body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	margin: 36px 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}


.maincontent {
    padding: 30px 36px 30px 30px;
	font-size: .85em;
	line-height: 1.5em;
}


.maincontent p {
	margin: 8px 0 12px 0;
}


.sidebar {
	float: left;
	width: 167px;
	margin-right: 17px;
	background-image:  url(../images/cgc_leftcol_bback.gif);
	background-repeat: repeat-y;
}


.menubar {
	margin: 0 1px;
	font-size: .9em;
}

.sidecontent {
	padding: 0 12px 12px 12px;
	font-size: .7em;
	color: #CCCCCC;
	margin-right: 8px;
	
}
a:sidecontent {
	padding: 0 12px 12px 12px;
	font-size: .9em;
	text-decoration: underline;
	color: #CCCCCC;
	margin-right: 8px;
	
}
.sidecontent p {
	margin: 6px 0 8px 0;
}
.sidecontentg {
	padding: 0 12px 12px 12px;
	font-size: .7em;
	margin-right: 8px;
	background-image:  url(../images/cgc_leftcol_gback.gif);
	background-repeat: repeat-y;);
	background-repeat: repeat-y;
	}
a:sidecontentg {
	padding: 0 12px 12px 12px;
	font-size: .7em;
	color: 666666;
	margin-right: 8px;
	background-image:  url(../images/cgc_leftcol_gback.gif);
	background-repeat: repeat-y;);
	background-repeat: repeat-y;
}
.sidecontentg p {
	margin: 6px 0 8px 0;
}


.sidetext {
	font-size: .7em;
	margin-right: 8px;;
	
}
.menu {
	font-size: 0.8em;
	width: 554px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	color: #F2F1F1;
	font-weight: normal;
	text-transform: lowercase;


}
.menu p {margin: 0 0 0 48px;
}
/*Footer styles*/
.footer {
	padding: 0 12px 12px 12px;
	font-size: .7em;
	margin-right: 8px;
	background-image:  none;
	background-repeat: repeat-y;);
	background-repeat: repeat-y;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 24px 0 0 0;
	font-size: 1.6em;
	color: #666666;
}
h3 {
	font-size: 1.4em;
}
#sidebar h3 {
	color: #666666;
}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover, a:active, a:focus {
	color: #7299AA;
}
.sidecontent a:link {
	color: #CCCCCC;
}
.sidecontent a:visited {
	color: #CCCCCC;
}
.sidecontent a:hover, .sidecontent a:active, .sidecontent a:focus {
	color: #333333;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}

