 
body  {
	background: #666666;
	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: #3E2920;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.twoColFix #container { 
	width: 900px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	position: relative;
}

.twoColFix #mainContent {
	width: 705px;
	padding: 0;
	margin-left: 192px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.twoColFix #mainContent2 {
	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formbox {
	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F3BC;
	border-right-color: #F0F3BC;
	border-bottom-color: #F0F3BC;
	border-left-color: #F0F3BC;
	width: 533px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: top;
}
.formbox2 {
	; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F3BC;
	height: 1px;
	padding: 0px;
}


.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3E2920;
	font-variant: normal;
}
.page-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FF2E22;
	text-decoration:underline;
	font-variant: normal;
}
.page-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#FF2E22;
	text-decoration:none;
	font-variant: normal;
}
.page-links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FF2E22;
	text-decoration:underline;
	font-variant: normal;
}
.page-links2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#FF2E22;
	text-decoration:none;
	font-variant: normal;
}
.header    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #94003A;
	font-weight: bold;
	text-transform: none;
}

.header4     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #94003A;
	font-weight: bold;
	text-transform: none;
}
/* Navigation Side */
#navcontainer 
{
	list-style-type: none;
	text-align: left;
	width: 182px;
	padding: 0px;
	margin-left: 10px;
}

#navcontainer ul
{
	text-align: left;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#navcontainer ul li a
{
	padding-left: 13px;
	text-align: left;
	text-decoration: underline;
	color: #90033C;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	display: block;
	height: 37px;
	padding-top: 7px;
	width: 169px;
	padding-bottom: 0px;
	margin: 0px;
}

#navcontainer ul li a:hover
{
	color: #FF2A1B;
	background-color: transparent;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#navcontainer ul li a#singleline
{
	padding-left: 13px;
	text-align: left;
	text-decoration: underline;
	color: #90033C;
	background-color: transparent;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	display: block;
	height: 23px;
	padding-top: 7px;
	width: 169px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#navcontainer ul li a:hover#singleline
{
	color: #FF2A1B;
	background-color: transparent;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer ul li a#current
{
	color: #90033C;
	background-color: transparent;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Navigation List content area */
#navcontainer2 
{
	list-style-type: none;
	text-align: left;
	width: 464px;
	padding: 0px;
	margin-left: 0px;
}
#navcontainer2 ul
{
	text-align: left;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

#navcontainer2 ul li
{
	text-align: left;
	list-style-type: none;
	margin: 0em;
	display: block;
	background-image: url(images/snav-arrrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	display: block;
	height: auto;
	padding-top: 0px;
	width: 445px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0em;
}

#navcontainer2 ul li a
{

	text-align: left;
	text-decoration: underline;
	color: #FF2A1B;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

}

#navcontainer2 ul li a:hover
{
	color: #90033C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer2 ul li a#current
{
	color: #90033C;
	background-color: transparent;
	background-image: url(images/snav-arrrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
