@charset "utf-8";
/* The style for the body tag. */
.bodyMain {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #000000;
	background-color: #f3efdb;
	background-image: url(../images/top-bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 0px;
}
/* Page Layout Related */
html, body {
height: 100%;
}
#header {
	height:210px;
	width:190px;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
min-height: 100%;
margin-bottom: -77px;
position: relative;
width:760px;
}
.clearfooter {
height: 77px;
clear: both;
}
#footer {
margin: 0 auto;   /* align for good browsers */
text-align: center;
width:760px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
font-size:12px;
color:#F3EFDB;
height:77px;
position:relative;
}
.BoxBckGrndEmblem {
	float:left;
	background:url(../images/angled-emblem.png);
	background-repeat:no-repeat;
	width:218px;
	height:218px;
}
#nav {
	background:url(../images/menu_bckgrnd.png);
	background-repeat:no-repeat;
	width:198px;
	height:198px;
	padding:10px;
}
/* The Style for the nav menu*/
/*li.menu-0 {
	list-style-image: url(../images/star.png);
	color:#271954;
	font-size:16px;
	font-weight:bold;
}*/
ul.menu-top {
	list-style-image: url(../images/star-gold.png);
	color:#271954;
	font-size:16px;
	font-weight:bold;
}
li.menu-current {
	list-style-image: url(../images/star-green.png);
	color:#271954;
	font-size:16px;
	font-weight:bold;
}
/*li.menu-last {
	list-style-image: url(../images/star.png);
	color:#271954;
	font-size:16px;
	font-weight:bold;
}*/

#content {
	float:right;
	width:520px;
	padding:10px;
}

/* MISC */
a {
color: #271954;
text-decoration:none
}
a:hover {
text-decoration:underline;
}
#bulletStar {
	list-style-position: outside;
	list-style-image: url(../images/star.png);
	list-style-type: circle;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #271954;
	margin: 10px 0px 0px 0px;
}
