/* v2.1 */
* { margin: 0px; padding: 0px; }
h2,h3,h4,h5,h6,u { display: none; }
td { vertical-align: top; }
form { display: inline; }

a       { text-decoration: none; }
a:hover { text-decoration: underline; }

*,.txtBody {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
strong,b { font-weight: bold; }
em,i     { font-style: italic; }
p        { margin-bottom: 10px; }
.txtTiny {
	font-weight: normal;
	font-size: 9px;
}
label { 
	cursor: pointer; /* CSS standard */
	cursor: hand; /* WIN IE */
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #8C7912;
	margin-top: 25px;
	margin-bottom: 9px;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 30px;
}
li {
	margin-top: 9px;
	margin-bottom: 11px;
}

label.txtFormLabelAlert {     color: #B01F24; }
.inputFormFieldAlert { border-color: #B01F24; }
.inputFormFieldAlert {
	border-style: solid;
	border-width: 2px;
}
label.txtFormLabel {         padding-left: 15px; padding-right: 7px; font-weight: normal; }
label.txtFormLabelRequired { padding-left: 15px; padding-right: 7px; font-weight: normal; background-image: url(/images/required.gif); background-position: left top; background-repeat: no-repeat; }
label.txtFormLabelAlert {    padding-left: 15px; padding-right: 1px; font-weight: bold;   background-image: url(/images/required.gif); background-position: left top; background-repeat: no-repeat; }


/* ---------------------------------------- SITE WIDE ---------------------------------------- */

body {
	background: #FFFFFF url(../img/bgPage.gif) repeat-x;
}
#boxPage {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	width: 759px; /* 779px excluding padding */
	text-align: left;
}
#boxBody a {
	color: #452936;
	font-weight: bold;
	text-decoration: underline;
}
#boxBodyPanelLinks a {
	text-decoration: none;
}
#boxBodyPanelLinks a:hover {
	text-decoration: underline;
}
#tdNav0 {
	padding-top: 28px;
	padding-bottom: 49px;
	padding-right: 12px;
	text-align: right;
}
#tdNav0 img {
	padding: 0px 3px;
}
#imgDot1, #imgDot2, #imgDot3, #imgDot4, #imgDot5 {
	padding-bottom: 10px;
}
#tdNav1 {
	text-align: right;
	padding-right: 6px;
}
#tdNav1 a img {
	padding-left: 7px;
	padding-right: 7px;
}
#boxFoot {
	margin-top: 38px;
	border-top: 1px solid #CCCCCC;
	padding: 14px;
}
#boxCopyright, #boxCopyright * {
	color: #706F65;
	font-size: 11px;
	font-weight: bold;
}
#boxCopyright {
	margin-bottom: 9px;
	padding-left: 6px;
}
.sboxFootNav a, .sboxFootNavFirst a {
	color: #838279;
	padding: 0px 6px;
}
.sboxFootNav {
	border-left: 1px solid #838279;
}

.imgHead {
	margin-bottom: 13px;
}
.btnSubmit {
	margin-top: 5px;
	padding: 2px 5px;
}