@charset "utf-8";

/*
	Common Colors
	Muted Blue: # 8099B2
	Dark Blue: # 003366
	Medium Grey Text: # 9494A1
	Purple Link: # 9980A8
	Light Grey: # DCE0E2

*/

body,p,td,li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9494A1;
}

body {
	font-size:0.85em;
}


a {
	color: #9980A8; /* purple */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
	text-decoration:none !important;
}
img {
	text-decoration:none !important;
}
h2 {
	color: #003366; /* dark blue */
	font-weight:bold;
}
h3 {
	color: #003366; /* dark blue */
	font-weight:bold;
	font-size:0.9em;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	color: #8099b2;
	margin-bottom:20px;
}
h4.small {
	font-size:0.9em;
}
p {
	margin-top:5px;
	margin-bottom:15px;
}
a h3, h3 a {
	color: #003366 !important; /* dark blue */
}

.subnav_down {
	color: #330050;
}

.main_content_text {
	/*width:380px;*/
	width:auto;
	padding-left:20px;
	padding-right:20px;
}
/*.main_content_text*/
p {
	font-size:0.9em;
	color: #9494a1; /* medium gray */
	line-height: 1.4em;
}

.main_content_list {
	float:right;
	width:200px;
	padding-left:15px;
	padding-right:0px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:20px; /* push it down so it aligns with the start of text rather than the header */
	border-left: 5px solid #dce0e3; /* light gray */
}
.main_content_list .inline_item {
	display:inline;
	line-height:1.5em;
}
.main_content_list span.inline_item {
	font-size:0.8em;
	color: #9494a1; /* medium gray */
}
.main_content_list ul {
	margin-top:10px;
	margin-bottom:20px;
	color: #9494a1 !important; /* medium gray */
	list-style-type:disc;
	list-style-position:outside;
	padding-left:1em;
	line-height:1.2em;
}
.main_content_list ul li {
	color: #9494a1 !important; /* medium gray */
	margin-bottom:2px;
	font-size:0.9em;
}

.copyright_notice {
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #9494a1; /* medium gray */
	line-height:1.2em;
}

#current_url {
	color:#9980A8;
}

.main_content_text ul li {
	font-size:0.7em;
	color: #9494a1; /* medium gray */
	line-height:1.1em;
	padding-bottom:4px;
}

strong {
	font-weight:bold;
}

p.intro {
	margin-top:20px;
	font-size:1.1em;
	color: #9980A8; /* purple */
}
