@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #631202 url(../images/bg2.1.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 945px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
.oneColFixCtrHdr #headerTop {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
	margin: 0px 0px 25px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg3.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr  #headerTop2 {
	height: 25px;
	background-image: url(../images/bg-top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #headerTitle {
	height: 91px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 405px;
	float: left;
}
.oneColFixCtrHdr #navContainer {
	background-image: url(../images/bg-md3.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #E8D382;
	padding: 0px;
	height: 91px;
}


/* Nav */

.oneColFixCtrHdr #headerNav {
	height: 85px;
	color: #E8D382;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 520px;
	float: right;
	padding-top: 6px;
	text-align: right;
	padding-right: 18px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #E8D382;
	text-align: right;
	display: inline-block;
}
a:link.nav {
	color: #E8D382;
	text-decoration: none;
}
a:visited.nav {
	color: #E8D382;
	text-decoration: none;
}
a:hover.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.nav {
	color: #FFFFFF;
	text-decoration: none;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #contentContainer {
	text-align: left;
	background-image: url(../images/bg-md3.png);
	background-repeat: repeat;
	background-position: left top;
	background-color: #E8D382;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
}
.oneColFixCtrHdr #mainContent2 {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 410px;
	background-image: url(../images/paper-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 400px;
	width: 470px;
}
.oneColFixCtrHdr #contentBtm {
	height: 25px;
	background-image: url(../images/bg-btm.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #631202;
}
.oneColFixCtrHdr #imageHolder {
	width: 350px;
	margin-left: 30px;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #textHolder {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.oneColFixCtrHdr #note {
	width: 340px;
	padding: 30px 0px 0px;
	background-image: url(../images/notepaper.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 5px;
	height: 250px;
}


/* All things text */

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color: #631202;
	text-align: left;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #631202;
	text-align: left;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #631202;
	text-align: left;
}

a:link.subhead {
	color: #631202;
	text-decoration: underline;
}
a:visited.subhead {
	color: #631202;
	text-decoration: underline;
}
a:hover.subhead {
	color: #631202;
	text-decoration: none;
}


.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

a:link.txt {
	color: #000000;
	text-decoration: underline;
}
a:visited.txt {
	color: #000000;
	text-decoration: underline;
}
a:hover.txt {
	color: #631202;
	text-decoration: none;
}

.txtItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-style: italic;
}

a:link.txtItal {
	color: #000000;
	text-decoration: underline;
}
a:visited.txtItal {
	color: #000000;
	text-decoration: underline;
}
a:hover.txtItal {
	color: #631202;
	text-decoration: none;
}

.txtBldItal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-style: italic;
}

a:link.txtBldItal {
	color: #000000;
	text-decoration: underline;
}
a:visited.txtBldItal {
	color: #000000;
	text-decoration: underline;
}
a:hover.txtBldItal {
	color: #631202;
	text-decoration: none;
}

.txtBldItal2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-style: italic;
}

a:link.txtBldItal2 {
	color: #000000;
	text-decoration: underline;
}
a:visited.txtBldItal2 {
	color: #000000;
	text-decoration: underline;
}
a:hover.txtBldItal2 {
	color: #631202;
	text-decoration: none;
}


.txtR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
a:link.txtR {
	color: #000000;
	text-decoration: underline;
}
a:visited.txtR {
	color: #000000;
	text-decoration: underline;
}
a:hover.txtR {
	color: #631202;
	text-decoration: none;
}

.txtRital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	font-style: italic;
}
a:link.txtRital {
	color: #000000;
	text-decoration: underline;
}
a:visited.txtRital {
	color: #000000;
	text-decoration: underline;
}
a:hover.txtRital {
	color: #631202;
	text-decoration: none;
}

.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

/*Footer*/

.oneColFixCtrHdr #footer {
	padding: 0 20px 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E8D382;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footer {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E8D382;
}
a:link.footer {
	color: #E8D382;
	text-decoration: none;
}
a:visited.footer {
	color: #E8D382;
	text-decoration: none;
}
a:hover.footer {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active.footer {
	color: #E8D382;
	text-decoration: none;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

