html, body, address, div, form, h1, h2, h3, h4, h5, h6, p, ul, li, table, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var {
	margin:0;
	padding:0;
}
img {
	border: 0;
}
p, table {
	padding-bottom: 1.2em;
}
ul {
	margin: 0;
	padding: 0 0 1.2em 4em;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0.6em;
	color: #000066;
}
h1 {
	font-size: 2em;
	text-align: center;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 25px;
}
h2 {
	font-size: 1.6em;
	line-height: 140%;
	color: #CC0000;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
body {
	margin: 0px;
	text-align: center;
	font: 0.8125em/140% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #333333;
}
#container {
	margin:10px auto;
	position:relative;
	text-align:left;
	width:950px;
}
#header {
	height: 380px;
	position: relative;
	background: url(graphics/headback1.jpg) no-repeat;
}
#fader {
	height: 380px;
	width: 950px;
	overflow: hidden;
}

#logo {
	position: absolute;
	z-index: 10;
	left: 50px;
	top: 50px;
}
#menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 950px;
	color: #FFFFFF;
	background: url(graphics/black40.png) repeat-y;
	z-index: 10;
}
.menudef {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
	line-height: 120%;
}
#content {
	padding: 20px;
}
#footer {
	text-align: center;
	font-size: 0.875em;
	color: #666666;
	padding: 20px 20px 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background: #FBFBFC;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}


a:link, a:visited {
	color: #000066;
}
a:hover, a:active {
	color: #CC0000;
}
.clearer {
	clear: both;
	display: block;
 	line-height: 1px;
	height: 1px;
}
.imageright {
	float: right;
	margin: 0px 0px 8px 10px;
	clear: right;
}
.imageleft {
	float: left;
	margin: 0px 10px 8px 0px;
	clear: left;
}




.lcaps {
	font-size: 2em;
}
.smallprint {
	font-size: 0.875em;
}


/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0px 10px 0px 10px;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 10px 6px;
	color: #FFFFFF;
	line-height:1;
	text-align: center;
	font-size: 1.4em;
	margin: 10px 0px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background: url(graphics/black40.png) repeat-y;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 154px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
