body {
	background-image:  url("_images/bgimage.jpg");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #C23625;
}
h2 {
	font-size: 16px;
}
#page {
	width: 765px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7 {
	background-color: #195780;
}
.bigtext {
	font-size: 18px;
	font-weight: bold;
}
.indent {
	display: block;
	margin-left: 40px;
}
img.right {
	margin-left: 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
	
.nav ul li{
	position: relative;
	width: 234px; /* Width of Menu Items */
	height: 27px;
}
	
/*Sub level menu items */
.nav ul li ul{
	position: absolute;
	width: 234px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	margin-top: -2px;
}

/* Sub level menu links style */
.nav ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px 0px 4px 10px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.nav ul li a:visited{

}

#navset li a:hover{
	background-color: #C23625;
}

.nav .subfolderstyle{

}

	
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */
