body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
  }
#container {
  	background-color:#FFFFFF;
	margin: 0 auto;
	width: 75%;
	min-width:800px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.content {
	min-height: 400px;
	margin:0 auto;
	padding: 5px;
}
#slideshow {
	background-color:#FFFFFF; 
	width:730px;
	margin:0 auto;
}
.big-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight:bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #999999;
	padding:3px;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.25em;
	font-weight: bold;
	color: #2A6808;
}
h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:1.5em;
	color:#333333;
}
h4 {
	font-family: Arial;
	font-size: 1.25em;
	font-weight:bold;
	font-style:italic;
}
.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #003300;
}
#footer {
	padding-top:3px; 
	padding-bottom:3px; 
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:center;
}
img {border-color:#006633;}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
/*
menu
*/
#menuwrapper {
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border-right: 1px solid #CCCCCC;
	font-size: .9em;
	font-weight:bold;
	color:#FFFFFF;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #CCC;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
#p7menubar li {width: auto;}

