body {
	background: #ffffff url(../images/bgRed.jpg) repeat-x;
	background-attachment:fixed;
	margin: 0px auto;
	position: relative;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
}

	#siteLayout{
		background: none;
		width: 770px;
		position: absolute;
	}
		#LColumn {
			float: left;
			width: 275px;
			background: #FFF;
			margin-left: 5px;
			height: 100%;
		}
			#LHeader {
				width:275px;
				height: 230px;
			}
			#LDisplay {
				width:275;
				height:inherit;
				margin-top: 20px;
			}
				#LNavigation {
					float: left;
					width: 125px;
					margin: 0px 0px 0px 7px;
				}
					.navigation {
						padding: 0px;
						margin: 0px 0px 0px 0px;
					}
					.navigation li{
						padding: 5px 0px 5px 0px;
						display: block;
					}
					.navigation li a, li a:visited{
						display: block;
						color: #000000;
						text-decoration: none;
						font-family: Verdana, Arial, Helvetica; 
						padding-left: 10px;
						font-size: 12px;
						font-weight: normal;
					}
					.navigation li a:hover{
						color: #999999;
						background: url(../images/bulletRed.jpg) no-repeat;
					}

				#LTopics {
					float: right;
					width: 125px;
					height: inherit;
					text-align: left;
					margin: 0px 2px 0px 0px;
				}
					.LTopics {
						padding: 0px;
						margin: 0px 0px 0px 0px;
					}
					.LTopics li{
						padding: 5px 0px 5px 0px;
						display: block;
					}
					.LTopics li a, li a:visited{
						display: block;
						color: #000000;
						text-decoration: none;
						font-family: Verdana, Arial, Helvetica; 
						padding-left: 10px;
						font-size: 12px;
						font-weight: normal;
					}
					.LTopics li a:hover{
						color: #999999;
						background: url(../images/bulletRed.jpg) no-repeat;
					}
					
				#LCourses {
					clear:both;
					width: 275;
					padding-top: 5px;
					text-align: center;
				}	
				#LCourses img {
					margin: 3px 3px 3px 3px;
				}

				
		#RColumn {
			float: right;
			width: 475px;
			height: inherit;
			background-color: #FFFFFF;
			margin-right: 0px 0px 0px 0px;			
			text-align: justify;
		}
			#RHeader {
				background-image: url(../images/headerRed.jpg);
				width: 475px;
				height: 230px;
			}
			#RHeaderContact {
				padding-top: 190px;
				padding-right:10px;
				float: right;
				width: 400px;
				height: 25px;
				text-align:right;
				color:#FFFFFF;
				font-size:12px;
				font-weight:bold;
			}
			#RLocation {
				width: 475px;
				height: 20px;
				font-family: Verdana, Arial;
				font-size: 10px;
				text-indent: 10px;
			}
			#RDisplay {
				float: left;
				width: 450px;
				margin: 0px 0px 0px 10px;
				height: inherit;
			}

			#RFooter {
				clear: both;
				width: 450px;
				height: 50px;
				margin-top: 10px;
				text-align: left;
				vertical-align: bottom;
				line-height: 15px;
			}
			#RFooter hr {
				margin-top: 10px;
				width:470px;

			}
			#RFooter img {
				color:#000000;
				float: left;
				width: 35px;
				margin: 0px 10px 0px 5px;
			}



	.siteWrap{
		width: 770px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}



TEXT STYLES{}

	h1 { font-family: "Times New Roman", Times, serif; font-size: 18px; color:#333333; margin-top: 0px; margin-bottom: 13px;}
	h2 { font-weight: bold; font-size: 12px; margin-top: 2px; margin-bottom: 0px; color:#666666;}
	hr.topicBreak { margin-top: 15px; margin-bottom:20px; }
	
	a 		{text-decoration: underline; font-size:10px; color:#666666; border: none;}
	a:hover {color:#999999; }
	
	a.RHeaderLink { text-decoration: none; font-size:12px; color:#ffffff; border: none; }
	a.RHeaderLink:hover { text-decoration: underline; }
	
	a.contentLink 		{text-decoration: underline; font-size:10px; color:#666666; border: none;}
	a.contentLink:hover {color: #cc6666; }
		
	.siteLocate {
		font-size: 10px;
		color: #999999;
		margin: 7px 0px 0px 20px;
	}
	.siteLocate a, .siteLocate a:visited{
		color:#009999;
		text-decoration:none;
		font-weight: normal;
	}
	.siteLocate a:hover{
		color:#cccccc;
		text-decoration:none;
	}

	
	.contactForm {
		margin: 20px 75px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.contactForm p{
		margin: 5px 0 5px 0px;
	}
	label{
		color:#000000;
		float: left;
		width: 110px;
		margin-right: 0px;
	}
	input{
		width: 220px;
		background: #F7F7F7;
		border: 1px solid #cccccc;
	}
	textarea{
		width: 335px;
		height: 130px;
		background:#F7F7F7;
		border: 1px solid #cccccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	textarea:focus, input[type="text"]:focus {
		background: #EBEBEB;
	}
	.contactButton {
		width: 335px;
		margin-top: 3px;
	}
	.sendButton:hover {
		background: #EBEBEB;
	}	
	
	
	.testimonial {
		color: #999999;
		font-style: italic;
		font-size: 12px;
	}
	.testimonialReference {
		color: #999999;
	}
	
	a.testimonialLink {	color: #999999; }
	a.testimonialLink:hover {	color: #009999; }
	
