body {
	margin: 0;
	padding: 0;
	background-color: #dfdfdc;
	font-family: arial, san-serif;
}

p, li {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	color: #535e6d;
	line-height: 18px;
}

.text {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	color: #535e6d;
	line-height: 18px;
}

#pageContainer {
	width: 780px;
	margin: 0 auto;
	background-color: #ffffff;
}

a.link {
	color: #2b63ab;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #2b63ab;
}

a.link:hover {
	border-bottom: 1px solid #2b63ab;
}

input, textarea {
	font-family: verdana, san-serif;
	font-size:11px;
	background:#F5F5F5;
	padding: 2px;
	border:1px solid #CCCCCC;
	color: #333;
	line-height: 18px;
}
input:hover, textarea:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}

.button {
	font-family: verdana, san-serif;
	font-size:11px;
	background:#678ab6;
	padding: 2px;
	border:1px solid #CCCCCC;
	color: #ffffff;
	line-height: 18px;
}
.button:hover {
	background:#2b63ab;
}
.button:focus {
	border-color:#666;
	background:#2b63ab;
}



#header {
	background: url("images/cssHeaderBkg.gif") repeat-y;
	height: 137px;
}

#mainBody {
	background: url("images/cssBodyBkg.gif") repeat-y;
	min-height: 300px;
}

#footer {
	background: url("images/cssFooterBkg.gif") no-repeat;
	height: 76px;
}

.legal {
	padding-top: 45px;
	margin-left: 15px;
	font-size: 9px;
	color: #ffffff;
	font-family: verdana, arial, san-serif;
}
a.legal:link, a.legal:visited {
	color: #ffffff;
	text-decoration: none;
}
a.legal:hover {
	text-decoration: underline;
}

.leftColumn {
	float: left;
	width: 460px;
	margin-left: 15px;
}

html>/**/body .leftColumn {
	margin-left: 30px;
}

.rightColumn {
	float: right;
	width: 525px;
	margin-right: 10px;
}

.homeNews {
	color: #666666;
	font-size: 11px;
	margin: 10px 40px 0 0;
	text-decoration: none;
}
a.homeNews:hover {
	color: #444444;
	border-bottom: 1px solid #444444;
}

.newsRSSDescription {
	color: #787878;
	font-size: 11px;
	line-height: 16px;
	margin: 5px 0 30px 0;
}

a.newsRSS {
	color: #2b63ab;
	text-decoration: none;
	border-bottom: 1px dotted #2b63ab;
	font-size: 12px;
	margin: 20px 40px 0 0;
	text-decoration: none;
}

.columnNotes {
	font-size: 11px;
	color: #787878;
}

.career {
	width: 510px;
	margin: 30px 0;
	background: url("images/cssCareerBkg2.gif") repeat-x;
}

.career p {
	padding: 15px 20px 0 10px;
}

a.l3Nav {
	color: #535e6d;
	margin: 0 20px;
	text-decoration: none;
}

a.l3Nav:hover {
	color: #2955a0;
}

a.l3NavActive {
	color: #2955a0;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
}

#l3Nav {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	padding: 70px 0 0 20px;
}

/* Styles for the accordion effect

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
} */

.toggler {
	color: #569d0b;
	margin: 0;
	padding: 3px 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #669988;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 12px;
	cursor: pointer;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

.reportAuthor {
	color: #2b63ab;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 8px;
}

#reportHandout ul {
	list-style: none;
}
#reportHandout li {
	background: url('images/arrows.gif') no-repeat 0 7px;
	padding-left: 16px;
	margin: 10px 50px 10px -20px;
}

select {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
	color: #535e6d;
	line-height: 18px;
}

#affiliateHome { 
	font-size: 9px;
	color: #888;
	padding-left: 318px;
	
}
