/* CSS Document */

body { 
	margin: 0px;
	background-image: url(images/bg.gif);
	color: #333300;  
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}



.stdtxt {
	text-align: justify;
	font-size: 100%;
	padding: 5px;
}

.smalltxt {
	text-align: justify;
	font-size: 90%;
	padding: 5px;
}

.titletxt {
	font-size: 80%;
	padding: 5px;
}
.contBox {
	text-align: center;
	border: thin ridge #FFFFCC;
	display: inline;
}

h1 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	text-align: center;
}

.stateHead {
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	text-align: center;
}
p {
	line-height: 20px;
	font-weight: 500;
	font-style: normal;
}
ul {
	list-style-image: url(images/list.jpg);
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;

}

.menubar{
	COLOR: #3e4133;
  	BACKGROUND-COLOR: #ffffcc;
	TEXT-DECORATION: none;
	FONT-FAMILY: verdana, helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
}


a.menub:link, a.menub:visited, a.menub:active {
	height : 100%;
	color: #3e4133;
	padding-left: 6px;
	BORDER: 1px solid #000000;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	width: 110px;
  }

a.menub:hover {
	COLOR: #3e4133;
  	TEXT-DECORATION: underline;
  	PADDING-left: 6px;
	BORDER: 1px solid #000000;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	WIDTH: 110px;
}


a.menua:link, a.menua:visited, a.menua:active {
  	COLOR: #ffffcc;
  	BACKGROUND-COLOR: #3e4133;
	TEXT-ALIGN: left;
	PADDING-left: 6px;
	BORDER: 1px solid #000000;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	WIDTH: 110px;
	height : 100%;
  }

a.menua:hover {
  	COLOR: #ffffff;;
	TEXT-DECORATION: underline;
	PADDING-left: 6px;
	BORDER: 1px solid #000000;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	WIDTH: 110px;
}



.footertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	font-weight: normal;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.copyright:hover {
	color: #3e4133;
}
.copyright:link {
	color: #3e4133;
}
.copyright:visited {
	color: #3e4133;
}
