/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 5px;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #666652;
	background-color: #FFFFFF;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.blue { background: #003F60; }
.brown { background: #676652; }
.lhtBrown { background: #939484; }
.drkBrown { background: #676652; }
.border { border: 1px solid #B2B4A9 }

#topNav
{
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 11px;
	color: #DCDCD6;
	font-weight: bold;
	margin: 5px 35px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#topNav a
{
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 11px;
	color: #DCDCD6;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

.pagePhoto
{
	border: 5px solid #BBBBB1;
}

h1,h2,h3,h4
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.topText
{
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0px 50px;
	text-align: left;
	color: #E4E4E0;
}

.mainText
{
	font-weight: normal;
	margin: 30px 30px;
	text-align: left;
}

#copyright
{
	font-weight: normal;
	color: #666652;
	font-size: 10px;
	margin: 5px 30px;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}