body{
	margin: 0;
	padding: 0;
	Font-size: 95%;
	color: #333333;
	background-color: #FFFFFF;
	width: 970px;
	line-height:1.3em;
	font-family: "Trebuchet MS", Verdana, Arial;
}

a:link{
	color:#316594;
	text-decoration:underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}

a:visited{
	color:#316594;
	text-decoration:underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}

a:hover, a:active{
	color:#ff8000;
	text-decoration:underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
}

h1 {
	font-size: 24px;
	color: #666666;
	line-height: 1.25em;
}

div#banner{
background-color: #FFFFFF;
background-image: none;}

div#menubar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#buttonbar {
	position:relative;
	font-family: "gill sans", arial, sans-serif;
	padding-top: 5px;
	Font-size: 85%;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

div#buttonbar a {
	color:#FEFFFF;
	padding-left:10px;
	padding-right:5px;
	text-decoration:none;
	background-repeat: no-repeat;
	display: block;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #316594;
	font-weight: bolder;
}

div#buttonbar a:hover {
	background-image: none;
	background-repeat: no-repeat;
	color: #D24C17;
	text-align: center;
	background-color: #DDDDDD;
}

div#content{
	margin-left:10px;
	margin-right:10px;
	line-height: 1.5em;

	background-position: center center;
	margin-top: 10px;
	font-family: "gill sans", arial, sans-serif;
	z-index: 10;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#content ul{
	margin-top: 0px;
	font-weight: normal;
	list-style-type: none;
	padding: 0;
	margin-left: 30px;
}

div#content ul li{
	text-decoration: none;
	color: #000000;
	list-style-type: disc;
	line-height: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-indent: 0px;
}

div#content ul li ul {
	list-style-type: decimal;
	margin-right: 50px;
}

div#buttonbar2 {
	position:relative;
	font-family: "gill sans", arial, sans-serif;
	padding-top: 5px;
	Font-size: 85%;
	font-weight: bold;
	color: #248DB0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

div#menubar2 {
	font-family: "gill sans", arial, sans-serif;
	color: #727238;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#buttonbar2 a {
	color:#FFFFFF;
	padding-left:10px;
	padding-right:5px;
	text-decoration:none;
	background-repeat: no-repeat;
	display: block;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #316594;
	font-weight: bolder;
}

div#buttonbar2 a:hover {
	background-repeat: no-repeat;
	color: #D24C17;
	text-align: center;
	background-color: #DDDDDD;
}

div#footer{
	clear: both;
	margin-top: 5px;
	margin-left:10px;
	margin-right: 10px;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 10px;
	font-family: "gill sans", arial, sans-serif;
	font-style: normal;
}

div#footer p{
padding: 0;
margin: 0;
line-height: 0.75em;
font-weight: normal;
color: #000000;}

.bold_purple {
	color: #7E007E;
	font-weight: bold;
}

.bold_green {
	color: #339933;
	font-weight: bold;
}

.bold_orange {
	color: #CA7800;
	font-weight: bold;
}

.bold_black {
	color: #000000;
	font-weight: bold;
}

.bold_italic_black {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

.bold_italic_tan {
	color: #848357;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

.bold_italic_orange {
	color: #CA7800;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

.title_black {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

.title_green {
	color: #339933;
	font-weight: bold;
	font-size: 110%;
}
.title_purple {
	color: #7E007E;
	font-size: 110%;
	font-weight: bold;
}

.title_underline_green {
	color: #339933;
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

.quote_blue {
	color: #003399;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	line-height: 120%;
}

.quote_green {
	color: #336600;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	line-height: 120%;
}

.quote_purple {
	color: #800080;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
	line-height: 120%;
}

.sm_bold_italic_black {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

.sm_bold_italic_tan {
	color: #848357;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

.sm_bold_italic_orange {
	color: #CA7800;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

.sm_bold_italic_green {
	color: #339933;
	font-weight: bold;
	font-style: italic;
	font-size: 85%;
}

