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

.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.content p a { color: #d6e9b2; }

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

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

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

div.pageholder a, div.pageholder a:visited
{
 color: #1c430c;
 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 #1c430c;
 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: #1c430c;
} 
 /* 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 */

