body {
	margin-left: 0px;
	margin-top: 25px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: left;
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #333;

}
.text {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
.textbold {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: bold;
}
a:active {
	color: #660000;
	text-decoration: bold;
}
.title1 {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 7px;
	text-align: right;
	word-spacing: 15px;
	text-transform: none;
	vertical-align: bottom;
	font-variant: small-caps;
}
.title1bolder {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
	font-weight: bolder;
	color: #FFF;
	letter-spacing: 10px;
	text-align: right;
	word-spacing: 20px;
	text-transform: none;
	vertical-align: bottom;
	font-variant: small-caps;
}
.title2 {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666633;
	text-align: left;
}
.title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
    font-variant: small-caps;
	color: #333;
}
.footer1 {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 10px;
	line-height: normal;
	font-weight: 800;
	font-variant: small-caps;
	color: #333;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
}
.footer2 {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #660000;
}
a:active {
	color: #660000;
}
.footerW {
	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 10px;
	color: #FFF;
}
/*this is all for the left nav*/
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px "Book Antiqua", "Palatino Linotype", serif;
color: #660000;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 4px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #900;
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: bolder;
	color: #666633;
}
.title2Center {

	font-family: "Book Antiqua", "Palatino Linotype", serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666633;
	text-align: center;
}
.titlered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
}
.tablered {
	border: thin solid #660000;
}
.titlewhite {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
