/* CSS Document */

body {
    background-color: #666666;
	text-align: center;
     min-width: 846px; 
}


#mainWrapper {
	width: 846px;
    margin:0 auto;
	text-align: left; 
	background-image: url(graphics/Bckgrnd-Main.gif);
	background-repeat: repeat-y;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.mainContent {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.footer {
	width: 100%;
	background-image: url(graphics/Bckgrnd-Footer.gif);
	background-repeat: repeat-y;
	clear: both;
}

.whitebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.whitebody a {
	color: #FFFFFF;
	text-decoration: none;
}
.whitebody a:hover {
	color: #FCFFA4;
	text-decoration: underline;
}
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.leftCol {
	float: left;
	width: 440px;
	padding-left: 40px;
}
.rightCol {
	float: left;
	width: 300px;
}
#contactform_response {
	width: 70%;
	margin: 0 auto;
	display: none;
	font: bold 10pt sans-serif;
	border: 1px solid red;
	background: #FCC;
	text-align: left;
	bottom: 100%;
} 

#glowbox {
	background-image: url(graphics/GlowBoxMid.gif);
	background-repeat: repeat-y;
	width: 622px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.glowboxtop {
	background-image: url(graphics/GlowBoxTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #446B8C;
	border-bottom-color: #446B8C;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 2px;
	margin-left: 2px;
}
