@charset "utf-8";
/* Typography */



h1 {
	font-size: 18px;
	font-weight:bold;
	color:#CC3300;
	margin-bottom:15px;
	margin-top:0
}

h2 { 
	margin:3px 0 22px 0;
	font-size:18px;
}

h3 { 
	margin:3px 0 17px 0;
	font-size:15px;
	color:#196CAB;	
}

h4 { 
	font-size:14px; 
	margin:3px 0 15px 0;
}

h5 { font-size:12px; color:#CC3300;}
h6 { font-size:11px; color:#CC3300;}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 15px 0;
}
p {
	font-size: 13px;
	color: #333;
	line-height: 20px;
	margin: 0 0 12px 0;
}
ul {
	list-style-type: none;
	margin: 10px;
}
ol {
	margin: 10px;
	padding: 10px 15px;
	list-style-type: decimal;
}
ol[type=i] {
	list-style-type: lower-roman;
}
li {
	list-style-type: none;
	line-height: 20px;
	color: #919191;
	font-size: 12px;
}
li a, li a:visited {
	text-decoration: none;
}
li a:hover {
	color: #003366;
	text-decoration:none;
}
small {
	font-size: 11px;
	color: #666;
}
a, a:visited {
	color: #1C3F99;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
blockquote {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
blockquote .bqstart {
	float: left;
	height: 45px;
	margin-top: -45px;
	padding-top: 20px;
	margin-bottom: -30px;
	font-size: 700%;
}
blockquote .bqend {
	float: right;
	height: 25px;
	margin-top: -30px;
	padding-top: 0px;
	font-size: 700%;
}
a.link {
	background: #FE0000;
	text-transform: uppercase;
	padding: 3px 4px 1px 3px;
	font-size: 12px;
	display: block;
	float: left;
	margin:0 0 1px 0;
}
a:hover.link {
	background: #000;
}
/* Pathway Type */

#pathway p {
	font-size: 11px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #999;
}

/* Header Type */

#header, #header a { color:#fff;}


/* Terms Type */


#terms {
	background: #111;
	padding: 10px;
	border: 1px solid #222;
}
#terms p {
	font-size: 12px;
	line-height: normal;
	margin: 0 0 10px 0;
	color: #666;
}
#terms p strong {
}

/* Footer Type */

#footer, #footer p {
	color: #999999;
	font-size: 11px;
	line-height: normal;
}
#footer span {
	color: #666;
}
#footer .links {
	text-align:center;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	color:#1C3F99;
	padding:13px 0 15px 0;
	border:1px solid #ccc;
	border-width:1px 0;
	margin:15px auto;
}
#footer .links a {
	padding:0 3px;
}
#footer a, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.left {
	float: left;
	text-align: left;
	width: 650px;
	margin-left:15px;
}
#footer p.right {
	float: right;
	text-align: right;
	width: 110px;
	margin-right:15px;
}
