body { 
	margin: 0; padding: 0;
	background-color: #DCB24C;
}

.bkgd_blueleftnav {
	background-image: url(images/bkgd_blueleftnav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.blueborder_left {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
.blueborder_mid {

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #FFFFFF;
}
.blueborder_right {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000033;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0021;
}
	.redtext a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0021;
	text-decoration: none;
}
	.redtext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0021;
	text-decoration: none;
}

	.redtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: underline;
}

.redtextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0021;
	background-color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 14px;
}
.redtextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C0021;
	font-style: italic;
}
.bluetextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 14px;
	font-style: italic;
}
