h1 {
	margin: 20px 0 7px 0;
	font-size: 1.4em;
	font-weight:bold;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	background-color:#E5E5E5;
}

#container {
	/* we have to accomodate for padding and border */
	width: 842px;
	background-color: white;
	padding: 10px 20px 20px 20px;
	border: 2px solid #B2B2B2;
	margin: auto;
	margin-top: 18px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}
#footer {
	width: 846px;
	margin: auto;
	clear: both;
	font-size: 0.7em;
	color:#808080;
	margin-top: 5px;
	margin-bottom: 10px;
}
html>body #container {
	width: 800px;
}

a {
	text-decoration: none;
}

a:link {
	color: #4D5A12;
}

a:visited {
	color: #4D5A12;
}

a:active {
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

#nav a {
	color: white;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #F90;
	padding-bottom: 6px
}

.instructionalcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.termsAndConditions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.errorcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AB1501;
}
.formError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 6px 6px 16px;
	margin-top: 6px;
	color: #000;
	background: #F90;
}

.inputFieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#submitButtons {
	margin-top: 10px;
}

.formSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #CC0000;
	margin: 40px 0 7px 0;
	font-size: 1.1em;
}

.formSubSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.formPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}

#header-logo {
}

#header-right {
	float:right;
	font-size: 0.8em;
	color: #333333;
	text-align:right;
}

.table-th {
	background-color: #666666;
	color: white;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	padding: 3px 4px;
	font-size: 1.05em;
	border-left: 1px solid white;
}
.table-th-first {
	border-left: 0;
}
.table-td {
	font-size: 0.85em;
	padding: 9px 7px 9px 7px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	border-left: 1px solid #CCCCCC;
}
.table-td-first {
	border-left: 0;
}

#inlineFormError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px 6px 6px 16px;
	margin-top: 6px;
	color: #000;
    background-color: #F90;
}

.inlineErrorMsg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 10px 45px;
	margin: 6px 0 6px 0;
	color: #9C0404;
	background-position: 5px 1px;
	background-repeat: no-repeat;
	background-image: url(../../img/icon_error.png);
	background-color: #F5D2D2;
}

.inlineWarningMsg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 10px 45px;
	margin: 6px 0 6px 0;
	color: #9C0404;
	background-position: 5px 1px;
	background-repeat: no-repeat;
	background-image: url(../../img/icon_warning.png);
	background-color: #F5D2D2;
}

