@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#mainBG{
	background-image:url(images/bgLeft.jpg);
	height:3000px;
	background-repeat:no-repeat;
	width:955px;
	margin:0;
	padding:0;
}

#menuContentArea{
	width:885px;
	text-align:right;
	color:white;
	padding-top:44px;
	padding-right:70px;
	height:30px;
	font-size:14px;
}

#menuContentArea a:link, #menuContentArea a:visited, #menuContentArea a:active{
	color:white;
	text-decoration:none;
}
#menuContentArea a:hover{
	color:white;
	text-decoration:underline;
}

#mainContentArea{
	margin-left:250px;
	margin-right:30px;
}

#mainContentArea a:link, #mainContentArea a:visited, #mainContentArea a:active, #mainContentArea a:hover{
	color:white;
}

#heading{
	color:white;
	text-align:right;
	font-size:20px;
	height:50px;
	padding-top:35px;
	padding-right:70px;
}

#contentTable{
	width:100%;
}

#ContentTableLeftCol{
	width:50%;
	vertical-align:top;
}

#ContentTableRightCol{
	width:50%;
	vertical-align:top;
}

.textBox{
	color:white;
	width:294px;
	margin-bottom:20px;
}
.textBoxWide{
	color:white;
	width:600px;
	margin-bottom:20px;
}

.textBoxHeading{
	height:57px;
}

.textBoxContent{
 	background-image:url(images/textBG.jpg);
	margin:0 15px 5px 15px;
	padding:10px;
}

.formColLeft{
	text-align:right;
	font-weight:bold;
	color:white;
}

.formElement{
	border:1px solid #FF9900;
	background-color:#333333;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:white;
}


.noteText{
	font-size:10px;
}

