
body {
	background-color: #9B0230;
	margin: 0; 
	padding: 0;
	font-family: Times, "Times New Roman", serif;
}

#maincontainer {
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #FFFFFF;
}

#header {
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-width: 13px;
border-bottom-style: solid;
height: 96px; /*Height of top section minus 13 pixels for logo's bottom to use as border */
}

/* #header img {
float: left;
width: auto;
border: 1px solid #9B0230;
margin: 0 15px 0 50px;
}  */

#header h1{
margin: 0;
padding-top: 30px;
font-size: 28pt;
font-style: normal;
font-weight: bold;
z-index:1
}

#header h2{
margin: 0;
padding-top: 10px;
font-size: 12pt;
font-style: normal;
font-weight: bold;
}

#wrapper {
float: left;
width: 100%;
}

#content {
margin-left: 175px; /*Set left margin to LeftColumnWidth*/
}

#content p, #content li {
font-size: 12pt;
}

#content h2 {
text-align: center;
}

#disclaimer {
font-size: 12pt;
font-wieght: bold;
color: #9B0230;
}

#settlement p {
font-size: 10pt;
}

#settlement ul li {
font-size: 10pt;
}

#settlement h1 {
text-align: center;
font-size: 12pt;
font-weight: bold;
}

#settlement h3 {
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
}

#leftcolumn {
float: left;
width: 175px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background-color: #FEF1E9;
}

#leftcolumn h3 {
font-size: 14pt;
color: #9B0230;
padding-top: 10px;
}

#leftcolumn h4 {
font-size: 13pt;
color: #9B0230;
}

#leftcolumn h5 {
font-size: 11pt;
color: #9B0230;
}

#leftcolumn h6 {
font-size: 10pt;
color: #9B0230;
}

#menu dl, #menu dt {
margin: 0;
padding: 0;
}

#menu {
color: #9B0230;
font-weight: normal;
font-size: 12pt;
width: 100%; /* for IE7 */ 
margin: 0 0 0 0;
}


#menu dt {
cursor: pointer;
text-align: left;
background: #FFFFFF;
color: #9B0230;
border: 2px;
border-style: solid;
border-color: #9B0230;
margin: 1px;
}

#menu dt:hover, #menu dt:focus {
background: #9B0230;
color: #FFFFFF;
}

#menu dt a {
color: #9B0230;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a:hover, #menu dt a:focus {
background: #9B0230;
color: #FFFFFF;
}

#titlepagebox {
font-family: Georgia, Times, "Times New Roman", serif;
/* border: 1px;
border-style: solid;
border-color: #9B0230; */
margin: 0 0 0 5px;
}

#titlepagebox h3 {
font-weight: bold;
font-size: 14pt;
}

#titlepagebox h3 a:visited, #titlepagebox h3 a:link, #titlepagebox h3 a:active {
color: #9B0230;
}

#titlepagebox p {
font-size: 8pt;
}


#footer {
clear: left;
width: 100%;
background: #E8E8E8;
color: #9B0230;
text-align: center;
padding: 4px 0;
font-size: 8pt;
font-style: italic;
}

#footer a:visited, #footer a:link, #footer a:active {
color: #9B0230;
}

.innerpadding{
margin: 10px; /*Margins for inner DIV inside each column*/
margin-top: 0;
}



