@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a3966c;
	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: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #a3966c;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px 0px 0px 0px;  /* 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: 153px; /* the height of our sliced navigation banner */
}
#navBannerSlicedTable {
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/arcron_body_bkgrd.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #a3966c;
	text-align: center;
}
.oneColFixCtrHdr #footer img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p.footerNavLinks {
	background: #a3966c;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 7pt; 
	line-height: 1.33em;
}
p.footerNavLinks a:link, p.footerNavLinks a:visited {
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
	}
p.footerNavLinks a:hover	{
	text-decoration: underline;
	color: #FFFFFF;
	}
p.footerNavLinks a:active	{
	text-decoration: none;
	color: #CC0000;
	}

#fixMarginCollapse { /* place one of these divs wherever margin collapse is occuring, make sure it contains a single &nbsp; and nothing else */
	margin: 0;
	padding: 0;
	height: 1px;
}

/* TYPE STYLES FOR ARCRON */
p, ul, li, label, .message-text { font-size: 9pt; 
	line-height: 1.25em;
	}

p {
	margin: .75em 0em .75em 0em;
	}
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, Geneva, Swiss, Sun-Sans-Regular;
	line-height: 1em;
	font-weight: bold;
	margin: .5em 0em 0em 0em;
	color: #cc0000;
	}
h1 { font-size: 24pt; }
h2 { font-size: 18pt;
     color: #f40000; }
h3 { font-size: 14pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 8pt;
     font-weight: regular }
a:link, a:visited { color: #801516;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover { color: #801516;
	text-decoration: none;
	}
a:active { color: #00000;
	}

/* LIST HACKS SO MAC AND WIN HANDLE LISTS THE SAME */
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0em 0em .25em 0em;
	padding: 0;
}
/* END LIST HACKS */

b, strong {
	font-weight: bold;
}

/* MISC STYLES */
#Left-Column-Text-Container p, #Left-Column-Text-Container h1, #Left-Column-Text-Container h2, #Left-Column-Text-Container h3, #Left-Column-Text-Container h4, #Left-Column-Text-Container h5, #Left-Column-Text-Container h6 {
	margin-left: 40px;
	margin-right: 25px;
}

#textcontainer {
margin: 0px 10px 0px 35px;
width: 400px;
}

#rightmargin {
margin: 0px 25px 0px 0px;
}

/* FORMS */
div#formContainer {
	clear: both;
	border: 1px solid #CCCCCC;
	width: 375px;
	padding: 10px 0px 0px 12px;
	margin: 0px 0px 10px 65px;
	font-size: 12px;
}
div.row, div.submitButton {
	clear: both;
	padding: 3px 0px 0px 0px;
}
div.row span.label, div.row span.radioButton {
	float: left;
	width: 150px;
	text-align: right;
	padding-top: .3em;
}
div.row span.formw, div.row span.radioLabel {
	float: right;
	width: 210px;
	text-align: left;
}
div.row span.radioLabel {
	padding-top: .5em;
}
div.row span.radioButton {
	padding-top: 3px;
}
div.submitButton {
	padding: 20px 0px 20px 150px;
} 
p.formDivider {
	font-weight: bold;
	margin: 50px 0px 0px 0px;
}

/* MORE MISC STYLES */
.redText {color: #CC0000; 
}
.redTextBold {	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
.italicText {font-style: italic}

.formLabelText {font-size: 8pt}

#addressBlock {
	margin: 20px 0px 0px 30px;
}

#addressBlock p {
	font-size: 15px;
	line-height: 1.4em;
}

#rwForm {
	margin: 0 auto;
	padding: 10px 10px;
	border: 1px solid #dddddd;
	width: 380px;
}
#rwForm.sidebar {
	width: 270px;
	padding: 7px;
	font-size: 12px;
	line-height: 14px;
}
.reqd {
	color: #be3907;
}
.successMsg {
	color: #006600;
	font-size: 125%;
}

