body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.homeimage {
	background-image: url(images/home/main_home_2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

h2 {margin: auto; font-size: 1.5em; font-weight: normal;}
h2.first {margin: 0;}
h3 {font-size: 1.3em;}

/* Container for the Menu */
#p7swapmenu {
	background-color: #FFFFFF;
	padding: 0px;
	width: 284px;
	color: #FFFFFF;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-color: #FFFFFF;
	color: #003366;
	display: block;
	font-size: 0.7em;
	padding: 6px 0px 6px 16px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/navminus_bg.gif);
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #FFFFFF;
	color: #5B624F;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(images/nav_bg.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(images/nav_bg.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a{
	background-color: transparent;
	border: 0;
	color:#999999;
	font-size: 0.7em;
	font-weight:normal;
	padding: 0 0 0 38px;
	margin: 0 0 0 16px;
	background-image: url(images/navminus_bg.gif);
}
.open ul a:hover {
	color:#003366;
}
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;
}
.navhead {
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #333333;
	font-size: 10px;
	padding: 6px 0px 15px 16px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/nav_bg.gif);
	font-weight: bold;
}
.thumb {
	padding: 9px 9px 20px;
	float: right;
}
.navtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.navtxt a:link {
	text-decoration: none;
	color: #006699;
}
.navtxt a:visited {
	text-decoration: none;
	color: #003366;
}
.navtxt a:hover {
	text-decoration: none;
	color: #0099FF;
}
.navtxt a:active {
	text-decoration: none;
	color: #0099FF;
	}
.thumb {
	filter: Invert;
}
