body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #CCC url(images/bodyBack.jpg) repeat-x;
	margin: 0;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
a {
	text-decoration: none;
}

#shell {
	width: 1280px;
	height: 1050px;	
	margin: 0 auto;
}
.homeShell {
	background: url(images/body-home.jpg) no-repeat;
}
.normalShell {
	background: url(images/body-normal.jpg) no-repeat;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 34px 0 0;
	height: 220px;
}
#content {
	height: 506px;
}
#footer {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#subFooter {
	text-align: center;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
}



/******************************************************************************
-------------------------------- Home Page -----------------------------------
******************************************************************************/

.leftColHome {
 	float: left;
 	width: 215px;
}
.leftColHome .top a, .leftCol .top a {
	color: #CCC;
}
.leftColHome .top a:hover, .leftCol .top a:hover {
	color: #FFF;
}
.leftColHome .bottom a, .leftCol .bottom a {
	color: #FFF;
}
.leftColHome .bottom a:hover, .leftCol .bottom a:hover {
	color: #000;
}
.leftColHome .top  {
	color: #FFF;
	padding: 30px 20px 0 30px;	
	height: 190px;
}
.leftColHome .top h3 {
	margin: 0 0 5px;
}
.leftColHome .bottom  {
	color: #000;
	padding: 40px 27px 0 33px;	
	height: 190px;
}
.leftColHome .bottom h3 {
	margin: 10px 0 10px;
}
.leftColHome .bottom p {
	text-align: center;
	margin: 10px 0;
}

.centerColHome {
	float: left;
	width: 385px;
}
.centerColHome .top {
	height: 275px;
	overflow: auto;
	margin: 20px 20px 20px 13px;
}
.centerColHome h2 {
	margin: 5px 0;
}

.rightColHome {
	float: left;
	width: 400px;
}
.rightColHome .top {
	margin: 20px 22px 20px 18px;
	padding: 15px;
	color: #FFF;
}

.rightColHome .top ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.rightColHome .top li:hover {
	color: #CC3333;
}
.rightColHome .top li a {
	color: #FFF;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.rightColHome .top li a:hover {
	color: #CC3333;
}





/******************************************************************************
-------------------------------- Normal pages -----------------------------------
******************************************************************************/
.leftCol {
 	float: left;
 	width: 213px;
}

.leftCol .top  {
	color: #FFF;
	padding: 30px 20px 0 30px;	
	height: 190px;
}
.leftCol .top h3 {
	margin: 0 0 5px;
}
.leftCol .bottom  {
	color: #000;
	padding: 40px 27px 0 33px;	
	height: 190px;
}
.leftCol .bottom h3 {
	margin: 10px 0 10px;
}
.leftCol .bottom p {
	text-align: center;
	margin: 10px 0;
}

.centerCol {
	float: left;
	width: 490px;
}
.centerCol .top {
	height: 430px;
	overflow: auto;
	margin: 0 13px;
}
.centerCol h2 {
	margin: 5px 0;
}
.centerCol h2.pageTitle {
	color: #FFF;
	font-size: 20px;
	margin: 20px 0;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 25px;
}

.rightCol {
	float: left;
	width: 297px;
	text-align: center;
	padding: 68px 0 0;
}




/******************************************************************************
--------------------------------   Footer  -----------------------------------
******************************************************************************/
#footer a {
	color: #000;
	padding: 0 15px;
	text-transform: uppercase;
	border: 1px solid #000;
	border-width: 0 1px 0 0;
	font-size: 11px;
	font-weight: bold;
}
#footer a.last {
	border-width: 0;
}
#subFooter a {
	color: #FFF;
}





