body {
	background-color: #FFF6F1;
	margin: 80px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1	{
	font-size: 160%;
	color: #FB674E;  /*  Deep Peach */
	font-weight: bold;
	margin-bottom: .5em;
	}
	
h2	{
	font-size: 145%;
	color: #11573B;  /*  Deep Green */
	font-weight: bold;
	margin-bottom: .25em;
	
	}
	
h3	{
	font-size: 130%;
	color: #FB674E;  /*  Peach */
	margin-bottom: .1em;
	}
	
h4	{
	font-size: 110%;
	color: #11573B;  /* Deep Purple */
	}

h5 {font-size: 110%;
	color: #330066;  /* Deep Purple */
	font-weight: bold

}
ul#navlist { font-family: sans-serif; }

ul#navlist a
	{
		font-weight: bold;
		text-decoration: none;
	}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 50%;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }

#printpage {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}

#banner {
	position: absolute;
	top: 10px;
	left: 190px;
} 

#nav {
	margin: 3px 0 0 173px;
}

#announcements {
	font-size: 120%;
	margin: 0 25px 0 25px;
	text-align: center;	
}

#maincontent {
	font-size: 80%;
	margin: 0 10px 0 10px;
	text-align: justify;
}

#maincontent p {
	margin: 0 8px 0 8px;
	line-height: 100%;
	line-height: 1.2;
}

#maincontent ul {
	margin: 0 12px 0 12px;
	padding: .2em;
}

#maincontent li {
	margin: 0 12px 0 12px;
	padding: .2em;
}

#maincontent ol {
	margin: 0 20px 0 20px;
	padding: .2em;
}

#maincontent table img {
	float: right;	
}

#maincontent a:hover, #maincontent a:active, #maincontent a:focus {color: #000000;}

.p7snaptrigger a {
	display: block;
	background-color: #FEF6F1;
}

.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FCBEA9;
}

#p7snapsubs1, #p7snapsubs2, #p7snapsubs3, #p7snapsubs4, #p7snapsubs5 {
	position: absolute;
	width: 130px;
	top: 100px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FCBEA9;
}

#p7snapsubs1 {left: 197px;}

#p7snapsubs2 {left: 283px;}

#p7snapsubs3 {left: 369px;}

#p7snapsubs4 {left: 455px;}

#p7snapsubs5 {left: 541px;}

.p7submenus p {margin: 0;}

.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 1px 4px 1px 4px;
	background-color: #ACCECA;
	color: #00685C;
	text-decoration: none;
	border-top: 1px solid #BAAFAB;
	border-right: 1px solid #96807A;
	border-bottom: 1px solid #96807A;
	border-left: 1px solid #BAAFAB;
}

.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #FCBEA9;
	color: #00685C;
	border-top: #C5A996;
}

#footer {
	font-size: 85%;
	color: #A69490;
}

#footer p {
	margin: 0;
	padding: 6px 10px 0 10px;
	border-top: 1px solid #839795;
}

#footer a:link {color: #839795; text-decoration: none;}

#footer a:visited {color: #839795;}

#footer a:hover, #footer a:active, #footer a:focus {color: #000000;}
/***************************************************************
****************************************************************/
#printpage {
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}

#banner {
	position: absolute;
	top: 10px;
	left: 190px;
} 

#nav {
	margin: 3px 0 0 173px;
}

#announcements {
	font-size: 120%;
	margin: 0 25px 0 25px;
	text-align: center;	
}
#announceContent {
	margin: 0px 25px;
	text-align: center;
}
#mainContent {
	font-size: 100%;
	margin: 0 10px 0 10px;
	padding: 0px 20px;
	text-align: left;
}

#mainContent p {
	line-height: 1.2;
}

#mainContent ul {
	padding: 1em;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}

#mainContent ol {
	margin: 0 20px 0 20px;
	padding: .2em;
	line-height: 1.5em;
}

#mainContent table {
	text-align: center;	
}
#mainContent table a {
	text-align: center;	
}
#mainContent a {
	color: #0000CC;
	text-decoration: underline; 
}
#mainContent a:hover, #mainContent a:active, #mainContent a:focus {color: #000000;}
#mainContent span {
}
.leftCol {
	float: left;
	width: 350px;
	height: 1%;
}
#columns {
	width: 100%;
}
.leftCol ul {
	list-style: inside;
	list-style-image: url(../images/star.gif);
	line-height: 1.25em; 
}
.rightCol {
	float: right;
	width: 300px;
	height: 1%;
	text-align: center;
}

.clearBoth {
	clear: both;
}
img {
	border: 0;
}
.p7snaptrigger a {
	display: block;
	background-color: #FEF6F1;
}

.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FCBEA9;
}

#p7snapsubs1, #p7snapsubs2, #p7snapsubs3, #p7snapsubs4, #p7snapsubs5 {
	position: absolute;
	width: 130px;
	top: 100px;
	font-size: .8em;
	visibility: hidden;
	background-color: #FCBEA9;
}

#p7snapsubs1 {left: 197px;}

#p7snapsubs2 {left: 283px;}

#p7snapsubs3 {left: 369px;}

#p7snapsubs4 {left: 455px;}

#p7snapsubs5 {left: 541px;}

.p7submenus p {margin: 0;}

.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 1px 4px 1px 4px;
	background-color: #ACCECA;
	color: #00685C;
	text-decoration: none;
	border-top: 1px solid #BAAFAB;
	border-right: 1px solid #96807A;
	border-bottom: 1px solid #96807A;
	border-left: 1px solid #BAAFAB;
}

.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #FCBEA9;
	color: #00685C;
	border-top: #C5A996;
}

#footer {
	font-size: 85%;
	color: #A69490;
}

#footer p {
	margin: 0;
	padding: 6px 10px 0 10px;
	border-top: 1px solid #839795;
}

#footer a:link {color: #839795; text-decoration: none;}

#footer a:visited {color: #839795;}

#footer a:hover, #footer a:active, #footer a:focus {color: #000000;}
.centered {text-align: center;}
.smallText { font-size: 75%; }
.smallestText { font-size: 70%; }
.largerText { font-size: 110%; }
.largerTextBold {font-size:110%; font-weight:bold; }
.largestText { font-size: 120%; }
.indent { padding: 5px 20px; }
.indentMore { padding: 5px 40px; }
.largestBoldText { font: 130% Arial, Helvetica, sans-serif bold; text-align: center; }
.textCenter { text-align: center; }
.textLeft { text-align: left ;}
.textRight { text-align: right ; }
.textJustify { text-align: justify; }
.textAccent { color: #FB674E; }
.propertyName { font-weight: bold; }
.textTeal { color: #339999; }
.textDeepPurple { color: #330066; font-weight: bold; }
.textItalics { font-style: italic; }
.textLargestItalicsBold { font-family: "Times New Roman", Times, serif; font-size: 120%; font-style: italic; font-weight: bold; }
.zeroBottomMargin {margin-bottom: 0;}
.yellowHighlight {background-color:#FF0 }
.bold {font-weight:bold;}
.boldUnderline {font-weight:bold; text-decoration:underline;
#individualHomePhoto { text-align: center; }
#Content #EditRegion1 a, #EditRegion3 a, #EditRegion5 a {width: auto; position:relative; text-align: center; } 
