/* FONT STYLES */

.Maroon {

	color: #704350;
	letter-spacing: 1px;
	line-height: 20px;
	border-style:groove;
border:1px;
}
.Blue {

	color: #2f6bec;
	letter-spacing: 1px;
	line-height: 20px;
}
.TopColor {
	color: #704350;
}
.grey {
	color: #666666;
	font-size: 70%;
	font-weight: normal;
}
.subtopic {
	color: #704350;
	font-size: 100%;
	font-weight: bold;
}



p {
	font-size: 80%;
	color:#093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* ATTRIBUTES FOR TEXT & BACKGROUND */

h1{
	font-weight:normal;
	margin:0;
	font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093D6E;
}

h2{
	font-weight:bold;
	font-size: 90%;
	color: #093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3{
	font-weight:bold;
	font-size: 90%;
	color: #704350;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h4{
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093D6E;
	font-weight: normal;

}
h5{
	font-weight:bold;
	font-size: 80%;
	color: #093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
h6{
font-weight:normal;
margin:0;
font-size: 65%;
}
h7{
font-weight:normal;
margin:0;
font-size: 10%;
line-height: 80%;
}
.nospaces {
	font-size: 80%;
	color:#093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 90%;
}
/* CSS Document */


/* ROLL OVER STATES GENERAL*/
a {
	color: #137fe5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #137fe5;
}
a:hover {
	text-decoration: none;
	color: #032973;
}

a:active {
	text-decoration: underline;
	color: #032973;
}
/* CSS Document */

.red {
	color: #704350;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.red {
	color: #704350;
	text-decoration: none;
}

a.red:visited {
	text-decoration: none;
	color: #704350;
}
a.red:hover {
	text-decoration: none;
	color: #704350;
}

a.red:active {
	text-decoration: underline;
	color: #704350;
}



#leftFADE{
	background-image: url(images/LeftFADE.gif);
	position:relative;
	background-repeat:repeat-y;
	height:241px;
	width: 13px;
	float: left;
}

#rightFADE{
	background-image: url(images/RightFADE.gif);
	background-repeat:repeat-y;
	position:relative;
	height:241px;
	width: 13px;
	float: left;

}
#MenuContent {
	background-image: url(images/Body.gif);
	background-repeat:none;
	width: 906px;
}


/* MAIN CONTENT SECTION */
#BodyContent {
	background-image: url(images/Body.gif);
	background-repeat:none;
	height:auto;
	width: 906px;
}





/* BOTTOM SECTION */

#Bottom{
	background-image:url(images/Bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	clear:both;
}


body {
	background-color: #a0bdf4;
	margin:0;
	padding:0;
}
.image_float_left {
	display: inline;
	float: left;
	margin: 5px 10px 0pt 0pt;
}
.border {
	border: 1px solid #333333;
	padding: 5px;
}
.block_padding {
	padding: 5px;
}
