/* __ BODY STYLE ______________________________ */
BODY {
	background: #666666;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height:100%;
}
/* __ LINK STYLES ______________________________ */

A, A:VISITED { color: #6699cc;}
A:HOVER, A:VISITED:HOVER { color: #c33300; text-decoration: none;}

A.navLink, A.navLink:VISITED {
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #566174;
	text-transform: uppercase;
	margin-right: 10px;
}
A.navLink:HOVER, A.navLink:VISITED:HOVER { color: #ffffff; border-bottom: 2px solid #566174; }


A.navLinkBottom, A.navLinkBottom:VISITED {
	font: 12px  Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	margin-right: 10px;
}
A.navLinkBottom:HOVER, A.navLinkBottom:VISITED:HOVER { color: #6699cc;}



/* __ LAYOUT STYLES ______________________________ */
TD#homeLogo {
	background: #a1a1a1 url(/img/bkgColumns.jpg) no-repeat left top;
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 0 ;
	width: 750px;
	height: 145px;
	vertical-align: bottom;
}
TD#logoMain {
	background: #a1a1a1 url(/img/bkgColumnsSm.jpg) no-repeat left top;
	border: 1px solid #ffffff;
	border-width: 0 1px 1px 0 ;
	width: 750px;
	height: 70px;
	vertical-align: bottom;
}
TD#logoNav {
	background: #a1a1a1 url(/img/bkgColumns.jpg) no-repeat left bottom;
	border-right: 1px solid #ffffff;
	width: 750px;
	height: 40px;
	text-align: right;
	vertical-align: top;
	padding-top: 13px;
}
TD#logoFill {
	border-bottom: 1px solid #ffffff;
	width: auto;
}

.hide { display: none; }
.show { display: block; }

/* __ CONTENT & HEADER DESIGN STYLES ______________________________ */
ul, ol{
	margin-top: 0;
}
LI { list-style-type: square; }
P {
	margin-top: 0;
	margin-bottom: 14px; 
}
P, DIV, SPAN, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1, H2, H3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #566073;
	margin-top: 0;
	margin-bottom: 0;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

/* __ FORM DESIGN STYLES ______________________________ */
INPUT, SELECT, TEXTAREA {
	background-color: #ddddff !important ;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
}

INPUT, SELECT {
	height: 20px;
}
.homeLabel {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #a9b9d3;
	padding: 0 8px;
}
A.formButton,A.formButton:VISITED{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	background: #aaaacc;
	color: #566073;
	padding: 2px 6px 0 6px;
}
A.formButton:HOVER,A.formButton:VISITED:HOVER {	
	text-decoration: none;
	background: #ddddff;
}
A.formButton2,A.formButton2:VISITED{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	background: #aaaacc;
	color: #566073;
	padding: 1px 6px 0 6px;
	border: 2px outset #bbbbee;
}
A.formButton2:HOVER,A.formButton2:VISITED:HOVER {	
	text-decoration: none;
	background: #ddddff;
	padding: 2px 5px 0 7px;
	border: 2px inset #bbbbee;
}