/*

*/

body {
	background-image: URL('../images/mainbg.gif');
	background-repeat: repeat;
}

body img {
	border: none;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

#headerBox {
	height: 163px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	color: #000000;
	border: none;
}

#horizMenu {
	height: 40px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	background-repeat: no-repeat;
	color: #000000;
}

#horizMenu .Menu {
    background-image: URL('../images/Menu-Normal.gif');
    background-repeat: repeat-x;
}

#contentBox {
	min-height: 400px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL( '../images/ContentBG.gif' );
	background-repeat: repeat-y;
}

#contentArea {
	text-align: left;
	padding: 10px 10px 0px 40px;	
	font-family: arial, serif;
	font-weight: normal;
}

#contentArea a:link    { text-decoration: underline; color: #000000; }
#contentArea a:visited { text-decoration: underline; color: #000000; }
#contentArea a:hover   { text-decoration: none; color: #156113; }
#contentArea a:active  { text-decoration: none; color: #000000; }

#contentArea h3, h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contentArea p {
	text-indent: 15px;
	text-align: justify;
}

#contentArea .thumbdesc {
	vertical-align: top;
	text-align: justify;
}

#contentArea p:first-letter {
	font-weight: bold;
	font-size: larger;
	color: #156113;
}

#contentArea .updateHeader {
	background-image: URL( '../images/UpdateHeader.gif' );
	background-repeat: repeat-x;
	background-color: #156113;
	color: #FFFFFF;
	padding: 2px;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

#contentArea .updateText {
	text-align: center;
}

#contentArea .updateAuthor {
	text-align: right;
	font-weight: bold;
	color: #156113;
}

#contentArea .normalText {
	text-align: left;
}

#contentArea .heading {
	font-weight: bold;
	color: #156113;
	font-size: larger;
	border-bottom: thin dotted #156113;
}

#textSize {
	text-align: left;
	color: #888888;
}

#textSize a:link { text-decoration: none; color: #888888; }
#textSize a:visited { text-decoration: none; color: #888888; }
#textSize a:hover { text-decoration: underline; color: #156113; }
#textSize a:active { text-decoration: none; color: #888888; }

#siteMap {
	text-align: left;
}

#siteMap .heading {
	font-weight: bold;
	font-size: larger;
	color: #156113;
}

#siteMap .link a { font-weight: bold; text-decoration: none; }
#siteMap .link a:visited { color: #333333; }
#siteMap .link a:hover { color: #156113; text-decoration: underline; }

#siteMap .desc {
	font-weight: normal;
	color: #111111;
}

#subdivisionLinks {
	text-align: left;
	font-weight: bold;
}
#subdivisionLinks a:link    { text-decoration: none; color: #000000; }
#subdivisionLinks a:visited { text-decoration: none; color: #000000; }
#subdivisionLinks a:hover   { text-decoration: underline; color: #156113; }
#subdivisionLinks a:active  { text-decoration: none; color: #000000; }

#footerContent {
	height: 71px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL( '../images/Footer.gif' );
	background-repeat: no-repeat;
	color: #000000;
}

#footerContent a:link    { text-decoration: none; color: #000000; }
#footerContent a:visited { text-decoration: none; color: #000000; }
#footerContent a:hover   { text-decoration: underline; color: #156113; }
#footerContent a:active  { text-decoration: none; color: #000000; }

.floatLeft { float: left; }

.clear { background-color: transparent }

.larger { font-size: larger; }

.smaller { font-size: smaller; font-weight: normal; }

.required {
	font-weight: bold;
	color: red;
}

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #000000;
}

a.fadedThumb img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.fadedThumb:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	opacity:.60;
}

.photoCredit {
	font-size: 10px;
	color: #999999;
}

.redTitle {
	color: #156113;
	font-weight: bold;
}

.backtoTOC {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: smaller;
}

.super {
	vertical-align: super;
	font-size: smaller;
}