@charset "utf-8";
/* CSS Document 
++++++++++++++++++++++++++++++
Filename     : main.css
Page width   : 776px
Background   : #ffffff
Black Text   : #000000
Green Color  : #227b2b
Blue Color   : #004973
Last updated : Feb 24, 2011
++++++++++++++++++++++++++++++
*/
@import url("reset.css");

body{
	margin:0 0 20px 0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
	.wrapper{
		width:776px;
		margin:0 auto;
		}	
/* ++++++++++++++++++++++++++++++ HEADER ### */
		.header{
		width:776px;
		float:left;
		clear:both;
		padding:8px 0;
		}
			.logo{
			width:360px;
			float:left;
			}
			.logoright{
			width:366px;
			float:right;
			text-align:right;
			padding-left:12px;
			padding-top:24px;
			}
/* ++++++++++++++++++++++++++++++ BANNER ### */
	.mainbanner{
	width:776px;
	float:left;
	clear:both;
	padding:0 0 15px 0;
	}
/* ++++++++++++++++++++++++++++++ MAIN CONTAINER ### */
	.mainContainer{
	width:776px;
	float:left;
	clear:both;
	}
		/* ++++++++++++++++ LEFT COL ### */
		.mainContainer .leftCol{
			width:200px;
			float:left;
			background:url(../images/leftcol-bg.gif) repeat-y;
			}
			.mainContainer .leftContent{
			float:left;
			width:200px;
			background:url(../images/leftcol-btm.gif) no-repeat	bottom left;
			padding-bottom:12px;
			}
				.mainContainer .leftContent a{
				display:block;
				clear:both;
				font-size:12px;
				line-height:35px;
				padding:0 20px 0 15px;
				font-weight:bold;
				height:35px;
				color:#fff;
				text-decoration:none;
				}
				.mainContainer .leftContent a.about{
				background:url(../images/about-bg1.gif) no-repeat top;
				}
				.mainContainer .leftContent a.aboutC{
				background:url(../images/about-bg.gif) no-repeat top;
				color:#fff;
				}
				.mainContainer .leftContent a.aboutC:hover{
				background:url(../images/about-bg.gif) no-repeat top;
				}
				.mainContainer .leftContent a:hover{
				background:#227b2b;
				color:#fff;
				}
				.mainContainer .leftContent a.current{
				background:#227b2b;
				color:#fff;
				}
				.mainContainer .leftContent a.about:hover{
				background:url(../images/about-bg.gif) no-repeat top;
				}
		/* ++++++++++++++++ RIGHT COL ### */
		.mainContainer .rightCol{
		width:562px;
		float:left;
		margin-left:12px;
		}
			.mainContainer .rightContent{
			float:right;
			width:562px;
			background:url(../images/roundedrightcontent-btm.jpg) no-repeat bottom left;
			clear:both;
			}
				.mainContainer .rightContent .btm{
				float:right;
				width:522px;
				background:url(../images/roundedrightcontent-top.jpg) no-repeat top left;
				clear:both;
				padding:15px 20px 10px 20px;
				}
				.mainContainer .rightCol p{
				padding:5px 0 8px 0;
				line-height:16px;
				font-size:12px;
				clear:both;
				}
					.mainContainer .rightCol p a{
					color:#f03b35;
					}
				
				.mainContainer .rightCol h1{
				font-size:25px;
				}
				.mainContainer .rightCol h3{
				padding:5px 10px;
				font-size:12px;
				background:#cbcbcb;
				float:left;
				clear:both;
				margin:6px 0;
				}
				
				.spacer {
				
				}
				
				.spacer p {
				   height: 200px;
				}
		