/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dddddd;
}
p, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0064DD;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
/* ******* Begin Link Schemes Elements ****** */
a:link {
	color: #06aeee;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color:#06aeee;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color: #656565;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #06aeee;
	text-decoration: underline
	font-weight: bold;
}
a.footer-link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
}
a.footer-link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
}
a.footer-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000;
	text-decoration: underline;
}
a.featured-link:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.featured-link:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.featured-link:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
/* ******* End Link Schemes Elements ****** */
/* ******* Begin Form Elements ****** */
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
fieldset {
	margin-top: 16px;
	padding: 10px;
	width: 80%;
}
legend {
	font: bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	line-height: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	background-color: #FFFFFF;
}
/* ******* End Form Elements ****** */
/* ******* Begin Left Navigation Elements ****** */
#navigation {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #eeeeee;
}
#navigation li a:link, #navigation li a:visited  {
		display: block;
	padding: 4px 4px 4px 0.9em;
	text-decoration: none;
	color: #000000;
	background-color: #dddddd;
}
#navigation li a:hover {
	background-color: #f3f4f4;
	color: #06aeee;
}
/* ******* End Left Navigation Elements ****** */
.tiny_text {
	font-size: 10px;
}
.tiny_text_high {
	font-size: 11px;
	line-height: 17px;
}
.touch_of_grey {
	color:#999999;
}
.touch_of_grey_sm {
	font-size: 10px;
	color:#999999;
}
.footer_text {
	font-size: 10px;
	color: #FFFFFF;
}
.credits-footer-text {
	font-size: 10px;
	color: #CCCCCC;
}
.article_title {
	font-size: 16px;
	color: #656565;
	font-weight: bold;
}
.article_title_sm {
	font-size: 12px;
	color: #656565;
	font-weight: bold;
}
.image_pad {
	padding: 2px;
	margin: 3px;
}
.padding_please {
	margin: 10px;
}
.pad-me-like-a-table {
	margin-top:2px;
}
.header_strip {
	background-color: #00479D;
}
.footer_strip {
	background-color: #dddddd;
}
.leftvertical_strip {
	background-color: #dddddd;
}
/* ******* Credit Menu Elements at the Footer ****** */
#credit a:link, #credit a:visited  {
	font-size: 10px;
	color: #e3dcc2;
	text-decoration: none;
}
#credit a:hover, #credit a:active {
	text-decoration: underline;
}