@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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;
	background-color: #373177;
}
.twoColFixLtHdr #container {
	width: 768px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 283px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 768px;
} 
.twoColFixLtHdr #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	vertical-align: top;
	background-color: #E8E8E8;
	border: 1px solid #CACACA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 338px;
}
#sidebar1 img {
	padding: 0px;
	margin: 0px;
	border: 1px solid #CBCBCB;
}
#sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: square;
}
#mainContent h1 a {
	text-decoration: none;
	color: #373177;
}
#mainContent h1 a:hover {
	color: #373177;
	text-decoration: none;
}


#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
}
#sidebar1 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent  {
	margin: 0px;
	padding: 30px;
} 
#footer  {
	text-align: center;
	font-size: 0.75em;
	background-color: #363636;
	width: 758px;
	color: #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
} 
#footer   ul   {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
}
#footer  a  {
	color: #CCC;
}
#footer   a:hover  {
	color: #FFF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#mainContent h1 {
	font-size: 1em;
	color: #373177;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 0.9em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent a {
	color: #882623;
}
#mainContent ul {
	margin-left: 15px;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-type: square;
	margin: 0px;
}


#mainContent a:hover {
	color: #CC0000;
	text-decoration: none;
}
.header-element {
	height: 253px;
	width: 768px;
}
#header-nav {
	width: 768px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #333333;
	height: 27px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #1D1D1D;

}
form {
	margin: 0px;
	padding: 0px;
}
.form-box {
	border: 1px solid #D6D1C9;
	font: 11px Arial, Helvetica, sans-serif;
	color: #595959;
	background-color: #F0EFEC;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.form-box input {
	width: 200px;
	border: 1px solid #7F9DB9;
	color: #8E836C;
	padding: 2px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.form-box .key/* Indicates required fields key on top of the form.  */

 {
	height: 9px;
	width: 9px;
	border: 1px solid #7F9DB9;
	padding: 0px;
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
}

/* Submit Button Styles */
   
   
.form-box .submit {
	font:11px 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 9px 0px 20px 2px;
	border: 1px solid #1D8EE2;
	width: 205px;
	background-color: #373177;
}
.form-box .submit:hover {
	color: #FFFFFF;
	background-color: #5249B4;
}
.border {
	border: 1px solid #CCC;
}


/* Text Area Style*/

.form-box textarea {
	height: 100px;
	width: 200px;
	border: 1px solid #7F9DB9;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8E836C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/* Include required class with any inputs that are required. If there is a class
   already assigned to the input, add class like this: [class="submit required"]. */

.required {
	background-color: #DDD9D2;
}
.watermarked {
	color: #999999;
}
.key {
	height: 9px;
	width: 9px;
	border: 1px solid #7F9DB9;
	margin: 10px 0px 2px 2px;
	padding: 0px;
}
.form-box td {
	vertical-align: middle;
	color: #8E836C;
}
#upload input {
	width: 205px;
	border: 1px solid #7F9DB9;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}


.form-box  .validation  li{
	color: #FF0000;
}
.validation {
	padding-top: 10px;
	padding-bottom: 10px;
}
.data {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.data td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.data tr:hover {
	background-color: #FFC;
}

.data .alt {
	background-color: #EEE;
}

