@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	background-position:center
}
div#container {
	width: 922px;
	background: #FFF;
	margin-top: -8;
	margin-right: auto;
	margin-bottom: -8;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #792700;
	text-decoration: none;
	padding: 2px;
	font-variant: small-caps;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #792700;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
		font-size: 1.25em;
	font-weight: bold;
	color: #C60;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}

.noBullet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	left: 50px;
	padding-bottom: 10px;
	width: 700px;
	clip: rect(auto,auto,auto,30px);
}
.Level1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	list-style-position: outside;
	list-style-type: none;
	left: 100px;
	text-decoration: none;
	line-height: 1.25em;
	padding-top: 10px;
}
.Level2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	list-style-position: outside;
	list-style-type: square;
	left: 150px;
	text-decoration: none;
}
.orderedList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	list-style-position: outside;
	list-style-type: upper-roman;
	left: 100px;
	text-decoration: none;
	text-indent: 4px;
}
.boxLeft {
	margin: 4px;
	padding: 4px;
	float: left;
	border: thin solid #FFD8B0;
	width: 300px;
}
.boxLefthalf {
	margin: 4 px;
	padding: 10 px;
	float: left;
	border: thin solid #FFD8B0;
	width: 48%;
}
.boxRight {
	margin: 4px;
	padding: 4px;
	border: thin solid #FFD8B0;
	float: right;
	width: 300px;
}
.boxRighthalf {
	margin: 4 px;
	padding: 10 px;
	float: right;
	border: thin solid #FFD8B0;
	width: 48%;
}
.imgright {
	padding: 0px;
	float: right;
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-right: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: .75em;
	text-decoration: none;
	text-align: center;
}
.imgleft {
	padding: 0px;
	float: left;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: .75em;
	text-decoration: none;
	text-align: center;
}

link {
	font-weight: bold;
	color: #C60;
	text-decoration: none;
}
#banner {
	clear: both;
	position: relative;
}
blockquote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	left: 20px;
}
.table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	padding: 2px;
	clear: both;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #930;
}
.tableNoborder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	padding: 2px;
	clear: both;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 0px;
}
th { 
text-align: center; 
font-weight: bold; 
background-color: #FFEBC1;
}

.linkPlain  {
	text-decoration: none;
}

.clearabove {
	clear: both;
}
.contact {
	text-decoration: none;
}
.quoteBox {
    padding: 10px;
    clear: both;
    width: 80%;
    border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999;
    border-bottom-color: #999;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
.module-1 {
	margin: 15px;
	padding: 15px;
	clear: both;
	border: medium ridge #963;
	float: right;
	width: 350px;
}
.module-2 {
	margin: 15px;
	padding: 15px;
	clear: both;
	border: medium ridge #963;
	float: left;
	width: 350px;
}
.imgRightnoborder {
	text-decoration: none;
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
}
.imgLeftnoborder {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 10px;
}
.footerText {
	font-size: .75em;
	font-weight: lighter;
	text-decoration: none;
}
.Clear {
	clear: both;
}
.smaller {
	font-size: .75em;
}
.tableBorderinside {
	margin: 10px;
	padding: 10px;
	clear: both;
	border: thin solid #630;
}
.titleBox {
	padding: 3px;
	color: #333;
	border-color: #993300;
	background-image: url(../images/titlebox-background.gif);
	background-repeat: repeat-x;
	font-size: 1.15em;
	font-weight: bold;
}
.box {
	border: thin solid #993300;
	margin-top: 4;
	margin-right: 4px;
	margin-bottom: 4;
	margin-left: 4px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}
.logo {
	float: right;
	text-decoration: none;
}
.breadcrumbs {
	font-size: 10px;
	background-color: #9CC;
	padding: 10px;
	width: 98%;
	font-weight: bold;
}
.photocredit {
	font-size: 10px;
	text-align: center;
}
.footnotes {
	font-size: 12px;
}
.phototext {
	font-size: 12px;
    text-align: center;
}

