body {
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	background-color: #FFFFFF;
}
#menubar {
background-color:#8D0148;
color: #FF8500;
font-weight: bold;
}
#menubar td {
text-align:center;
padding: 6px;
}
#menubar a
{
display: block;
background-color: #8D0148;
}
#menubar a:link, #menubar a:visited {
color:#FFFFFF;
text-decoration:none;
}
#menubar a:hover {
color:#FF8500;
font-weight:bold;
}
dd {
	margin-left: 0px;
	text-align: justify;
}
.content {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 20px;
	text-align: left;
}
.footer {
	font-size: 10px;
	font-style: italic;
	color: #8D0148;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bluetxt {
	font-size: 16px;
	color: #006BA5;
	font-weight: bold;
}
td.button {
	background-color: #394E60;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
table.links {
	font-size: 14px;
}
td.label {
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
img {
border-style:none;
}
.index_text {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
}
td.info {
	line-height: 20px;
	padding: 20px;
}
.right {
	text-align: right;
}
table.tcenter {
margin-left:auto;
margin-right:auto;
}
.err {
	font-style: italic;
	color: #FF0000;
	font-size:smaller;
	text-align:justify;
	line-height:0.4cm;
}

.maroon {
	background-color: #8D194B;
	color: #FFFFFF;
}
.blue {
	background-color: #CEDCE8;
}
.beige {
	background-color: #F5EDBF;
}
.gold {
	background-color: #D3A54F;
}
.indigo {
	background-color: #394E60;
	color: #FFFFFF;
}
#contact {
width:100px;
height:25px;
background-color:#FF8500;
border-style:solid;
border-color:#8D0148;
border-width:thin;
color: #8D0148;
font-weight:bold;
text-align:center;
padding-top:8px;

}
#contact a {
display:block;
}
#contact a:link, #contact a:visited {
text-decoration: none;
color:#8D0148;
}
dt {
font-weight:bold;
}
ul.includes {
margin-left:4em;
margin-top:-1em;
}
.left {
	text-align: left;
}
td {
background-repeat:no-repeat;
}
dl {
	font-size: 14px;
}
#err ul li {
color:#FF0000;
font-weight: bold;
font-size:small;
}
/*
	List Expander 
*/

.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#eee url(/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#eee url(/images/expanded.gif) no-repeat 5px .4em;}

/* second level */

.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}
.listexpander li li.collapsed{background:#f8f8f8 url(/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#f8f8f8 url(/images/expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(/images/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */