/*Fixed page components*/
body {
	background-color: #F2F2EA;
	background-image: url(../images/bg_tile.gif);
	margin: 0px;
	margin: 20px 0px 20px 0px ;
	padding: 0px;
	color: #555;
}
div.Page {
	width: 770px;
}
div.PageHeader {
	width: 249px;
	float: left;
	margin: 5px;
}
div.PageMenu {
	float: left;
	margin: 5px;
}
div.Hero {
	background-color: #B04718;
	float: left;
	margin: 5px;
}
div.SubMenu {
	background-color: #A3ADB6;
	float: left;
	margin: 5px;
}
div.Body {
	width: 508px;
	background-color: #F7F7EF;
	float: left;
	margin: 5px;
	padding: 30px 20px 20px 20px;
	border: 1px solid #DDC;
}
div.SideBar {
	width: 188px;
	background-color: #FFF;
	background-image: url(../images/bg_sidebar.gif);
	float: left;
	margin: 5px;
	padding: 10px 0px 10px 0px;
	border: 1px solid #DDC;
}

div.Footer {
	float: left;
	width: 710px;
	background-color: #D7D7C4;
	font-family: Verdana, Geneva, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	padding: 10px 20px 10px 20px;
	margin: 5px;
	border: 1px solid #BBA;
}

.PageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #B04718;
}
.PageSubHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #903708;
}


/*Redefined tags*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #B04718;
	margin-top: 20px;
	border-bottom: 1px solid #839DB6;
}
h2, .h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #637DA6;
	margin-top: 10px;
}
h3, .h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin-top: 10px;
}
p, li {
	font-family: Verdana, Geneva, arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:justify;
	line-height: 140%;
	color: #555;
	margin-top: 10px;
}
td {
	font-family: Verdana, Geneva, arial, Helvetica, sans-serif;
	text-align: inherit;
	color: #555;
}
td.form {
	font-size: 80%;
}
p.tel {
	color: #536D96;
	text-align: center;
}
.caption {
	color: #777;
	font-size: 80%;
}
p.blockquote {
	padding-left: 20px;
}
p.MissionStatement {
	width: 200px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	color: #999999;
	padding: 0px 30px 0px 40px;
	margin: 0px;
	float: right;
}
p.MissionStatement:first-line {
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	color: #999977;
}
a:link, a:visited {
	color: #536D96;
}
a:hover, a:active {
	color: #536D96;
}
a.sneaky:link, a.sneaky:visited, a.sneaky:hover, a.sneaky:active {
	color: #535357;
	text-decoration: none;
}



/*Form elements*/
form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	border: 1px dashed #999977;
}
input, select, textarea {
	border: 1px solid #5B7C98;
	font-size: 12px;
	height: 18px;
	color: #444444;
	font-family: Verdana, Geneva, Arial, Helvetica;
}
input.nostyle {
	border: 0px;
}
