﻿body  
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	background-color: #666666;
	color: #FFFFFF;
}

h1
{ 
	font-size: 16pt; 
	font-weight:normal;
	text-decoration: underline;
	text-align: right; 
	padding: 5px 5px 10px 5px;
	margin: 0px;	
}

h3 
{ 
	/*font-size: 12pt; 
	text-transform: uppercase;*/
	font-family: HandelGotDLig;
	text-decoration: underline;
}

a 
{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

/* CONTAINERS */

#wrapper {
	background-color: #666666;
	margin: 12px auto;
	width: 759px;
}

#header 
{

}

#banner  
{
	background-color: #000000; 
	padding: 5px 0px 5px 0px;
}

#logo 
{
	float: left;
	width: 180px;
	background-color: #666666; 
}

#header a {
	font-weight: bold;
	text-transform: uppercase;
}

#footer .lblLastModified {
    display: block;
    padding: 25px;
}

#footer .lblCopyright 
{	
	text-align: center;
	font-size: 90%;
    display: block;
    padding: 0px 25px 0px 25px;
}

#footer ul 
{
	text-align:center;
	margin: 0;
	padding: 25px 0px 10px 0px;
	line-height: 1;
	font-family: HandelGotDBol;
}

#footer li {
	display: inline;
	padding: 0 4px 0 4px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a.selected {
	color: #FFFFFF;
}

div.LeftText 
{
    padding: 10px;
    min-height: 200px;
    height: auto !important;
    height: 200px;            
}

#footer 
{ 
  width: 100%;
  text-align:center;
  padding-top: 25px; 
}

/* NAVIGATION */

.navigation 
{
	width: 579px;
	/*font-family: Arial Unicode MS, Arial;*/
	font-family: HandelGotDBol;
	text-align:right;
	float: right;
	background-color: #666666; 
	padding-top: 25px;
	/*text-transform: uppercase;*/
}

.navigation ul {
	margin: 0;
	padding: 0px 0;
	line-height: 1;
}

.navigation li {
	display: inline;
	padding: 0 0px 0 0px;
}
/*
.navigation a {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.navigation a.selected {
	color: #FFFFFF;
}

.navigation img {
	padding-right: 3px;
	border: none;
	background-color: transparent;
}*/


/* COLUMNS */

div.column-lt {
	float: left;
	margin: 0;
	width: 530px;
}

div.column-rt {
	float: left;
	margin: 0;
	width: 229px;
}

div.column-lt div.LeftText
{
    width: 96%;
}
    
div.photo {
	float: right; 
	padding-top: 10px; 
	padding-left:10px; 
	padding-bottom:10px;
}

br.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}

/* LISTS */

.links
{
	padding-left: 20px;
}

.links li
{
    list-style: url(../images/arrow.gif);
    padding-bottom: 5px;
    font-size: 9pt;
    vertical-align:super;
}

.links li a
{
	color: #CCCCCC;
}

.links li a:hover
{
	text-decoration: underline;
}

.misc li
{
    list-style: url(../images/arrow.gif);
    padding-bottom: 5px;
    font-size: 8pt;
    vertical-align:super;
}

/* MISC */
.pageHdr 
{
	font-family: HandelGotDLig;
}

body.mceContentBody {
   background: Gray;
}