body {
	margin: 0px;
	padding: 0px;
	background-color: #E2E7F1;
	background-image: url(/art/light-blue-fade.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 96px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

a {		
	color: #009933;
}

a:link {		
	color: #009933;
}

div#top {
	background-color: #FFFFFF;
	text-align: center;
}

div#header {
	width: 620px;
	height: 68px;
	margin: 0px auto 0px auto;
}

div#header h1 {
	width: 176px;
	height: 60px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	background-image: url(/art/thecsg-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

div#header h1 a {
	display: none;
	height: 60px;
}


div#quickcontact {
	padding-top: 16px;
	text-align: right;
	display: inline;
	float: right;
	font-size: 12px;
	vertical-align: bottom;
}

div#quickcontact a {
	color: #666666;
}

div#topnav {		
	height: 12px;
	margin: 0px;
	padding: 8px 8px 8px 0px;
	background-color: #003399;
	background-image: url(/art/blue-bar-curve.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

div#topnav a {		
	margin: 0px;
	padding: 8px;
	color: #FFFFFF;
	text-decoration: none;
}

div#topnav a:link {		
	color: #FFFFFF;
}

div#topnav a:hover {		
	color: #E2E7F1;
	background-color: #CCCCCC;
	background-image: url(/art/grey-bar-curve.gif);
	background-repeat: repeat-x;
}

div#topnav a.cur {		
	background-color: #E3E7F2;
	color: #000000;
	text-decoration: none;
	padding: 8px;
}

div#main {		
	width: 588px;
	margin: 0 auto 0 auto;
	padding: 16px;
	background-color: #FFFFFF;
	background-image: url(art/light-shadow-on-white.gif);
	background-repeat: repeat-x;
	border-color: #003399;
	border-width: 0 1px 0 1px;
	border-style: solid;
	text-align: left;
}
		
div#main h2 {
	margin: 0px;
	color: #003399;
	font-size: 16px;
	font-weight: bold;
}

div#main h3 {
	margin: 0px;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}

div#main h3 a {
	color: #003399;
}

div#main p {
	margin-top: 0px;
}

div#slogan {
	margin: 0px;
	padding: 8px;
	background-color: #003399;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

table#layout {
	border-spacing: 0px;
}

table#layout td {
	width: 50%;
	vertical-align: top;
}

table#layout td#col1 {
	padding: 8px;
	font-size: 14px;
	line-height: 140%;
}

table#layout td#col2 {		
	padding: 8px;
	border-left: #999999;
	border-width: 0 0 0 1px;
	border-style: none none none dashed;
}

div.newsitem {
	margin: 0px 0px 8px 0px;
	font-size: 10px;
}

div.newslink {
	text-align: right;
}

div#footer {		
	width: 604px;
	margin: 0 auto 16px auto;
	padding: 8px;
	background-color: #FFFFFF;
	border-color: #003399;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	text-align: center;
}

sup {
	font-size: 75%;
}


table.fillin .label {
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: right;
}

table.fillin .sbmt {
	text-align: center;
}

table.fillin input,select,textarea {
	background-color: #E2E7F1;
}

div.clients {
	padding: 0px 12px 0px 12px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: inherit;
}

table.clients {
	background-color: inherit;
}

div.nav {		
	float: left;
	width: 177px;
	margin: 0px 0px 24px 0px;
	padding: 0px 16px 24px 0px;
	background-image: url(/art/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 10px;
}

div.nav ul {
	margin: 0px;
	padding: 0px;
	background-color: #E3E7F2;
}

div.nav li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: #003399;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div.nav a {
	padding: 10px;
	color: #333333;
	text-decoration: none;
	display: block;
}

div.nav a:link {		
	color: #333333;
}

div.nav a:hover {		
	color: #009933;
	background-color: #ffffff;
	text-decoration: underline;
}

div.nav a#curpage {		
	padding: 5px 5px 5px 10px;
	background-image: url(/art/nav-top.gif);
	background-color: #003399;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 12px;
}

span.toplink a {
	float: right;
	padding: 2px;
	line-height: 100%;
	color: #009933;
	font-size: 10px;
}


