
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background:#a3c47d url("/images/bg.png") left top  repeat-x;
	color: #666666;
}

td {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

img {
	border: 0px;
}


#container 
{
	background-color: #ffffff;
	width: 952px;
	margin: 0 auto;
	padding: 0px 24px 0px 24px
}

	#header
	{
		background:url("/images/bg_header.png") left top  no-repeat;
		width: 950px;
		height: 133px;
	}
		
		#logo
		{
			float: left;
		}
		
		#personal
		{
			float: right;
			text-align: right;
			margin: 10px 0px 0px 0px;
		}
			/* Personal Informaiton */
			
				#personal ul {
					margin: 0px;
					padding: 0px;
					list-style: none;
				}
				
				#personal li {
					margin: 0px 0px 2px 0px;
					padding: 1px 0px 0px 0px;
					color: #666666;
				}
				
				
				#personal li a {
					color: #e4731e;
					text-decoration: none;
					font-weight: bold;
				}

		#nav
		{	
			position: absolute;
			top: 91px;
			width: 950px;
		}
		
			#main_nav
			{
				float: left;
			}
			
			#login_nav
			{
				float: right;
				margin: 0px 11px 0px 0px;
			}
			
		#content
		{
			margin: 33px 0px 33px 0px;
		}
		
		#footer
		{
			background:url("/images/bg_footer.png") left top  no-repeat;
			width: 950px;
			height: 133px;
			position: relative;
			top: -50px;
		}
			
			#footer #copywrite
			{
				position: relative;
				top: 85px;
				float: right;
				margin: 0px 10px 0px 0px;
				color: #ffffff;
			}
	
		
		
		#footer_landing
		{
			background:url("/images/bg_footer_landing.png") left top  no-repeat;
			width: 950px;
			height: 36px;
			margin: 22px 0px 0px 0px;
		}
			
			#footer_landing #copywrite
			{
				float: right;
				margin: 9px 10px 0px 0px;
				color: #ffffff;
			}
			
	#enroll_bar
	{
		width: 950px;
		height: 28px;
		background:url("/images/bg_bar.png") left top  no-repeat;
		padding: 5px 0px 0px 10px;
	}
	
	#enroll_title
	{
		font-weight: bold;
	}
	
	#promos
	{
		margin: 22px 0px 0px 0px;
	}
		
		#promo_cell
		{
			width: 302px;
			height: 176px;
			background:url("/images/bg_promo.png") left top  no-repeat;
		}
		
	#testimonials
	{
		margin: 0px;
	}
		#testimonials b
		{
			color: #64a201
		}
		
		#testimonials #quote
		{
			margin: 22px 0px 0px 0px;
		}
		
		#testimonials #more
		{
			margin: 22px 0px 60px 0px;
			padding: 5px 0px 0px 0px;
			border-top: 1px solid #b2b2b2;
			color: #e5721f;
			font-weight: bold
		}
		
	#page_title
	{
		border-bottom: 1px solid #b2b2b2;
		margin: 0px 0px 22px 0px;
	}
		#page_title #title
		{
			position: relative;
			top: 9px;
			color: #1d164e;
			font-size: 28px;
			font-weight: bold;
			background-color: #ffffff;
		}
	
	#content h5
	{
		font-size: 20px;
		font-weight: normal;
		color: #666666;
	}
	
	#content h6
	{
		font-size: 15px;
		font-weight: bold;
		color: #64a201;
		margin: 0px;
	}