body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
.instructions {
	font-size: 12px;
	width: 400px;
}
#menu{
	width: 130px;
	margin: 10px;
	list-style-image: none;
	text-align: left;
        }

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	list-style-image: none;
        }

#menu li a:link, #menu li a:visited {
        color: #FFF;
        display: block;
        background:  url(../images/menu.gif);
        padding: 8px 0 0 30px;
		list-style-image: none;
        }

#menu li a:hover, #menu li #current { 
        color: #FFF;
        background:  url(../images/menu.gif) 0 -32px;
        padding: 8px 0 0 30px;
		list-style-image: none;
        }
		
		
#menu2{
	width: 130px;
	margin: 10px;
	list-style-image: none;
	text-align: right;
        }

#menu2 li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
		list-style-image: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #FFF;
        display: block;
        background:  url(../images/menu2.gif);
        padding: 8px 30px 0 0;
		list-style-image: none;
        }

#menu2 li a:hover, #menu2 li #current { 
        color: #FFF;
        background:  url(../images/menu2.gif) 0 -32px;
        padding: 8px 30px 0 0;
		list-style-image: none;
        }
		
		.style1 {
	font-size: large;
	font-weight: bold;
}
.style6 {color: #3E2B32}

.style7 {
	font-size: 12px;
	font-weight: bold;
}
.style8 {font-size: 10px}

.box1 {
	text-align: justify;
	padding: 5px;
}
.content {
	padding: 6px;
}
.bottomFooter {
	text-align: center;
}


.margin {
	padding: 8px;
}
.footer {
	text-align: center;
	padding: 10px;
	font-size: large; 
	font-weight: bold; 
	color: #3E2B32;
}
.header {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.FeaturedBox {
	background-color: #E4C7A3;
	margin: 4px;
	padding: 2px;
	border: thin solid #A73232;
}
.featuredHeader {
	font-size: 16px;
	font-weight: bold;
}

.errorText {
	background-color: #FFCC00;
	border: thin dotted #993300;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	width: 450px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 350px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}


#navlist li a { text-decoration: none; }

.FeaturedTitle {
	font-size: 12px;
	font-weight: bold;
}


.floatRight { 
    float: right; 
    margin: 4px; 
}


