body
{
    background-color: #8b7aa7;
    vertical-align: top;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

hr
{
    color: #8b7aa7;
    margin: 0 4px 0 1px;
}

h1
{
    font-size: 160%;
    color: #8b7aa7;
    font-weight: bold;
    text-align: center;
    margin: 1px 0px 2px 0px;
}

h2
{
    font-size: 150%;
    color: #8b7aa7;
    font-weight: bold;
    text-align: left;
    margin: 1px 0px 2px 0px;
}

h3
{
    font-size: 120%;
    color: #8b7aa7;
    font-weight: bold;
    text-align: left;
    margin: 0px 4px 0px 0px;
    display: inline;
}

h4
{
    font-size: 120%;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 1px 0px 2px 0px;
}

p
{
    text-align: left;
    margin: 1px 0 5px 0;
}

td
{
    vertical-align:top;
}

a:link
{
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    font-weight: bold;
    text-decoration: none;
}

#content a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

a:active
{
    font-weight: bold;
    text-decoration: underline;
}

img
{
    border: none;
    vertical-align: top;
}

.footer
{
    color: #111111;
    font-size: xx-small;
    text-align: left;
    padding: 0 8px 0 10px;
}

.formtable {
	text-align: left;
	vertical-align: middle;
}
.formtext {
	font-size: 10px;
	color: #023B72;
	padding: 0px 0px 0px 0px;
}
.errortext {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
.input01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #043460;
	background-color: #F1F8FE;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 3px;
	border: 1px solid #063466;
	letter-spacing: 1px;
}
.submit01 {
	font-size: 12px;
	font-weight: bold;
	color: #CBE1F9;
	background-color: #000080;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	cursor: hand;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(/images/indentbg2.gif) center center repeat-x;
}