@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ccd1b5;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height:17px;

}
html {overflow-y: scroll;} 
.red
{
	color: #bf2e1a;
	}
.blue
{
	color: #0c2e59;
	}
.master #container {
	width: 1020px; 
	margin: 0 auto;
	text-align: left; 
	background-image:url(images/background_spire_solid.png);
	background-repeat:no-repeat;
	background-position: 0px 125px;
}
.master #header {
	padding: 0px 10px 0px 10px;
}
.master #mainContent {
	padding: 0px 0px 0px 25px; 
	margin: 0px 0px 0px 0px;
	background-image:url(images/box_middle.png);
	background-repeat:repeat-y;
	background-position: center;
}
.master #home {
	padding: 0px 0px 0px 22px; 
	margin: 0px 0px 0px 0px;
}
.master #mainContent h1 {
	margin: 0; 
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #bf2e1a;
	font-size: 24px;
	line-height:22px;
}

.master #mainContent h2 {	
	font-weight: normal;
	color: #0c2e59;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	}
.master #boxtop {
	padding: 0px 0px 0px 1px; 
	margin: 10px 0px 0px 0px;
	text-align:center;
}
.master #boxbottom {
	padding: 0px 0px 0px 1px; 
	margin: 0px 0px 0px 0px;
	text-align:center;
}
.master #navigation {
	padding: 0 20px;
}
.master #footer {
	padding: 10px 0px 10px 20px;
	color: #666666;
	font-size: 11px;
}
.master #footer p {
	margin: 0; 
	padding: 10px 0px 10px 20px;
	color: #666666;
	font-size: 11px;
}
.tagline {
	color: #bf2e1a;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	padding-top: 25px;
}
.topNav {
	color: #0c2e59;
	text-decoration: none;
	font-size: 11px;
	padding: 25px 15px 0px 0px;
}
.subNav {
	color: #bf2e1a;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left: 10px;
	text-decoration: none;
}
TD.article  { padding-top: 15px; padding-bottom:15px;}
ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
ul li { 
	padding: 15px 0px 0px 15px;
	color: #0c2e59;
	background:url(images/bullet_red.png) 0px 17px no-repeat; 
}

ul.sub { 
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px 3px 20px;
}
ul li.sub { 
	padding: 3px 0px 3px 20px;
	color: #0c2e59;
	background:url(images/bullet_red.png) 0px 7px no-repeat; 
}
ul li.subred { 
	padding: 3px 0px 3px 20px;
	color: #bf2e1a;
	background:url(images/bullet_red.png) 0px 7px no-repeat; 
}
a
{color: #bf2e1a;
}

a:hover {
  color: #bf2e1a;
  text-decoration: underline;

}
A.link
{
	color: #0c2e59;
	text-decoration: none;
}
A.link:hover
{
	color: #0c2e59;
	text-decoration: underline;
}
A.link:visited
{
	color: #0c2e59;
	text-decoration: none;
}
.prlink A:link {text-decoration: underline; font-weight: bold; color: #ac854d; }
.prlink A:visited {text-decoration: underline; font-weight: bold; color: #595858; }
.prlink A:active {text-decoration: underline; font-weight: bold; color: #ac854d; }
.prlink A:hover {text-decoration: underline; font-weight: bold; color: #595858; }