/* CSS Document */

body {
	text-align: center;
	margin: 0;
	background: #8e8873;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 1.6em;
}

a:link {color: #517513; text-decoration: underline;}
a:visited {color: #517513; text-decoration: underline;}
a:hover {color: #517513; text-decoration: none;}
a:active {color: #517513; text-decoration: underline;}

p {margin-top: 0px; margin-bottom: 16px;}

.pEnd {margin: 0px;}

img { border: 0; }

.noteText {font-size: 0.8em;}

.end {
	clear: both;
	padding: 0;
	margin: 0;
}
.paddingBottom20px {padding: 0 0 20px 0;}
.paddingBottom10px {padding: 0 0 10px 0;}

.space10px {padding: 0 10px;}
.space3px {padding: 0 3px;}


.genPicHolder {width: 100%}
.genPicLeft {float: left; border: #444444 solid 8px;}
.genPicRight {float: right; border: #444444 solid 8px;}
.researchPicRight {float: right; text-align: center;}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.0em;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	padding: 0;
}
hr {
	border-top: #444444 dotted 1px;
	border-right: #f9f7ee solid 1px;
	border-bottom: #f9f7ee solid 1px;
	border-left: #f9f7ee solid 1px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

td {padding: 0 10px 10px 10px;}

#holdingPage {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #e0d8bb;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#pageHolder {
	margin: 0 auto 30px auto;
	width: 910px;
	background: #f9f7ee;
	text-align: left;
}

#logoHolder {
	width: 100%;
	padding: 10px 0;
	background: #e0d8bb;
}

/*NAVIGATION STYLES*/


#navigationHolder {
	width: 100%;
	padding: 3px 0px 25px 0px;
	text-align: center;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: #f6f1e1 solid 7px;
	background: #f9f7ee url(../images/main-tile.gif) bottom left repeat-x;
	color: #bab190;
}

.navItem {
	display: inline;
}

.navItem a:link {color: #444444; text-decoration: none;}
.navItem a:visited {color: #444444; text-decoration: none;}
.navItem a:hover {color: #517513; text-decoration: none;}
.navItem a:active {color: #444444; text-decoration: none;}

#current a{color:#517513; text-decoration: none;}




/*HOMEPAGE STYLES*/

#paintingHolder {
	width: 910px;
}

#fullColHolder {
	width: 850px;
	padding: 30px 30px 30px 30px;
	font-size: 0.8em;
	line-height: 1.2em;
}

.homeImgHolder {
	float: left;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 3px 30px 0 0;
	text-align: center;
}

.homeImage {border: #444444 solid 8px;}

.homeText {line-height: 1.4em;}


/*GENERAL CONTENT*/

#titleHolder {
	width: 850px;
	padding: 30px 30px 0px 30px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#twoColHolder {
	width: 850px;
	padding: 10px 30px 30px 30px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#leftColHolder {
	width: 410px;
	padding: 0px 30px 0px 0px;
	clear: both;
	float: left;
}

#rightColHolder {
	width: 410px;
	padding: 0px 0px 0px 0px;
	float: right;
}




/*FOOTER*/

#footerHolder {
	width: 100%;
	padding: 4px 0 4px 0;
	font-size: 0.7em;
	line-height: 1.8em;
	background: #e0d8bb;
}

#footerGroup {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 910px;
	text-align: left;
}

.footerLeft {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 500px;
	text-align: left;
}

.footerRight {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 400px;
	text-align: right;
}






