/*Normal Body Font Styles*/
body, p, div, table, tr, td {
	font-family: Verdana, Geneva, Arial, sans-serif; 
	font-size: 12px;
	color: #626059;
}
/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}


/*Heading Styles*/
h1 {
	font-family: georgia;
	font-size: 16px;
	margin: 0px;
	color: #1a6c79;
}

h2 {
    color: #329bb0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: solid 1px #329bb0;  
	text-transform: uppercase;
}

h3 { 
	font-family: Times New Roman;
	font-size: 11px;
	color: #626059;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
    color: #329bb0;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: solid 1px #329bb0; 
	text-transform: uppercase;
}

/*Horizontal Rule*/
hr 
{
    color:#000; background-color:#000; border:none; width: 100%; height: 1px;
}

/*Link Styles*/
a:link, a:visited,a:active
{
	color:#329BB0;
	text-decoration:none;
}
a:hover, a:active {
	color:#707F82;
	text-decoration:none;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}


/* WebMaster Form Styles */
.wmf-label
{
}

.wmf-label-header
{
}

.wmf-label-minor
{
}

.wmf-row
{
}

.wmf-row-alternate
{
}

.wmf-row-submit
{
}

.wmf-success-message
{
	font-weight: bold; 
	border: solid 1px #3eb16f; 
	padding:7px; 
	margin: 10px 0;
}

.wmf-failure-message
{
	font-weight: bold; 
	border: solid 1px #b92626; 
	padding:7px; 
	margin: 10px 0;
}


div.captionborder
{
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
    background-color: #D8CD8F;
}

span.captionborder
{
    color: #217987;
    padding: 5px 0 5px 0;
    display:block;
    font-size: 11px;
}