body {
	margin:0px;
	background:url(images/town.jpg) center top repeat-x;
}
td {
	vertical-align:top;
	text-align:left;
}

a {
	text-decoration:none;
	color:#333;
}	
a:visited {
	text-decoration:none;
	color:#333;
}	
a:hover{
	text-decoration:underline;
	color: #EA6B02;
}

.p_h1 {
	border-bottom:#E2E2E4 1px solid;
	border-top:#E2E2E4 1px solid;
	background-color:#F6F6F6;
	height:5px;
}
.p_menu {
	background:url(images/shadow1.png) right top no-repeat;
	width:250px;
	border-right:#F9F9F9 1px solid;
}
p {
	margin:0px;
	padding:0px;
}
.glossymenu{
margin: 5px 0;
padding: 0;
width: 220px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #EEEEEE url(images/menu_s.gif) left no-repeat;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #15608A;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 30px;
text-decoration: none;
border:1px solid #E2E2E2;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #15608A;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#E9E9E9;
	color:#EA6B02;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #EEEEEE;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #333;
text-decoration: none;
padding: 2px 0;
padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
background: #E9E9E9;
color: #EA6B02;
}

.p_h2 {
	background-color:#0092DD;
	height:5px;
	width:250px;
}
.p_h3 {
	background-color: #999;
}
.p_b1 {
	height:50px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-size:10px;
}
.p_b1 div {
	padding-left:15px;
}
.p_b2 {
	color: #666;
	font-family: "Arial Black";
	font-weight:bold;
	vertical-align:middle;
	font-size:10px;
	text-align:right;
}
.p_b2 div {
	padding-right:15px;
}
.p_b2 div a {
	text-decoration:none;
	color:#666;
}	
.p_b2 div a:visited {
	text-decoration:none;
	color:#666;
}	
.p_b2 div a:hover{
	text-decoration: none;
	color: #EA6B02;
}
.p_main {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:15px;
}
.p_title {
	font-size:16px;
	font-weight:bold;
}
.p_title div {
	padding-left:15px;
	padding-top:25px;
	padding-bottom:5px;
}
.p_bar1 {
	height:3px;
	background:url(images/b1.png) top repeat-x;
	font-size:2px;
}
.p_bar2 {
	background:url(images/b2.png) top repeat-x;
	font-size:2px;
}
.p_img img {
	border:#E7E7E7 5px solid;
}
.p_spec_td {
	background-color:#EFEFEF;
	border:#CCC 1px solid;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}


fieldset {
	margin: 10px 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	border: dashed 1px #d5d5d5;
}
legend {
	font-size: 11px;
	color: #777;
}
label {
	clear: both;
	display: block;
	padding: 2px 0;
	margin: 1px 0;
}
label.checkbox {
	padding-left: 256px;
}
fieldset label.checkbox {
	padding-left: 250px;
}
label span {
	float: left;
	width: 246px;
	padding: 5px 10px 5px 0;
	text-align: right;
	line-height: 1em;
}
fieldset label span {
	width: 240px;
}
label.must span {
	font-weight: bold;
}
label.p0 span, label.checkbox.p0 span {
	padding-top: 0;
	padding-bottom: 0;
}
label span small {
	font-weight: normal;
}
label.checkbox span {
	width: 200px;
	padding: 5px 0 5px 10px;
	text-align: left;
	line-height: 1em;
}
label input, label textarea {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	border: solid 1px #C4C4C4;
	padding: 3px;
}
label input:hover, label textarea:hover {
	border: solid 1px #777;
}
label input:focus, label textarea:focus {
	border: solid 1px #EA6B02;
}
label.checkbox input {
	float: left;
	padding: 0;
	border: none;
}
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 200px;
}
.h150 {
	height: 150px;
}
.button {
	margin: 15px 0 0 0;
	cursor: pointer;
}
.center {
	text-align: center;
}
