@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color:#666666;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#767676;
}


/* STYLES FOR THE HOMEPAGE. */
	.home_navtray_left {
		background-color:#000000;
		}
		
	.home_navtray_right {
		background-color:#F9E9C5;
		}
		
	.home_contentBG_left {
		background-image:url(../images/home_contentBG_left.jpg);
		background-repeat:no-repeat;
		background-color: #fff;
		}
		
		.home_contentleft_wrapper, .homepage_contentleft_wrapper  {
			margin-left:259px;
			margin-top:62px;
			margin-right:53px;
			margin-bottom:20px;
			}
			
			.homepage_contentleft_wrapper 
			{
			    margin-left: 20px;
			    float: left;
			    width: 453px;
			}
			.homepage_contentleft_sidebar
			{
			    float: left;
			    width: 240px;
			} 
			.homepage_contentleft_sidebar_image
			{
			    margin-top: 286px;
			    margin-left: 0px;
			}
			.home_contentleft_wrapper ul,.homepage_contentleft_wrapper ul {
				margin-left:15px;
				padding:0;
				list-style:outside;
				list-style-type:disc;
				}
		
	.home_contentBG_right {
		background-image:url(../images/home_contentBG_right.jpg);
		background-repeat:no-repeat;
		background-color: #D9A327;
		}
		
		.home_contentright_wrapper {
			margin-left:61px;
			margin-top:45px;
			margin-right:14px;
			margin-bottom:0px;
			
			font-size:12px;
			color:#FFFFFF;
			}
		
			.home_contentright_wrapper a {
				font-size:12px;
				color:#FFFFFF;
				text-decoration:underline;
				}
				
			.home_contentright_wrapper a:hover {
				font-size:12px;
				color:#FFFFFF;
				text-decoration:underline;
				}
	
	.home_intro {
		font-size:14px;
		color:#ECB537;
		line-height:1.5em;
		font-weight:bold;
		}
	
	.home_footer {
		background-image:url(../images/home_footer.jpg);
		background-repeat:no-repeat;
		
		font-size:10px;
		color:#666666;
		}
		
		.home_footer a {
			font-size:10px;
			color:#666666;
			text-decoration:underline;
		}
		
		.home_footer a:hover {
			font-size:10px;
			color:#666666;
			text-decoration:underline;
		}
		
	.bullet {
		color:#D29544;
		padding-right:5px;
		}
