html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;
	background:url(../images/checkerboard.gif) repeat-x;
}

img {
	border: 0px;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:758px;
	height:auto;
	* height:100%;
	background:url(../images/bg.gif) repeat-y;
	font:11px Arial,Helvetica,sans-serif;
}
#container a{
	color: #FF0000;
}

#banner {
	margin:5px;
	background:url(../images/banner.png) no-repeat;
	width:714px;
	height:244px;
}

#dashed {
	width:635px;
	height:125px;
	padding:5px;
} 

#content {
	width:676px;
}

#main {
	width:485px;
	min-height:auto;
	float:left;
	padding:10px;
	font-size:12px;
	font-family:Verdana;
}

#sideBar {
	float:left;
	width:141px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px 15px;
	}

#box {
	width:126px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FF0000;
}

#navBar a:hover {
	background:#fee800;
	color:#FF0000;
	font-weight: bold;
}

#pageSelected {
	color:#000;
	font-weight:bold;
}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:28px;
	margin:0;
	font-family:Verdana;
}

h2 {
	font-size:24px;
	margin:0 0 0 5px;
	font-family:Verdana;
}

h3 {
	font-size:16px;
	margin:0;
	font-family:Verdana;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}
#top {
	margin:0 auto;
	height:10px;
	width:788px;
	font-size:1px;
	background:url(../images/bgt.gif) no-repeat;
}
#topSpacer {
	height: 15px;
}
#bottom {
	margin:0 auto;
	height:10px;
	width:788px;
	background:url(../images/bgc.gif) no-repeat;
}
.contactPad
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#contactSuccess
{
	color: #cd0000;
	text-align: center;
}
.contactInput {
	width: 295px;
}
#mds {
	vertical-align: center;
}
span#developedBy {
	position: relative;
	top: -15px;
}
div#map
{
	width: 700;
	height: 400px;
	border: 2px ridge black;
	vertical-align: middle;
}