Body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-image: url(grfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	text-align: center;
}

TD  {
	color: #7F545B;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

A, A:Link, A:Visited {
	color: #004379;
	text-decoration: underline;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

A:Hover {
	color: #004379;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

UL, li {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
	text-align: left;
}

Li {
	background-image: url(grfx/bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 15px;
}

INPUT {
	font-family: Verdana, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #7F545B;
	background-color: #FFFFFF; 
	border: 1px solid #7F545B;
	margin-bottom: 2px;
	padding-left: 3px;
	width: 160px;
}

TEXTAREA {
	font-family: Verdana, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #7F545B;
	background-color: #FFFFFF; 
	border: 1px solid #7F545B;
	margin-bottom: 2px;
	padding-left: 3px;
	width: 266px;
}

SELECT {
	font-family: Verdana, Helvetica, Sans-serif;
	font-style: normal;
	font-size: 10px;
	border: solid 1px #0B479D;
}

img {
	border: solid 0px #000000;
}

H1 {
	color: #037E97;
	font-family: Verdana, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
	font: small-caps;
	margin-top: 12px;
	margin-bottom: 20px;
}

H2 {
	color: #9C5A2E;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}

H3 {
	color: #9C5A2E;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin: 0px;
}

.Footer  {
	background-image: url(grfx/bg_footer.jpg);
	Background-color: #08ADCE;
	color: #004379;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

.Footer A, .Footer A:Link, .Footer A:Visited  {
	color: #004379;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration : none;
}

.Footer A:hover  {
	color: #004379;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: center;	
	text-decoration : underline;
}

.Copy {
	color: #02AACC;
	font-family: Verdana, Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}

.xsmall {
	font-size: .8em;
}

/* Makes rounded border /*
/*  -moz-border-radius: 10px; */

/* ---[ Lightbox styles ]--------------------- */

#lightbox{
	background-color:#eee;
	padding: 5px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxDetails{
	font-size: 100%;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: 1px black solid; } 
#overlay img{ border: none; }





/* ---[ Hacks ]--------------------- */

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
