body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	text-align: center;
	background-color: #FFFFFF;
}

a:link {
	color: #444444;
	font-weight: 800;
	style=text-decoration: none;
}


a:visited {
	color: #444444;
	font-weight: 800;
	style=text-decoration: none;
}

a:hover {
	color: #999999;
	font-weight: 800;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #444444;
	line-height: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #444444;
	line-height: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #444444;
	line-height: 18px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #999999;
	line-height: 18px;
}
#container  {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
/*	border: solid #CCCCCC 1px; */
}
#container #header {
	height: 85px;
	width: 950px;
	background-color: #FFFFFF;
}
#container #header #logo {
	height: 75px;
	width: 230px;
	float: left;
	background-image: url(../images/csga_logo_new.jpg);
	background-repeat: no-repeat;
}
#container #header #csgaad {
	height: 75px;
	width: 480px;
	float: left;
	/* background-image: url(../images/csga_ad.jpg);*/
	background-repeat: no-repeat;
}
#container #header #logo_fr {
	height: 75px;
	width: 230px;
	float: left;
	background-image: url(../images/csga_logo_new.jpg);
	background-repeat: no-repeat;
}
#container #header #login {
	height: 75px;
	width: 240px;
	float: left;
	text-align: right;
}
#container #banner {
	height: 250px;
	width: 950px;
/*	background-color: #CCCCCC;
	background-image: url(../images/csga_banner.jpg);*/
	background-repeat: no-repeat;
}
#container #menubar {
	height: 30px;
	width: 950px;
	background-color: #CCC
}
#container #menubar #searchbox {
	width: 250px;
	float: left;
	padding: 5px
}
#container #menubar #mainmenu {
	width: 680px;
	float: left;
	padding: 5px
}

#container #threecolumn {
	width: 950px;
}
#container #threecolumn #sidebar {
	width: 250px;
	float: left;
}
#container #threecolumn #bodycopy {
	width: 675px;
	padding: 12px;
	float: left;
/*	border-left: dotted #CCCCCC 1px; */
}
#container #threecolumn #featureboxes {
	width: 675px;
	float: left;
}
#container #threecolumn #featureboxes #featurebox {
	width: 200px;
	height: 250px;
	margin: 2px;
	padding: 8px;
	float: left;
}
#container #footer {
	height: 90px;
	width: 950px;
}
input, select { 
border: 1px #000000 solid; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
padding-top: 1px; 
padding-right: 0px; 
padding-bottom: 1px; 
padding-left: 2px; 
cursor:hand
}

.body-text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}

/*.listing ul, li{
	display:inline;
	list-style:none;
	text-align:left;
}

.listing li a{
	background-color:#444444;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;
}*/