/* CSS Document */

/*
* {
margin: 0;
padding: 0;
}
*/

body {
}

#wrapper {
	background-image: url(images/psi_background.gif);
	background-repeat: no-repeat;
	width: 955px;
	height: 600px;
	background-color: #7D7D6D;
	z-index: 1;
	visibility: hidden;
}

a {
	color:#CCCCCC;

}

#content {
	position:absolute;
	left:411px;
	top:161px;
	width:550px;
	z-index:4;
}
.callout {
	float: right;
	width: 160px;
	margin: -12px 0 10px 10px;
	padding: 0px 8px 8px 8px;
	border: 1px solid #FFFFFF;
	font-size: 0.85em; 
}
.callout p{
	font-size: 0.85ems;
	margin: 0;
	padding: 0;
}

#pdf_dl{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#pdf_dl li{
padding-left: 15px;
margin-left: 0;
margin-bottom: 5px;
background: url(images/page/pdf_icon.gif) 0 1px no-repeat;
/*list-style: square inside url(images/page/pdf_icon.gif);
background-image: url(images/page/pdf_icon.gif);
background-repeat: no-repeat;
background-position: -2em 0em;*/
}

#request {
}

#request td {
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
}

#request td input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
	width:250px;
}

#request td input.request {
	width:20px;
}

#request td textarea.request_textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666666;
	width:350px;
}

#request td input.button {
	width:80px;
}

#request td input.short {
	width:20px;
}



#local_office {
}

#local_office td {
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
}

#local_office td.heading {
	font-weight:bold;
}

 






