@charset "utf-8";
/* CSS Document */

body {
	background-color: 525f8d;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}


#header {
	background-image: url(../images/header.gif);
	width: 780px;
	height: 136px;
	background-repeat: no-repeat;
}
#arm {
	background-image: url(../images/arm.gif);
	height: 79px;
	width: 20px;
	background-repeat: no-repeat;
}
#maintable {
	border: 3px solid #000;
	background-color: #FFF;
}
#navbar {
	background-image: url(../images/navbar.gif);
	height: 32px;
	width: 780px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
#navbar a {
	color: #291571;
	text-decoration: none;
}
#navbar a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#navbar a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.white {
	color: #FFF;
}

#content {
	background-image: url(../images/title.gif);
	height: 79px;
	width: 760px;
	background-repeat: no-repeat;
}
#footer {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 13pt;
}
.bodycopy li {
	margin-bottom: 1em;
	list-style-image: url(../images/star.gif);
}
.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 17pt;
}
.bodycopy2 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 13pt;
}
