/* Start CSS Reset Classes */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End CSS reset classes */


/* Start General CSS */
*{
	margin:0; 
	padding:0;
	font-family:arial;
	font-size:12px;
	z-index:0;
}

a{
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	color:#0F57C2;	
}
a:hover{
	text-decoration:underline;
}
img{
	border-width:0px;
}
#layout-main
{
	width:985px;
	margin-right:10px;
}
h1
{
	font:24px arial,sans-serif;
	line-height:24px;
	color:#408800;
	margin-bottom:20px;
}
h2
{
	font:14px arial,sans-serif;
	font-weight:bold;
	color:#408800;
	margin-bottom:15px;
}
h3
{
	position:relative;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}
h4
{
	color:#333333;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding:0px 20px 9px 0px;
}

table td{
vertical-align:middle;
}
/* End General CSS */


/* Start Header CSS */
#main-header
{
	width:985px;
}
#header-bar
{
	background-image:url('../images/navless-gradient.gif');
	background-repeat:repeat-x;
	width:985px;
	height:41px;
	margin-bottom:10px;
}
#header-bar img
{
	float:left;
	margin-top:10px;
	margin-left:15px;
	height:21px;
}

#header-bar p
{
	float:right;
	margin-top:10px;
	margin-right:15px;
	color:#FFFFFF;
}
#header-bar a
{
	color:#FFFFFF;
}
/* End Header CSS */



/* Start Content CSS */
#layout-body{
	font-family: Verdana, Arial;
	color: #000000;
	background-color: #ffffff;
	height:90%
}

#layout-content
{
	width:814px;
	float:left;	
    min-height:325px;
    height:auto !important;
    height:325px;
    margin-left:10px; 
		
}

#content
{
	float:left;
	margin-right:21px;
	width:595px;
}

#content img.print-logo
{
	display: none;
}

.expand-gif
{
	display:none;
}

#content h2
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;	
	margin-bottom: 12px;
    margin-top: 28px;
	display:inline;
	
}

#content h3
{
	font-family:arial;
	font-size:12px;
	color:#0F57C2;	
	display:inline;
	margin-left:6px;
	font-weight:normal;
	
}

#purpose{
	margin-bottom:20px;
}

#contributions{
	margin-bottom:20px;
}
.container
{
	margin-top:12px;
	margin-bottom:12px;
}

#content .container div.faqAnswer
{
	display:none;
	margin-bottom:12px;
	font-family:arial;
	font-size:12px;
	color:#000000;	
	padding-top:12px;
}

#content p.margin
{
	margin-top:12px;	
}

ul.listStyle1
{
	margin-top:12px;
	margin-left:25px;
	list-style-type:disc;
}

ol.listStyle1
{
	margin-top:12px;
	margin-left:25px;
	list-style-type:decimal;
}

ul.listStyle2
{
	margin-top:12px;
	margin-left:35px;
	list-style-type:disc;
}

ul.listStyle2 li.margin
{
	margin-bottom:12px;
}

ul.listStyle3
{
	margin-left:45px;
}
.table-FirstCol
{
	padding-right:25px;
	height:100px;
	width:100px;
	vertical-align:middle;
	
		
}
/* End Content CSS */



/* Start Footer CSS */
#layout-footer
{
	width:985px;
	margin-top:60px;
	float: left;
	background-color:#EEEEEE;
	height:90px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#CCCCCC;
	clear:both;
}
#layout-footer img
{
	padding-top:9px;
	padding-left:15px;
	float:left;
}
.footer-right-column
{
	float:right;
	padding-right:8px;
	padding-top:14px;
	text-align:right;
	vertical-align:top;
	font:11px arial,sans-serif;
	color:#666666;
}
.footer-padded
{
	line-height:18px;
}
#layout-footer ul
{
	line-height:18px;
}
#layout-footer li
{
	display: inline;
	list-style-type: none;
}
#layout-footer li a
{
	text-decoration: none;
	color:#0F57C2;
	font:11px arial,sans-serif;

}
.pipe
{
	display: inline;
	color:#999999;
	padding:0px 5px;
}
/* End Footer CSS */









		

