body {
	background-image: url(images/background.gif);
	margin-top: 0px;
}
.bodytex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:16px;
}
a.bodytex:link {
	color: #05367B;
	text-decoration: underline;
}
a.bodytex:visited {
    color: #05367B;
	text-decoration: none;
}
a.bodytex:hover {
	color: #C49D6F;
	text-decoration: none;
}
#header {
	background-image:url(images/header.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height:25px;
}
a.heading:link {
	color: #05367B;
	text-decoration: none;
}
a.heading:visited {
    color: #05367B;
	text-decoration: none;
}
a.heading:hover {
	color: #C49D6F;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height:normal;
}
.copyrightblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C49D6F;
	font-weight:bold;
	line-height:2;
}
a.copyrightblue:link {
	color: #05367B;
	text-decoration: none;
}
a.copyrightblue:visited {
    color: #05367B;
	text-decoration: none;
}
a.copyrightblue:hover {
	color: #C49D6F;
	text-decoration: none;
}
.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #05367B;
	line-height:25px;
}
.headinggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	line-height:25px;
}
.headingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	line-height:25px;
}
.menusmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
}
a.menusmall:link {
	color: #ffffff;
	text-decoration: underline;
}
a.menusmall:visited {
    color: #ffffff;
	text-decoration: underline;
}
a.menusmall:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*
Vertical Accordions
*/

.accordion_toggle {
display: block;
height: 20px;
width: 219px;
background: url(images/accordion_toggle.gif) no-repeat top right #829ABD;
padding: 0px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #ffffff;
cursor: pointer;
margin: 0 0 0 0;
text-align:left;
border-bottom:#FFFFFF 1px solid; 
}

.accordion_toggle_active {
background: url(images/accordion_toggle_active.gif) no-repeat top right #829ABD;
color: #c39a6f;
text-decoration: none;
}

.accordion_content {
color: #444444;
overflow: hidden;
}

.accordion_subitem {
display: block;
height: 20px;
width: 219px;
background: #829ABD;
padding: 0px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #ffffff;
cursor: pointer;
margin: 0 0 0 0;
text-align:left;
text-decoration:none;
/*border-bottom:#FFFFFF thin solid;*/
}

a.accordion_subitem:link {
display: block;
height: 20px;
width: 219px;
background: #829ABD;
text-decoration:none;
}

a.accordion_subitem:hover {
display: block;
height: 20px;
width: 219px;
background: #cdd7e5;
text-decoration:none;
/*border-bottom:#FFFFFF thin solid;*/
}
.bodytexblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05367B;
	line-height:16px;
}
.bodytexred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	line-height:16px;
}