@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #37526D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
ul li {
	list-style-image: url(../images/footprint.gif);
	list-style-position: outside;
	line-height: 1.4;
}

.topbar a {
	font-size: 100%;
	color: #E7DF8C;
	text-align: center;
	height: 47px;
	border: 1px solid #5E557F;
	padding: 7px 17px;
	display: inline;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.topbar a .none {
	border-right: none;
}
.topbar a:hover {
	background-color: #DEC257;
	background-image: url(../images/background2.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000033;
}
.maincontent {
	font-size: 90%;
	color:#000000;
	margin: 5px 40px 5px 20px;
}
.maincontent a {
	color: #003366;
}
.leftside, .leftside2 {
	color: #C5CDD8;
}
.leftside a {
	display: block;
	margin: 4px 20px;
	padding: 5px 10px;
	color: #C5CDD8;
	text-decoration: none;
	border-top: 1px solid #677790;
	border-bottom: 1px solid #677790;
	border-right: 2px solid #841F27;
	border-left: 1px solid #677790;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background3.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}
.leftside a:hover {
	background-color: #E0BE52;
	background-image: url(../images/background2.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	color: #000066;
	border: 1px solid #000066;
}

.leftside2 a {
	color: #C5CDD8;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bluebar {
	display: block;
	margin: 10px 0;
	padding: 5px 10px;
	color: #C5CDD8;
	text-decoration: none;
	border-top: 1px solid #2F1A17;
	border-bottom: 1px solid #2F1A17;
	border-right: 2px solid #841F27;
	border-left: 1px solid #2F1A17;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background3.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}



.yellow a {
	display: block;
	margin: 4px 20px;
	padding: 5px 10px;
	color: #C5CDD8;
	text-decoration: none;
	border: 1px solid #677790;
	font-weight: bold;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/background2.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	color: #000066;
	border: 1px solid #000066;
}


.red a {
	display: block;
	margin: 4px 20px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/red.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	color: #DFBD4F;
	border: 1px solid #000066;
}


h3 {
	display: block;
	margin: 2px 5px;
	padding: 0px 4px;
	text-align: left;
	color: #ECE9D8;
	background-color: #282536; 
}

.large {
	font-size: 110%;
	font-weight: bold;
	color: #000033;
	background-color: #F9F8F3;
	border-top: 1px solid #677790;
	border-bottom: 1px solid #677790;
	padding: 0px 15px;
	margin: 2px 10px;
	background-image: url(../images/fade.jpg);
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-x;
}


#footer {
	color: #CCCCCC;
	font-size: 80%;
	clear:right;
}
#footer a {
	color: #99CCFF;
}
.accent {
	display: block;
	width: 100%;
	font-size: 110%;
	background-image: url(../images/fadegold.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #C5CDD8;
}
