body  {
	font:80% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#eef4df;
	}
#bg-page {
	width:100%;
	height:100%;
	background:#eef4df url('../images/bg.jpg') repeat-x scroll top;
	margin:0;
	padding:0;
	}
#mainContainer { 
	width:800px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	} 
#container {
	width:800px;
	margin:0px 15px;
	background:#FFFFFF;
	}
	
/* HOME PAGE STYLES */
#bg-home {
	width:100%;
	height:700px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	}
#mainContainer-home { 
	width:900px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	} 
#container-home {
	width:900px;
	height:700px;
	margin:0px 15px;
	background-image:url('../images/home-bg.jpg');
	background-repeat:no-repeat;
	}
#header-home {
	position:relative;
	top:102px;
	}
#header-home img {
	border:0;
	}
#contentArea-home {
	width:465px;
	margin-left:320px;
	padding:0;
	text-align:right;
	color:#a0badd;
	font-size:90%;
	}
#continue-link {
	margin:10px 0 0 0;
	}
#continue-link a {
	font-size:140%;
	font-weight:normal;
	color:#abca60;
	text-decoration:none;
	}
#continue-link a:hover {
	font-size:140%;
	font-weight:normal;
	color:#abca60;
	text-decoration:underline;
	}
	
/* PAGE HEADER STYLES */
#header { 
	width:800px;
	height:220px;
	background:#FFFFFF url('../images/header-bg.jpg') no-repeat scroll top;
	}
#logo {
	float:left;
	padding-top:10px;
	margin-left:-30px;
	border:0;
	}
#logo img {
	border:0;
	}
	
/* MENU STYLES */	
#menu-page {
	margin-left:250px;
	}
	
/* CONTENT AREA POSITIONING */
#mainArea { 
	width:800px;
	margin:0;
	padding:0;
	}
#leftNav {
	width:185px;
	margin:0;
	padding:0;
	vertical-align:top;
	background-image:url('../images/menu-bg.jpg');
	background-repeat:repeat-y;
	}
#leftNavContent {
	width:185px;
	margin:0;
	padding:20px;
	}
#leftNavContent ul {
	padding:0 0 0 20px;
	margin:0;
	}
#leftNavContent img {
	padding:10px;
	}
#contentArea {
	width:575px;
	padding:0 20px 20px 20px;
	border-right:5px solid #f7faef;
	vertical-align:top;	
	}

/* CONTENT AREA TEXT STYLES */
.cms_page_title { font-size:140%; font-weight:normal; color:#abca60; margin:0; padding:10px 0; }
#contentArea h1 { font-size:140%; font-weight:normal; color:#abca60; margin:0; padding:10px 0; }
#contentArea h2 { font-size:120%; font-weight:bold; margin:0; padding:10px 0; }
#contentArea h3 { font-size:110%; font-weight:bold; color:#abca60; margin:0; padding:10px 0; }
#contentArea h4 { font-size:100%; font-weight:bold; margin:0; padding:10px 0; }
#contentArea h5 { font-size:70%; color:#abca60; margin:0; padding:5px 0; }
#contentArea h6 { font-size:70%; margin:0; padding:5px 0; }
#contentArea a {
	font-weight:normal;
	color:#abca60;
	text-decoration:none;
	}
#contentArea a:hover {
	font-weight:normal;
	color:#abca60;
	text-decoration:underline;
	}
#contentArea ul {
	font-weight:normal;
	padding:0;
	margin:10px 15px;
	list-style-image:url('../images/bullet.png');
	}
#contentArea ol {
	font-weight:normal;
	padding:0;
	margin:10px 0 10px 20px;
	}
#contentArea li {
	font-weight:normal;
	margin:5px 10px;
	padding:0;
	}
#leftNav h1 {
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	}

/* FOOTER STYLES */
#footer {
	width:800px;
	height:35px;
	background:#FFFFFF url('../images/footer-bg.jpg') no-repeat scroll top;
	}
#footerContent {
	position:relative;
	top:10px;
	color:#ffffff;
	text-align:center;
	font-size:80%;
	}
#footerContent a {
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
	}
#footerContent a:hover {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}

/***** OTHER *****/

div.h_divider {
    clear: both;
    background-color:#FFFFFF;
    height: 10px;
	}
div.bottom_h_divider {
	background-color:#FFFFFF;	
	padding-top: 0px;
    margin: 0;
	}

div.login_form_wrapper {
    text-align: center;
	}
div.user_login_form {
    text-align: center;
	}
