@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}
body {
	background:#a8abad url(../img/greyGrad.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	min-height:100%;
}
p {
	margin: 10px 0;
}
a {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
.clear {
	clear:both !important;
}


#pageWrapper {
	background:url(../img/pageWrap_back.gif) -9px top repeat-y;
	text-align:center;
	width:980px;
	margin:0 auto;
}
#page{
	margin:0 auto;
	text-align:left;
	width:980px;
	background:url(../img/bodyWrap_back.gif) -9px top repeat-y;
}


#headWrapper {
	background:url(../img/headWrap_back.gif) -9px top no-repeat;
}
#head{
	padding:38px 11px 0;
	position:relative;
}
#head #searchBar {
	position:absolute;
	top:0;
	right:29px;
	width:290px;
	background:url(../img/searchBar_back.gif) right top no-repeat;
	height:38px;
}
#head #searchBar .tips {
	float:left;
	padding:17px 7px 8px 0;
	color:#C7C8CB;
	font-size:10px;
	text-transform: lowercase;
}
#head #searchBar form {
	padding:15px 0 0 69px;
	font-size:13px;
	height:24px;
}
#head #searchBar form #searchSubmit {
	border:none;
	background:none;
	height:15px;
	width:48px;
}

#head #logo {
	padding:13px 0 5px 41px;
}
#head #logo h1 {
	background: url(../img/CCElogo_home.gif) left top no-repeat;
	padding-top: 38px;
	width: 263px;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}

#bodyWrapper{
	background:url(../img/shadow-on-gradient.gif) -9px -87px no-repeat;
	padding:0 10px;
}
#body {
	background:url(../img/body_back.gif) 1px top no-repeat;
	color:#2a2a2a;
}
#bodyTop {
	height:113px;
	padding-left:21px;
}
#bodyTop img {
	float: left;
	width: 181px;
	height: 103px;
	margin-right: 15px;
}
#bodyTop .yellow {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	/*width:740px;*/
	padding-top:48px;
}
#bodyTop h2, #bodyTop h3 {
	text-transform: uppercase;
	color: #fff;
}
#bodyTop h2 {
	font-size:20px;
}
#bodyTop h3 {
	font-size:22px;
	font-weight:bold;
}


#bodyMain {
	float:left;
	width:713px;
	font-size:13px;
}

#bodyMain a {
	color:#a71613;
}
#bodyMain b,
#bodyMain strong {
	font-weight:bold;
}
#bodyMain a:hover {
	color:#a7a7a7;
}

#bodyMain .left {
	float:left;
	width:502px;
	margin-right:34px;
	line-height:18px
}

#bodyMain .hr {
	background:url(../img/lines3Bg.gif) left -3px repeat-x;
	height:7px;
	margin:-5px 0 5px;
}
#bodyMain .hr hr {
	display:none;
}

#bodyMain .right {
	float:left;
	width:175px;
}
#bodyMain ul {
	margin-left:1em;
}
#bodyMain ul li {
	list-style:disc;
	padding:3px 0;
}

#bodyMain .right {
	font-size:11px;
}
#bodyMain .right h2 {
	font-size:18px;
	color:#a71613;
	font-weight:bold;
	margin:3px 0;
}
#bodyMain .right h3 {
	font-size:15px;
	color:#a71613;
	font-weight:bold;
	margin:2px 0;
}

#footWrapper {
	background:#a5abad url(../img/foot_back.gif) -9px top no-repeat;
}
#foot {
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:30px 0 20px;
}
#foot #footMenu {
	padding: 0 0;
}
#foot #footMenu ul li{
	display:inline;
}
#foot #footMenu ul li a {
	color:#fff;
	padding-left:5px;
	background:url(../img/footMenu_li_back.gif) -1px 7px no-repeat;
}
#foot #footMenu ul li.first a {
	background:none;
}
#page_content_left {
	margin-left: 3px;
	font-size: 12px;
}
table {
	border-collapse: separate;
	border-spacing:5px;
}

