@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {
	border : none;
	}

#wrapper {
	width: 800px;
	height:auto;
	background-color:#faf2df;
	margin-left:auto;
	margin-right:auto;
}

#head_wrapper {
	width:621px;
	height: 109px;
	float:left;
}

#header {
	width: 621px;
	height: 67px;
	background-image:url(images/header.jpg);
	float:left;
	background-repeat:no-repeat;
}

#header_right {
	width: 179px;
	height: 109px;
	background-image:url(images/header_right.jpg);
	float:right;
}

#menu {
	width:621px;
	height: 42px;
	float: left;
	background-image:url(images/menu.jpg);
}

#menu_item_wrapper {
	padding-left:30px;
}

#menu_item {
	float: left;
	padding-top:20px;
	padding-left: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#menu_item a {
	text-decoration:none;
	color:#000000;
}

#menu_item a:hover {
	color:#228a3b;
}

#body_main {
	width: 800px;
	min-height:450px;
	background-image:url(images/body.jpg);
	background-repeat:repeat;
}


#body_copy {
	width: 600px;
	min-height: 450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:60px;
}

.body a {
	color: #228a3b;
	text-decoration:none;
}

.image {
	float:left;
	padding-right: 20px;
	padding-bottom:40px;
}

.image_right {
	float:right;
	padding-left: 10px;
	padding-bottom:40px;
}

#footer {
	width: 800px;
	height: 74px;
	background-image:url(images/footer.jpg);
}

/** additional bits for the survey **/
.title{
font-size:175%;	
margin-bottom:10px;
color: #218A38;
}
.subtitle{
color:#000;	
}
.tip{
width:290px;
height:50px;
float:right;
background-image:url(images/pm_tipbg.gif);
background-repeat:no-repeat;
color:#000;
padding-top:7px;
}
.tip #text{
width:270px;
height:30px;
font-size:8pt;
margin-left:20px;
color:#666666;
vertical-align:middle;
}
.tip a,.msg a,.tip  a:active, .msg  a:active,.tip a:visited ,.msg a:visited{
color:#666666;
font-weight:bold;
}
.tip a:hover,.msg a:hover{
color:#666666;
font-weight:bold;
text-decoration:underline;
}
.formerror{
	color:#f00;
}
.formlabel{
width:590px;	
height:auto;
}
.red{
	color:#f00;
}
/** clear **/
.clear{
clear:both;	
}
.clear10px{
clear:both;	
height:10px;
}
.clear20px{
clear:both;	
height:20px;
}
.clear40px{
clear:both;	
height:40px;
}
.submit{
	width:121px;
	height:58px;
	background-image:url(images/pm_submit.gif);
	background-repeat:no-repeat;
	border:0px;
	background-color:#fff;
	cursor:pointer;
	margin-top:5px;
}