/* CSS Document */


html *,
* {
	margin: 0;
	padding: 0;
	color: #333;
}
	

body {
	background: #F1F2F3 url(cBodyBg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


a {
	color: #006F3B;
}

a:hover {
	text-decoration: none;
}



p {
	line-height: 20px;
	padding: 0 20px 20px 20px;
	text-align: justify;

}


h2 {
	padding: 20px;
	color:#D5111B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	
}


ul {
	padding-left: 40px;	
}

ul li {
	line-height: 20px;
	padding-bottom: 20px;
	
}


#cShell {
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(cShellBg.png) top left no-repeat;
	width: 900px;
	height: 120px;
}

#cTop {
	position: relative;
	width: 900px;
	height: 120px;
}

#cTop h1 {
	line-height: 80px;
	font-size: 20px;
	color:#D5111B;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
	
	



#cMain {
	width: 660px;
	float: left;
}

#cSidebar {
	width: 220px;
	float: right;
}


#cMenu {
	list-style-type: none;
	width: 220px;
	font-size: 12px;
	padding: 0;
}

#cMenu li {
	margin: 0;
	padding: 0;
	
}


#cMenu li a {
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	padding: 20px 0 20px 20px;
	margin: 0;
	text-decoration: none;
	background: url(cMenuBg.png) bottom left no-repeat;
}


#cMenu li a:hover {
	background-color: #FFF;	
	
}
