/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font: 13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/* -- General Text Design -- */

h1 {
	font-size:131%;
	font-weight:bold;
}

h2{
	font-size:108%;
	font-weight:bold;
	margin: 0 0 10px 0;
	
}

h3{
	font-size:100%;
	font-weight:bold;
}

h4{
	font-size:93%;
	font-weight:bold;
}

h5{
	font-size:93%;
	font-weight:normal;
}

h6{
	font-size: 93%;
	font-weight:normal;
	font-style: italic;
}

p {
	font-size: 108%;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 136%;
}

ul {
	font-size: 108%;
	margin: 0 0 10px 0;
	line-height: 120%;
}

em {
	font-style:italic;
}

#mainContent a, #mainContent a:visited{
	text-decoration: none;
	color: #cc6600;
}

.newsHeadlines a, .newsHeadlines a:visited {
	text-decoration: none;
/*	color: #c00;*/
}

a, a:hover {
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
}

#mainContent p, #mainContent ul{
	margin-left:5px;
}
#mainContent ul.bulleted{
	list-style-type:disc;
	margin-left:17px;
}
#mainContent ul.bulleted li{
	line-height: 120% !important;
	margin-bottom:2px;
}
#mainContent ul.bulleted ul{
	list-style-type:circle;
	margin-bottom:0;
}
#pageWrapper #content h5 {
	color:#985c30;
	font-size:200%;
	margin:0 0 10px 4px;
}
#pageWrapper #content h6, thead th {
	color:#000;
	font-size:131%;
	font-style:normal;
	font-weight:bold;
	margin:15px 0 10px 4px;
	text-align:left;
}
table th {
	font-weight:bold;
}
td.dateCol, th.dateCol{
	width:100px;
	background: #eee !important;
}
#newsletter-back-btn{
	font-size:85%;
	margin-top:20px !important;
}
.faq h6 {
	margin-bottom:0 !important;
}
