body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:30px;
	background: #d8ebea url(../images/body-bg.jpg) repeat-x;
}

.clr{
	clear:both;
}

a {
		color:#04808A;
}

#container{                /*------------------------For Page Main Width------------------------------------*/
	width: 980px;
	margin:auto;

}
#layout{
	padding:16px 14px;
  background: #fff;
}

#header{
	height:90px;
	position: relative;
	background:url(../images/top-bg.gif) repeat-x;
}
#header-left{
	background:url(../images/top-left.gif) no-repeat left;
	height:90px;
}
#header-right{
	background: url(../images/top-right.gif) no-repeat right;
	height:90px;
}
#logo{
  position:absolute;
  left:20px;
  top:0px;
}
#content-container{
  padding-bottom:10px;
  background: url(../images/container-bg.gif) repeat-y;
  background-position: 20px;
}

#content{
	margin-left:194px;
	margin-right:194px;
	background: #FFF;
	margin-bottom:-52px;
	min-height:100%
}
#left-col {
	position:relative;/*ie needs this to show float */
	width:194px;
	float:left;
	left:-1px;
	margin-left:-193px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	overflow:hidden;
	text-align:center;
	background:url(../images/nav-bg.jpg) repeat-x;
}

#right-col {
	position:relative;/*ie needs this to show float */
	padding-top: 10px;
	width:196px;
	overflow:hidden;
	float:right;
	margin-right:-195px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
	color: #000;
	text-align:center;
	/*height:423PX;*/
	background:url(../images/right-bg.gif) repeat-y;
}
#right-col p {
	padding: 0 10px 0 10px;
}
#nav {
  padding-left:20px;
  text-align: left;
}
#nav li {
  background:url(../images/li-bg.gif) no-repeat bottom;
  list-style-type:none;
  font-weight:bold;
}
#nav a{
	color:#000000;
  display: block;
  padding: 7px 10px 7px 18px;
  text-decoration: none;
  * text-indent: -16px;
}
#nav li.selected {
  background: none;
}
#nav li.selected a{
  background:url(../images/nav-selected.png) no-repeat left bottom;
  left:-15px;
  display:block;
  color:#FFFFFF;
  padding: 10px 15px 15px 32px;
  position:relative;
}
#Center {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}
#Center .CenterBody{
padding:30px 12px;
}
#Center .CenterBody h1{
color:#04808A;
padding-bottom:10px;
font-weight:bold;
line-height:32px;
margin:10px 0 10px 0;
position:relative;
}
#Center .CenterBody h1.csc-firstHeader {
font-size:30px;
margin-top: 0px;
}
#Center .CenterBody p{
margin-bottom:10px;
}
.CenterBody ul, .CenterBody ol {
	margin-left: 20px;
}
#right-container{
width:178px;
text-align:left;
}
#contact{
padding:10px;
border-bottom:#FFFFFF solid 1px;
margin-bottom:10px;

}
#right-container h3{
font-size:13px;
margin-bottom:5px;

}
#right-container h4{
font-size:16px;
color:#777777;
margin-bottom:3px;
}
#right-container p{
color:#777777;
margin-bottom:4px;
}
#footer {
	width:980px;
	clear:both;
	height:50px;
	text-align:right;
	position:relative;
	top:2px;
	font-size:11px;
	color:#4A4A4A;
	padding-top:10px;
	text-align: center;
	margin:auto;
}
#footer a{
color:#04808A;
text-decoration:underline;
}
#footer a:hover{
text-decoration:none;
}
#byline {
color:#04808A;
}
.clearBottom{
display:none;
height:50px;
}
*{
	padding:0px;
	margin:0px;
}