html
{
	background-color: white;
	background-image: URL('/users/images/background.png');
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
}
body
{
	margin: 0px; padding: 0px;
}
h1, h2, h3
{
	/*text-indent: -10000px;*/
	font-family: Garamond;
	/*color: #ffffee;*/
	font-size: 12pt;
	padding: 0px;
	margin-bottom: .5em;
}

p
{
	padding: 0px;
	margin: .5em;
}

h1
{
	font-size: 18pt;
	text-decoration: underline;
	text-align: center;
	color: #000;
}
h1.faq
{
	font-size: 16pt;
	text-decoration: none;
	text-align: start;
	color: #000;
	border-bottom: 1px solid gray;
}

h2
{
	font-size: 14pt;
}
h3
{
	font-size: 11pt;
}
input, table input
{
	border: 1px solid gray;
}
label
{
	font-weight: bold;
}
*>h1:first-child, *>h2:first-child, *>h3:first-child
{
	margin-top: 0px;
	padding-top: 1em;
}
#wrapper
{
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	/*border: 1px solid #444;
	border-bottom: 3px solid #444;*/
	/*background-color: #FEA;*/
	background-color: white;
	position: relative;
}

h1#header
{
	position: relative;
	height: 75px;
	text-indent: -10000px;
	margin: 0px;
	padding: 0px;
}

h1#header img#mainLogo
{
	position: absolute;
	top: 50%;
	margin-top: -33px;
	right: 20px;
}
hr 
{
   display: none;
}
a:visited	
{
	color: #00253B;
}
a
{
	color: #3278A3;
}

ul.nav li
{
	padding: 0px .5em 0px .5em;
	margin: 0px;
}

ul.nav a
{
	color: white;
}

ul.nav a:hover
{

}

ul.nav ul li
{
	text-transform: lowercase;
}

ul.nav ul a
{
	text-decoration: none;
}

ul.nav li *
{
	font-weight: normal;
	vertical-align: middle;
}

ul.nav
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 10pt;
	font-size: 10px;
}
ul.nav ul
{
	list-style-type: none;
}
ul.nav li:last-child
{
	border: none;
}

ul#mainNav
{
	position: relative;
	z-index: 2;
	font-size: 10pt;
	
	height: 34px;
	border-top: 1px solid #444;
	background: transparent url(/mainImages/menuGradientBack.png) repeat-x top left;
	
	width: *;
}
ul#mainNav li
{
	padding-top: 6px;
	padding-bottom: 6px;
	height: 18px;
	float: left;
}


ul#mainNav li.plainNav a
{
	color: white;
	text-decoration: none;
}
ul#mainNav li#search
{
	border-right: none;
}
ul#mainNav li form
{
	margin: 0px;
	padding: 0px;
}
ul#mainNav li form input#searchString
{
	width: 100px;
	height: 13px;
	vertical-align: middle;
	width: 100px;
}

ul#mainNav li form input#searchSubmit
{
	background-color: transparent;
	color: white;
	border: none;
}

div#variableData
{
	position: relative;
	width:100%;
}


#footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: white;
	font-size: 8pt;
	height:20px;
	padding:0px;
	position:relative;
	text-align:center;
}


#footer  a {
color: white;
text-decoration:none;
}

#footer div {
width:260px;
}

#footer #contactInfo {
float:right;
text-align:right;
}

#footer #copyright {
float:left;
text-align:left;
}

table, table *
{
	border: none;
}

#headerTop {
	clear:both;
	color:white;
	font-size:8pt;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:1em;*/
	padding:0px;
	position:relative;
	width:900px;
}
.tile {
	color: #7F99CC;
 	font-weight: bold;
}

a:hover{
	color: #AABBDD;
	
}
.tile a:visited{
	color: #7F99CC;

}

.tile a:visited {
	text-decoration:none;
}

/**** YUI CSS ****/
.yui-skin-sam .yui-dt-liner 
{ 
	    margin:0; padding: .5em; /* cell padding */ } 
