/* Formatting */

BODY {
    margin: 0px;
    padding-top: 16px;
	padding-left: 16px;
	padding-right: 0;
	padding-bottom: 0;
    background-color: #69727F;
	background-image: url("/images/background.gif");
	background-repeat: no-repeat;
    font-family: Verdana,Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
	color: #413E2D;
}

TD,TH,DIV,INPUT,SELECT {
    font-family: Verdana,Arial,Helvetica,Verdana,sans-serif;
    font-size: 11px;
	color: #413E2D;
}

TEXTAREA {
    font-family: Courier New,Courier,monospace;
    font-size: 12px;
}

P {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

H1 {
    font-size: 15px;
    font-weight: bold;
}

H2 {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #404E62;
}

H2 {
	margin-bottom: 0.5em;
}

A:link,A:visited,A:active {
    color: #681400;
	font-weight: bold;
    text-decoration: underline;
}

TABLE, IMG {
    border: 0;
}

IMG.wrapLeft {
	float: left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
}

IMG.wrapRight {
	float: right;
	padding-top: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
}

FORM LABEL, FORM .required {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}

FORM LABEL {
	color: #404E62;
}

FORM LABEL.required, FORM .required {
	color: #681400;
}

DIV#footer {
	padding-top: 8px;
	padding-bottom: 30px;
	font-size: 9px;
	color: #ADADAD;
	white-space: pre;
}

DIV#footer A {
	color: #ADADAD;
	font-weight: normal;
	text-decoration: none;
}

DIV#footer A:hover {
	color: #DEDEDE;
}

/* Layout */

DIV#frame {
	width: 948px;
	border: 1px solid #ADADAD;
}

DIV.siteNav {
	margin-top: 53px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
}

DIV.siteNav A {
	color: #DEDEDE !important;
	text-decoration: none !important;
}

DIV.siteNav A:hover, DIV.siteNav A.selected {
	color: #B1C7E7 !important;
}

DIV.siteNavSeparator {
	width: 1px;
	height: 26px;
	margin-top: 43px;
	margin-left: 24px;
	margin-right: 24px;
	background-color: #8591A3;
}

DIV#topNav {
	width: 736px;
	height: 48px;
	background-color: #DDCA9F;
}

DIV#subNav {
	width: 735px;
	height: 30px;
	background-image: url("/images/background-sub_nav.jpg");
	background-repeat: no-repeat;
}

DIV#subNav DIV {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DEDEDE;
}

DIV#subNav A {
	font-weight: bold;
	color: #DEDEDE;
	text-decoration: none;
}

DIV#subNav A:hover, DIV#subNav A.selected {
	color: #a1b8da;
}

DIV#subNav .separator {
/*	color: #A4B9D7; */
	color: #ffffff;
	white-space: pre;
	font-size:16px;
	font-weight:lighter;
}

DIV#leftNav {
	width: 190px;
	height: 393px;
}

DIV#contentWrapper {
	width: 737px;
	background-image: url("/images/background-body.jpg");
	background-repeat: repeat-y;
}

DIV#content {
	margin-left: 65px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 11px;
	line-height: 17px;
}

DIV#smalltext {
    font-size: 9px;
	line-height: 14px;
}

/* IE collapses line-height around IMGs */
/* http://www.positioniseverything.net/explorer/lineheightbug.html */
DIV#content IMG.lineHeightFix {
	margin-top: 4px;
	margin-bottom: 5px;
	vertical-align: middle;
}

DIV#content UL {
	margin-left: 45px;
	padding-left: 0;
	list-style-image: url("/images/bullet-arrow-blue.gif");
}

DIV#content UL.news {
	margin-left: 15px;
	padding-left: 0;
	list-style-image: url("/images/bullet-arrow-red.gif");
}

DIV#content UL UL {
	margin-left: 30px;
}

DIV#content LI {
	margin: 0;
	padding: 0;
	color: #404E62;
	font-weight: bold;
}

DIV#content UL.news LI {
	margin-bottom: 8px;
}

DIV#content LI .note,
DIV#content UL.news A,
DIV#content LI LI,
DIV#content LI LI A {
	font-weight: normal !important;
}

xDIV#content HR {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
	border: 0;
	color: #BCA266;
	background-color: #BCA266;
	height: 1px;
}

DIV#content .HR {
	width: 100%;
	height: 1px;
	margin-top: 22px;
	margin-bottom: 22px;
	padding: 0;
	border: 0;
	background-color: #BCA266;
	font-size: 1px;
	overflow: hidden;
}

DIV#content .HR HR {
	display: none;
}

DIV.companyLogo {
	width: 235px;
	border-right: 1px solid #BCA266;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: center;
}

A.jumpLink, A.backToTop {
	text-decoration: none !important;
}

A.backToTop {
	font-weight: normal !important;
}
