.clear {
	clear: both;
	}

p.center {
	text-align: center;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	color: #004400;
	background: #FFDEAD url(graphics/bgTile.jpg) repeat-x;
	}

div#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	background: #FAF0E6 url(graphics/tile2.gif) repeat-y;
	}
	
div#head {
	width: 100%;
	background: url(graphics/head2.jpg) no-repeat;
	}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	}


/*--------------------------------
------- BEGIN NAVBAR STYLES ------
--------------------------------*/

div#col1 {
	width: 125px;
	float: left;
	padding-top: 150px;
	height: 300px;
	font-size: 14px;
	}
	
div#col1 p {
	margin-left: 50px;
	font-size: 12px;
	}
	
div#col1 p a {
	color: #004400;
	}
	
div#col1 p a:hover {
	color: white;
	}

div#col1 ul {
	list-style: none;
	margin: 0px 0px 0px 5px;
	text-align: right;
	padding: 0;
	}
	
div#col1 li {
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	}

div#col1 li a {
	border: 1px solid #004400;
	text-decoration: none;
	color: #004400;
	display: block;
	width: 110px;
	padding: 3px 6px 3px 3px;
	background: white url(graphics/tartanBG.jpg) no-repeat;
	background-position: 0px 0px;
	/*
	background-color: #FAF0E6;
	*/
	}
	
div#col1 li a:hover {
	/*
	background-color: #00FA9A;
	*/
	background-position: 0px -25px;
	color: white;
	}

div#col1 li.current {
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: white;
	display: block;
	width: 110px;
	padding: 3px 6px 3px 3px;
	background-color: #004400;
	}

div#main {
	padding: 145px 60px 0px 160px;
	}
	
div#main img {
	float: right;
	margin: 30px 5px 5px 15px;
	border: 2px solid #FAF0E6;
	}
	
img.inlinepic {
	float: left !important;
	margin: 3px 10px 10px 3px !important;
	border: 0 !important;
	}
	
div#main h3 {
	margin: 0px 0px 15px 0px;
	}

div#main ul.narrLinks {
	width: 150px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	position: relative;
	left: -10px;
	border-color: #004400;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	}
	
div#main ul.narrLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#main ul.narrLinks li a {
	display: block;
	height: 15px;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	border-color: #FAF0E6;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	margin: 0;
	}

div#main ul.narrLinks li.curr {
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border-color: #FAF0E6;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	background-color: #004400;
	color: #FFFFFF;
	}
	
div#main ul.narrLinks li a:hover {
	background-color: #00FA9A;
	color: #004400;
	}
	
ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.links li {
	margin: 10px 0px 5px 10px;
	padding: 0;
	
	}
	
div#main p {
	/* color: #004400; */
	color: black;
	line-height: 18px;
	margin: 0px 0px 12px 0px;
	}
	
a {
	color: #004400;
	}
	
a:visited {
	color: #5E8638;
	}
	
a:hover {
	color: white;
	background-color: #004400;
	text-decoration: none;
	}

div#photoAlbum img {
	float: left !important;
	margin: 10px !important;
	}


div#foot {
	width: 100%;
	height: 40px;
	background: #FFDEAD url(graphics/bottomrect2.gif) top left no-repeat;
	clear: both;

	}
	
div#foot p {
	text-align: center;
	}
	
div#foot p.counter {
	padding: 30px 0px 0px 0px  !important;
	margin: 0px 0px 0px 0px !important;
	}	

p.fineprint {
	margin: 0 !important;
	color: black;
	font-size: 10px;
	text-align: center;
	background: #FFDEAD;
	}



/*-------------------------
------- FORM STYLES--------
-------------------------*/

fieldset {
	}

fieldset.formFieldSet {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid #004400;
}

legend.formLegend {
	padding: 4px;
	margin-left: 15px;
	border: 1px solid #004400;
	}

form p {
	text-align: left;
	margin: 10px 0px 5px 15px !important;
/*
	width: 40%;
	float: left;
*/	}
	
form label {
	display: block;
	margin: 0px 0px 0px 0px;
	}

select.formPopup {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	}

input.formField {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

textarea.formTextArea {
	margin-bottom: 20px;
	}

input.formButton {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 5px 0px 10px;
	}
	
input.formRadio {
	}
	
p.dash {
	border-top: 1px dashed #DDDDDD;
	margin-top: 20px !important;
	}

div.subsub {
	background-color: #F0F0F5;
	margin: 15px;
	border: 1px dashed #000066;
	padding-bottom: 10px;
	}


span.note {
	color: #666633;
	}

label.error {
	font-weight: bold;
	text-decoration: underline;
	}

div.contentItem {
	border: 1px solid #9F100D;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: white;
	}
	
div.contentItem h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: white;
	background: #9F100D url(graphics/tartan_tile.jpg) top left repeat-x;
	margin: 0 !important;
	padding: 2px;
	}
	
div.contentItem h4 {
	font-size: 12px !important;
	margin: 10px !important;
	border-bottom: 1px solid #339966;
	color: #339966;
	}
	
div.contentItem p {
	margin: 10px !important;
	}
	
div.contentItem img {
	float: right;
	border: 0 !important;
	margin: 10px !important;
	}





/*-------------------------
---- photo album STYLES----
-------------------------*/

ul.albumLinks {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
	}
	
ul.albumLinks li {
	display: inline;
	margin: 0;
	padding: 0px 3px;
	border-left: 1px solid #004400;
	}
	
ul.albumLinks li.first {
	border-left: none;
	}

ul.albumLinks li a {
	padding: 0px 3px 0px 3px;
	}

span.currFam {
	color: white !important;
	background-color: #004400 !important;
	padding: 0px 3px 0px 3px;
	}


div.photoEntry {
	border: 1px solid #004400;
	background-color: white;
	margin: 10px;
	}

div.photoEntry p {
	margin: 0 !important;
	color: #004400 !important;
	}

div.photoEntry p.photo, div.photoEntry p.title {
	text-align: center;
	}

div.photoEntry p.title {
	}
	
div.photoEntry p.caption {
	margin: 10px 20px !important;
	}

div.photoEntry img {
	float: none !important;
	margin: 10px auto !important;
	border: 0 !important;
	}
	
p.pageLink, p.topLink {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p.pageLink {
	text-align: right;
	}

p.topLink {
	text-align: right;
	margin: 0;
	padding: 0;
	}