body {
	margin: 0px;
}

img {
	border: 0px;
}

address {
	font-style: normal;
	margin-top: 10px;
}

.spacer {
	border: 0px;
	border-top: 1px dashed #CCCCCC;
	width: 400px;
	height: 0px;
}

#navigation {
	float: left;
	width: 140px;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 50px;
	padding-left: 20px;
}

#navigation li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dashed #CCCCCC;
}

#navigation a {
	display: block;
	color: #4696BB;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 35px;
}

#navigation a:hover {
	text-decoration: none;
}

#content {
	width: 700px;
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom: 40px;
	float: left;
	line-height: 22px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#content h1 {
	margin: 0px;
	margin-bottom: 20px;
	width: 600px;
	font-size: 22px;
	line-height: 26px;
	color: #4696BB;
	font-family: Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

#content h2 {
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 500px;
	font-size: 18px;
	line-height: 26px;
	color: #4696BB;
	font-family: Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

#content h3 {
    margin: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 500px;
	font-size: 16px;
	line-height: 26px;
	color: #4696BB;
	font-family: Arial, sans-serif;
	border-bottom: 1px dashed #CCCCCC;
}

#content hr {
	height: 1px;
	border: 0px;
	background-color: #CCCCCC;
}

#content li {
	line-height: 24px;
}

#content a {
	color: #4696BB;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #27647F;
}

#shortInfo {
	 width: 320px;
}

#shortInfo td {
	vertical-align: top;
}


fieldset {
	border: 0px;
}

.formLeft {
	width: 110px;
	float: left;
	clear: left;
}

input[type=text] {
	width: 200px;
	float: left;
}

textarea {
	width: 400px;
	float: left;
}



#footer {
	width: 900px;
	margin-bottom: 30px;
	clear: left;
	text-align: right;
	font-size: 10px;
	color: #7F7F7F;
	font-family: Arial, sans-serif;
}

#footer hr {
	border: 0px;
	border-top: 1px dashed #CCCCCC;
	width: 400px;
	margin-left: 500px;
	height: 0px;
}

#footer a {
	color: #7F7F7F;
}