body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
#divHeader {
	background-color: #000000;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#divNav {
	text-align: center;
	height: 25px;
	width: 100%;
	background-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#divContent {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 18px;
	padding: 0px;
}
#divContent li {
	list-style-position: outside;
	list-style-image: url(images/bullet_blue.gif);
	text-indent: 0px;
}

#divFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDBE7;
	border-right-color: #DEDBE7;
	border-bottom-color: #DEDBE7;
	border-left-color: #DEDBE7;
	float: left;
	background-color: #BD1421;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#divHeaderBlue {
	background-color: #3362D6;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divHeaderPurple {
	background-color: #330065;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divHeaderGreen{
	background-color: #329900;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divHeaderGray{
	background-color: #666666;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divHeaderGold{
	background-color: #E8C921;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#divHeaderOlive{
	background-color: #A0A35C;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}.text_large {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text_white {
	color: #FFFFFF;
}

.border_red1 {
	border: 2px solid #BD1421;
}
.border_black1 {
	border: 1px solid #000000;
}
.box_references {
	margin-bottom: 15px;
	border: 1px solid #666666;
}

