@charset "utf-8";
/* CSS Document */

html{ font-size:100%; }

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:0px;
	padding: 0px;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	color:#666666;
	text-align:center;
	font-weight:bold;
	padding-top: 5px;
}
h3 {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	color: #0066CC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* -------- Main Container --------*/
#container {
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 50px;
	margin: 0 0 10px 0;
}

#navbar {
	display:none;
	}

/* -------- Main Body -------- */

#pagesplash {
	display: none;
}

#main {
	float: left;
	width: 958px;
}

#content {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 928px;
}

/* Page Bottom */

#bottomnav {
	display: none;
}


#footer {
	font-size: 0.8em;
	padding: 5px;
	text-align: center;
	line-height: .1em;
	float: none;
	clear: both;
	height: 100px;	
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

.smalltext {
	font-size: .9em;
}
.footnotes {
	font-size: 0.8em;
	color: #000066;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-style: italic;
}
.pageintro
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	color: #000066;
	padding: 20px;
	text-align: left;
	background-color: #E4E4CB;
	border: 1px solid #CCCCCC;
}
.linethrough {
	color: #FF0000;
	text-decoration: line-through;
}
.redtext {
	color: #FF0000;
}
#supportnav {
	display: none;
}
