html, body {
	margin: 0px;
	background: #FFF;
	padding: 0px;
	font: 75% Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link { font-weight: bold; color:#006633; }
a:visited { text-decoration: none; color:#999999; }
a:active { font-weight: bold; color:#006633; }
a:hover { font-weight: bold; color:#006633; } 	

.bg-left {
	width: 100%;
	background: url(../images/left-menu.gif) repeat-y 0px 138px;
	overflow: hidden;
	}

.bg-right {
	width: 100%;
	background: url(../images/right-column.gif) repeat-y right top;
	}

#body-center {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#the-body {
	text-align: left;
	background: url(../images/right-column.gif) repeat-y right top;
	border-top: 10px solid #3B0000;
	margin-bottom: 1em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#header {
	position: relative;
	height: 187px;
	border-bottom: 1px solid #000;
}

#column-left {
	float: left;
	width: 235px;
	height: auto;
	display: inline;
	position: relative;
	z-index: 100;
}

#body-content {
	position: relative;
	width: 752px;
	float: left;
}

	#column-center {
	left: 0px;
	top: 0px;
	margin: 0px;
	line-height: 19px;
	position: relative;
	}
		
	#split {
	width: 472px;
	}
	
	.lc-push {
	margin-left: 0px;
	margin-right: 380px;
	}
	
	.lctop {
	position: relative;
	background: #FFF;
	padding-bottom: 5px;
	margin-left: 1px;
	}
	
	* html .lctop {
	margin-left: 2px;
	}
	
	.lcone {
	float: left;
	width: 233px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 1px;
	}
	
	.lctop h1, .lcone h1, .lctwo h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #2e3192;
	background: #f6b10c;
	margin: 0px;
	padding: 2px 5px;
	letter-spacing: 1px;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b;
		}
		
	.lctop p, .lcone p, .lctwo p {
	padding: 5px 15px;
	line-height: 130%;
	margin: 0px;
	font-size: 14px;
	text-indent: 5px;
		}
	
	.lctwo {
	width: 236px;
	float: right;
	margin-bottom: 5px;
	display: inline;
	padding-bottom: 5px;
}	

	.lctop div {
	margin: 0px;
	}
	
	.lctop ul {
	font-size: 12px;
	margin: 10px;
	padding-left: 20px;
	}
	
	.lctop li {
	list-style: outside;
	line-height: 18px;
	padding-bottom: 5px;
	}
	
	.more {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	}
					
#column-right {
	float: right;
	display: inline;
	width: 381px;
	text-align: left;
		}
		
	.rcone {
	float: left;
	width: 171px;
	margin-top: 0px;
	margin-left: 3px;
	display: inline;
	padding-bottom: 3px;
	}
		
	.rcone h1, .rctwo h1 {
		text-transform: uppercase;
		background: #CCCCCC;
		margin: 1px 0px 0px 0px;
		padding: 2px 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	.rcone h2 {
		font-size: 12px;
		line-height: 125%;
		font-weight: bold;
		text-transform: capitalize;
		margin: 0px;
		padding: 2px 5px;
	}
	
	.rcone p {
	line-height: 15px;
	margin: 0px;
	padding: 3px 5px;
	background: #aec2be;
	font-size: 12px;
	font-weight: bold;
	}	
		
	.rcone a, .rcone a:link, .rcone a:active {
		font-weight: bold;
		color: #52545c;
		font-size: 12px;
		line-height: 150%;
		margin: 0px;
		padding: 0px;
		text-decoration: underline;
	}	
	
	.rctwo {
	float: right;
	display: inline;
	background: #d1d1d1;
	width: 201px;
	border-top: 2px solid #d1d1d1;
	border-right: 2px solid #d1d1d1;
	}
	
	.rctwo h1 {
	color: #2e3192;
	padding: 2px 4px;
	background: #E8E8E8;
	}
	
	.rctwo p {
	line-height: 15px;
	margin: 0px;
	padding: 3px 4px 5px 4px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	}
	
	.rctwo a {
	color: #455451;
	}
	
#footer {
	clear: both;
	background: #FFFFFF;
	color: #666;
	font: 10px/12px "Lucida Grande", Tahoma, sans-serif;
	padding: 4px 20px;
	width: 940px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer a:active, #footer a:link, #footer a:visited {
	text-decoration: underline;
	font-weight: normal;	
}
