body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: default;

}

.pr_body {
	width: 760px;
	border-width: 1px;
	border-style: solid;
	border-color: #4e4020;
	margin: 5px;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.bigtitle {font-size: 36px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
.smaltitle {font-style: italic; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif;}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}
.smallertitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menumarkup {
	background-color: #F3F3F8;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5030;
	padding-bottom: 1px;
}
#pr_nav ul
{
	text-align: center;
	text-valign: middle;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 1px;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #eee;
	color: #000033;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#pr_nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;
}

#pr_nav ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;

}

#pr_nav ul li a:hover
{
	background-color: #d7d7dc;
	color: #000;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

.bottomborder {
	padding-bottom: 1px;
	padding-right: 1px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e5030;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5030;
}

.topborder {
	padding-top: 1px;
	padding-right: 1px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e5030;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5e5030;
}

.pr_footer {
	text-valign: middle;
	padding: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	background-color: #eee;
	color: #000033;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.header {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	text-valign: middle;
	margin: 0px;
	background-color: #eee;
	color: #000033;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
}
.pr_table {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #000033;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}
a:hover {
	color: #5e5030;
	text-decoration: none;
	background-color: #d7d7dc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-right: 1px;
}
.pr_content {
	background-color: #F8F8F8;
	padding: 6px;
	text-valign: top;
	margin-top: 1px;
	text-align: justify;
}

/* table style for the reports page has a table */
table.report{
margin: 30px auto;
border: 1px solid #ccc;
padding: 5px;
text-align: center;
}

tabel.report td{text-align: left;}

/* Contact Us Form */
form{
width: 500px;
font-family: Georgia, Times, serif;
font-size: 12px;
color: #999;
border: 1px solid #ccc;
padding: 20px;
margin: 25px 0 25px 120px;
}

form p{
padding: 0 10px 10px 5px;

}

fieldset{
border: 1px solid #dedede;
margin: 5px 0;
padding: 0 30px;

}

legend{padding: 0 5px; color: #999; text-align:left}
form label{
font-family: verdana, sans-serif;
font-weight: bold;
color: #333;
line-height: 20px;

}

#username, #email{
width: 200px;
}
#message {width: 400px;}
#code{width: 100px; float: left; height: 21px; margin-right: 10px;}

img.turing{border: 1px solid #999; }
.err_msg {font-family: arial; 
color: #CC0000; font-weight: bold; 
font-size: 11px;
padding-left:15px ;
line-height: 14px;
}

/* end Form */