
body 
	{
	background-color: #CCCCCC;
	margin:0px;
	}

img.brochure
	{
	float: right;
	margin-right: 40px;
	margin-top: 10px;
	}

label
	{
	float: left;
	clear: left;
	font-family: verdana, arial, "sans serif";
	font-size: 70%;
	color: #000;
	margin-left: 20px;
	margin-bottom: 5px;
	}

input
	{
	float: right;
	clear: right;
	font-family: verdana, arial, "sans serif";
	font-size: 70%;
	color: #000;
	margin-right: 20px;
	width: 200px;
	margin-bottom: 5px;
	}

input#button
	{
	width: 50px;
	}

textarea
	{
	float: right;
	clear: right;
	font-family: verdana, arial, "sans serif";
	font-size: 70%;
	color: #000;
	margin-right: 20px;
	width: 200px;
	height: 150px;
	margin-bottom: 5px;
	}

ul.menu
	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.menu li
	{
	list-style: none;
	color: #FFF;
	font-family: arial, verdana, "sans serif";
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
	}	

ul.menu li a
	{
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	font-weight: normal;
	}

ul.menu li a:hover
	{
	color: #A6EC7A;
	}

ul.menu li.active a
	{
	color: #A6EC7A;
	font-weight: bold;
	}

.container
	{
	width:762px;
	background-color:#fff;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	}
.top
	{
	width:762px;
	height:117px;
	background-image:url(../images/topBack.jpg);
	background-repeat:no-repeat;
	}

div.container div.control
	{
	clear: both;
	width: 100%;
	background-image: url(../images/leftColBackground.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}

.linksTable
	{
	margin:87px 0px 0px 0px
	}
.leftCol
	{
	width:138px;
	background-image: url(../images/leftColBackground.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px 30px 1px 0px;
	padding: 0 10px 10px 1px;
	float:left;
	}
.leftCol p
	{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 20px 5px;
	}
#mainCol
	{
	background-color:#fff;
	line-height: 20px;
	float: right;
	width: 570px;
	}

#mainCol h2
	{
	font-size: 120%;
	font-family: Georgia,"Times New Roman", Times;
	color: #003399;
	font-weight: normal;
	margin-top: 10px;
	}

#mainCol h2 span.location
	{
	color: #8483AD;
	}

#mainCol h3 
	{
	font-family: arial, verdana, "sans serif"; 
	font-size: 80%;
	color: #000;
	}

.mainColText
	{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px 30px 0px 0px;
	}
.footer
	{
	width:762px;
	height:16px;
	background-color:#adc490;
	clear:both;
	}
a.bottom
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:10px 0px 10px 0px;
	padding:0px 15px 0px 15px;
	float:right;
	background-image:url(../images/linkSpace.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	}
a.bottom:link { color: 333; text-decoration: none }
a.bottom:active { color: 333; text-decoration: none }
a.bottom:visited { color: 333; text-decoration: none }
a.bottom:hover { color: green; text-decoration: underline }

fieldset
	{
	padding-top: 20px;
	padding-bottom: 20px;
	}
ul.sitemap{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	
ul.sitemap li
	{
	font-family: arial, verdana, "sans serif";
	font-size: 80%;
	}	
ul.sitemap li a
	{
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}

ul.sitemap li a:hover
	{
	color:#003;
	font-weight: bold;
	}
