body {
	background:url(../graphics/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#container {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
	border: #CCCCCC thin solid;
}
#maincontent {
	width: 593px;
	padding-left: 3px;
	padding-right: 2px;
	float:left;
	text-align: center;
}
#rightbar {
	width: 151px;
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#CCCCCC;
	float:right;
}
#formcontent {

	width: 740px;
	padding-left: 3px;
	padding-right: 2px;
}
#maincontentfull {
	width: 745px;
	padding-left: 3px;
	padding-right: 2px;
}
#login1 {
	background-color: #CFCFCF;
	width: 325px;
	border: medium groove #000099;
	margin-left: 250px;

}
#recreation {
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
#city {
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.contentbottom {
	height: auto;
	width: 740px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align:center;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
	text-align:center;
}
a:link {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #120D73;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.xsmall {
	font-size:.70em;
}
.small {
	font-size:.75em;
}
.medium {
	font-size:.85em;
}
.medium2 {
	font-size:.9em;
	font-weight: bold;
	text-align: center;
}
.big {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.xlarge {
	font-size:1.25em;
}
hr {
	width:86%;
	margin-left:7%;
}
.csprings a {
	font-size: .7em;
	color: #FFF;
}
/*Menu*/
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(../graphics/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	width: 750px;
	margin-bottom: 5px;
}
.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;
	font-weight:bold;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #333;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align:left;
}

#p7menubar a.trigger {
	padding: 10px 16px 10px 5px;
	background-image: url(../graphics/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: 15em;
}

#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 #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../graphics/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
	z-index:100;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #120D73;
	background-color: #d3d2f0;
}

#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;}
/*BEGIN SUB-MENU CSS*/
#submenuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top:0;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#subp7menubar, #subp7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#subp7menubar a {
	display: block;
	text-decoration: none;
	text-align:center;
	padding: 4px 10px 4px 10px;
	font-size: .9em;
	font-weight:bold;
	color: #003366;
}
#subp7menubar a.trigger1 {
	padding: 10px 9px 15px 9px;
}
#subp7menubar a.trigger {
	padding: 5px 9px 5px 9px;
}
#subp7menubar li {
	float: left;
	width: 9em;
	margin-bottom:0;
}
#subp7menubar li ul, #subp7menubar ul li  {
	width: 16em;
}
#subp7menubar ul li a  {
	color: #003366;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#subp7menubar li ul {
	position: absolute;
	display: none;
	background-color: #003366;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#pssubu7menubar li:hover a, #subp7menubar a:focus,
#subp7menubar a:active, #subp7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #C9AD58;
}
#subp7menubar li:hover a.trigger1, #subp7menubar a.trigger1:focus,
#subp7menubar a.trigger1:active, #subp7menubar li.p7hvr a.trigger1 {
	color: #FFFFFF;
	background-color: #003366;
}
#subp7menubar li:hover a.trigger, #subp7menubar a.trigger:focus,
#subp7menubar a.trigger:active, #subp7menubar li.p7hvr a.trigger {
	color: #FFFFFF;
	background-color: #003366;
}
#subp7menubar li:hover ul, #subp7menubar li.p7hvr ul {
	display: block;
}
#subp7menubar li:hover ul a, #subp7menubar li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
}
#subp7menubar ul a:hover {
	background-color: #F7F7F7!important;
	color: #003366!important;
}
#subp7menubar li {width: auto;}
/*END MENU CSS*/
.red {
	color: #F00;
}

