/* CSS Document */



/* ROLL OVER STATES GENERAL*/
a {
	color: #fff;
	text-decoration: none;}

a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #032973;
}
a:active {
	text-decoration: underline;
	color: #032973;
}
#Center #Article a:link {
	color: #032973;
	text-decoration: none;
}
#Center #Article a:visited {
	text-decoration: none;
	color: #032973;
}
#Center #Article a:hover {
	color: #0550DA;
	text-decoration: none;
}




/* ROLL OVER STATES FOR MAIN NAV MENU BAR*/
#MenuBar a{	text-decoration: none;
	color: #032973;}

#MenuBar  a:visited {
	text-decoration: none;
	color: #032973;
}
#MenuBar a:hover {
	color: #fff;
	text-decoration: underline;}

#MenuBar  a:active {
text-decoration: underline;
	color: #fff;}

/* ROLL OVER STATES FOR MAIN CONTENT AREA*/

#Center a{	text-decoration: underline;
	color: #2f6bec;}

#Center  a:visited {
	text-decoration: underline;
	color: #2f6bec;
}
#Center a:hover {
	color: #704350;
	text-decoration: underline;}

#Center  a:active {
text-decoration: underline;
	color: #704350;}

/* MAIN NAV MENU BAR SECTION */
#Menu {
	background-image: url(images/MenuBar.jpg);
	background-repeat:no-repeat;
	height: 25px;
	width: 880px;
	text-align:center;
	float: left;
	text-decoration: none;

}
/* WHITE BAR SECTION */
#Design {
		background-image: url(images/DesignBar.jpg);
		background-repeat:no-repeat;
        height: 16px;
        width: 880px;
        clear:both;
}

/* MAIN CONTENT SECTION */
#Center {
	background-image: url(images/Center.jpg);
	position:relative;
	background-repeat:repeat-y;
	text-align:left;
	height:auto;
	width: 880px;
	float: left;
	letter-spacing: 1px;
	vertical-align: top;
}

/* BOTTOM SECTION */

#Bottom{
background-image:url(images/BottomBar.jpg);
		background-repeat: no-repeat;
		text-align:center;
		letter-spacing: 1px;
		color:#704350;
        height: 134px;
        width: 880px;
        clear:both;
}

/* ATTRIBUTES FOR TEXT & BACKGROUND */

h1{
	font-weight:normal;
	margin:0;
	font-size: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093D6E;
}
#Center #Article {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 75%;
}

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%;
}
div{ margin:0;}
body {
	background-color: #fadec9;
	margin:0;
	padding:0;
}
p {
	font-size: 80%;
	color:#093D6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.no-top-margin {
	margin-top: 5px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
ul li {
	padding: -5 -5 0 0;
	margin-left: -0.3em;
}




/* 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;
}
#Center .Blue h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
