html,body { height:100%; margin:0; padding:0; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; background-image: url(../images/bg.png);}
#fullheight { height:100%; }
#nobr { white-space: nowrap; }

.pagecontent { margin-left:10px; padding-left:15px; padding-right:25px; margin-bottom:15px; border-left-style:solid; border-left-color:#A38D4B; border-left-width:1px; }

p, ol, ul, dl, td { line-height:18px; font-size:11px; color:#666666; }
#header  { font-size:18px; font-weight:bold; color:#A38D4B; text-transform:uppercase; padding-left:5px; padding-top:10px; padding-right:25px; }
#header2 { font-size:18px; }
#header3 { font-size:16px; }
#header4 { font-size:14px; }
#header5 { font-size:12px; }
#header6 { font-size:11px; }
#header7 { font-size:10px; }

.header4 { font-size:14px; }
.header7 { font-size:10px; }

a.img:hover { border: 0px; }

p a:link, ol a:link, ul a:link, dl a:link { color:#003366; }
p a:visited, ol a:visited, ul a:visited, dl a:visited { color:#003366; }
p a:hover, ol a:hover, ul a:hover, dl a:hover { color:#003366; /*font-weight:bold;*/ text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
p a:active, ol a:active, ul a:active, dl a:active { color:#003366; }

input, textarea, select { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; }

/* Modal table */
#simplemodal-container table { background-image: url(../images/bg.png); }

/**********************************
BEGIN FOOTER
**********************************/
#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}
#footer a:link {
	color: #9AFA04;
	text-decoration: none;
}
#footer a:visited {
	color: #9AFA04;
	text-decoration: none;
}
#footer a:hover {
	border-bottom-style: dashed;
	text-decoration: none;
	border-bottom-width: 1px;
}
/**********************************
END FOOTER
**********************************/

/**********************************
BEGIN DARK BACKGROUND LINK
**********************************/
.darklink a:link {
	color: #9AFA04;
	text-decoration: none;
}
.darklink a:visited {
	color: #9AFA04;
	text-decoration: none;
}
.darklink a:hover {
	border-bottom-style: dashed;
	text-decoration: none;
	border-bottom-width: 1px;
}
.darklink a:active {
	color: #9AFA04;
	text-decoration: none;
}
/**********************************
END DARK BACKGROUND LINK
**********************************/

/**********************************
BEGIN LIGHT BACKGROUND LINK
**********************************/
.lightlink a:link {
	color: #003366;
}
.lightlink a:visited {
	color: #003366;
}
.lightlink a:hover { color: #003366; font-weight:bold; text-decoration: none; border-bottom-style:dashed; border-bottom-width: 1px; }
.lightlink a:active {
	color: #003366;
}
/**********************************
END LIGHT BACKGROUND LINK
**********************************/

