* {font-family: 'Trebuchet MS'; font-size: 8pt;}
h1{ margin: 0; font-size: 13pt; background: #e5edf1; border-top: 1px solid #e5edf1; border-left: 1px solid #e5edf1; border-right: 1px solid #e5edf1; color: #0A1933; width: 660px; float: left; clear: both; text-align: center; margin-bottom: 0; padding-top: 6px;}
div.content{ margin: 0; background: #e5edf1; border-left: 1px solid #e5edf1; border-right: 1px solid #e5edf1; border-bottom: 1px solid #e5edf1; color: #0a1933; width: 660px; float: left; clear: both; }
div.content h1{ background: transparent; }

div.textcontent { width: 560px; }

.content input, .content select, .content textarea
{
 font-family: 'Trebuchet MS';
 font-size: 8pt;
 border: 1px solid #471E05;
 padding: 1px;
}

.content input.radio
{
 border: none;
}

.content td.formlabel
{
 text-align: right;
 font-weight: bold;
 margin-right: 10px;
}

.content td.formfld
{
 text-align: left;
 margin-left: 5px;
}

.content input.submit
 {
  display: block;
	width: 58px;
	height: 26px;
	background: #909090;
	border: 1px solid #3D3D3D;
	text-align: center;
	padding: 0;
	margin: 0;
  font: 12px 'Trebuchet MS';
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
	text-transform: uppercase;
 }

div.content p { margin: 5px 10px; }

div#navbar {
 margin-bottom: 3px;
 margin-top: 0;
 padding-top: 0;
}

div#navbar a, div#navbar a:visited {
 color: #666666;
 text-decoration: underline;
}

div.alert
{
 color: red;
 margin: 5px;
 padding: 5px;
 border: 1px dotted #cc3300;
 margin-right: 8px;
}

img.gallery
{
 width: 648px;
 background: #e5edf1;
 margin: 10px;
 width: auto;
 
}

div.pageholder
{
 width: 632px;
 background: #cbdfe9;
 margin: 6px;
 margin-left: 10px;
 padding: 4px;
 height: 16px;
 height: auto;
}

div.pageholder a, div.pageholder a:visited
{
 color: #0a1933;
 text-decoration: none;
 display: block;
 float: left;
 clear: none;
}
div.pageholder a.close, div.pageholder a.close:visited
{
 float: right;
}

div.pageholder a.page, div.pageholder a.page:visited
{
 border: 1px solid #0a1933;
 margin: 0 3px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 text-align: center;
} 

div.pageholder a.page:hover, div.pageholder a.page:active, div.pageholder a.selected, div.pageholder a.selected:visited
{
 border: 1px solid #ffffff;
 color: #ffffff;
 background: #0a1933;
} 
 /* Clearfix
----------------------------------------------------------- */

.br 
{
    display: block;
}

.br:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br 
{
    display: inline-block;
}


/* Hides from IE-mac \*/
.br {
    display: block;
}

* html .br {
    height: 1px;
}
/* End hide from IE-mac */

