body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #4D4C4D;
}
body,td,th {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
}
h1,h2,p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
h1 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 9pt;
	font-weight: normal;
	color: #cbcc32;
}
h2 {
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 16pt;
	color: #cbcc32;
}
p {	/* controls the Menu spacing primarily */
        line-height: 13px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/cs_bkg.jpg);
	background-repeat: no-repeat;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 10px;
}
.oneColFixCtr #mainpanel {
	height: 515px;
	padding-left: 30px;
	color: #FFF;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 735px;
	padding-right: 10px;
	padding-top: 110px;
}
.oneColFixCtr #basepanel {
}
a:active {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CBCC32;
}
.catchphrase {
	color: #666;
	text-align: left;
}
.catchphrase_right {
	color: #666;
	text-align: right;
}
.catchphrase_drk {
	color: #333;
	text-align: right;
}
.menuleft {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8pt;
	color: #FFF;
	line-height: 10pt;
}
.basemenugrey {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	font-size: 7pt;
	text-align: center;
}
a.navleft:active {
	color: #CBCC32;
	text-decoration: none;
}
a.navleft:link {
	color: #FFF;
	text-decoration: none;
}
a.navleft:visited {
	text-decoration: none;
	color: #FFF;
}
a.navleft:hover {
	text-decoration: none;
	color: #CBCC32;
}
a.base:active {
	color: #CBCC32;
	text-decoration: none;
}
a.base:link {
	color: #999;
	text-decoration: none;
}
a.base:visited {
	text-decoration: none;
	color: #999;
}
a.base:hover {
	text-decoration: none;
	color: #333;
}
a.baseA:active {
	color: #CBCC32;
	text-decoration: none;
}
a.baseA:link {
	color: #666;
	text-decoration: none;
}
a.baseA:visited {
	text-decoration: none;
	color: #666;
}
a.baseA:hover {
	text-decoration: none;
	color: #333;
}
.activepage {
	color: #CBCC32;
}
#cslogo {
	width: 120px;
	float: right;
	height: 780px;
}
#actionbox {
	height: 94px;
	width: 110px;
	padding: 5px;
	border: thin dotted #CCC;
	margin-right: auto;
	margin-top: auto;
	float: right;
	bottom: auto;
}
.green_heading {
	color: #CBCC32;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
}
.grey_heading {
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
}
.quote {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	padding: 8px;
}
.profilename {
	font-size: 14px;
	color: #CBCC32;
	padding: 8px;
}
.profiletitle {
	font-size: 10px;
	color: #999;
	padding: 8px;
}
#compinfo {
//	position: relative;
	float: right;
	width: 530px;
	padding-right: 22px;
	height: 55px;
	z-index: 1;
}
