/* General Styles */
A:link {
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #891C1F;
}

A:visited {
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #891C1F;
}

A:hover {
	font-family: verdana, helvetica, arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #C93A3E;
}

body {
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	background-color: #fff;
}

#container {
	position: relative;
	width: 973px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px;
	border: solid 1px #891C1F;
	font-family: verdana, helvetica, arial, sans-serif;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	width: 973px;
	height: 210px;
}

#menu {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#menu td {
	height: 42px;
	font-size: 10px;
	background-color: #16427D;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a.current {
	color: #F7E37B;
}

#menu a:hover {
	color: #F7E37B;
}

#content {
	border: 0;
	text-align: left;
	width: 973px;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align:left;
}

#snav {
	margin: 0;
	padding: 0;
}

#snav li {
	margin: 0;
	padding: 0;
	font-family: times, serif;
	font-size: .71em;
	list-style-type: none;
}

#snav a {
	display: block;
	padding: 10px 12px;
	margin: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #16427D;
	text-decoration: none;
}

#snav a:hover {
	text-decoration: none;
	color: #3E679E;
}

#snav a.selected {
	color: #000000;
}

#snav a.snavTitle {
	font-size: 1.4em;
	font-family: times, serif;
	background-color: #F1E07F;
	color: #2F3B55;
}

#snav a.snavTitle:hover {
	color: #2F3B55;
}

#sbarQuote {
	padding: 30px 0px 30px 0px;
	text-align: center;
}

#sbarDownloadCallout {
	padding: 30px 20px 30px 20px;
	text-align: left;
	font-size: .6em;
	color: #16427D;
}

#sbarDownloadCallout img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#homeContent {
	width: 973px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .7em;
	background-color: #F1E07F;
}

#breakingnews {
	float: left;
	background-color: #D4C570;
}

#breakingnewsContent {
	margin: 0px;
	padding: 0px 20px;
	width: 200px;
	background-color: #D4C570;
	font-size: 10px;
}

#breakingnewsContent h2 {
	margin-top: 20px;
	color: #960014;
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 18px;
}

#breakingnewsContent p.sidePanelHeading {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#breakingnewsContent p.sidePanelSubHeading {
	margin: 8px 0 2px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #16427D;
}

#breakingnewsContent ul {
	margin: 0;
	padding: 0;
}

#breakingnewsContent li {
	margin: 0;
	margin-left: 16px;
	padding: 0;
}

.clearBlock {
    clear: both;
	margin: 0px;
	padding: 0px;
}

#WelcomeContent {
	float: right;
	width: 500px;
	margin-right: 50px;
	padding: 20px 50px;
	background-color: #F1E07F;
	color: #16427D;
	font-size: 1.1em;
	line-height: 180%;
}

#WelcomeTitle {
	padding-bottom: 10px;
	font-family: verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #16427D;
	line-height: 150%;
}

img.homePageLogos {

}

.mainTitle {
	font-size: 1.2em;
	color: #16427D;
	font-weight: bold;
	padding-bottom: 10px;
}

.mainSubTitle {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	padding-bottom: 2px;
}

.main {
	font-size: .7em;
	margin: 0 0 0 200px;
	padding: 20px;
	line-height: 150%;
	background: #fff;
}

.main a {
	text-decoration:underline;
	font-weight:normal;
}

.main a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.main a:visited {
	text-decoration: underline;
	font-weight: normal;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

blockquote {
	float: right;
	font-size: 1.1em;
	font-family: verdana, helvetica, sans-serif;
	margin: 1em 0 3em 3em;
	width: 190px;
	color: #16427D;
}

blockquote.aboutUs {
	float: right;
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
	margin: 0 0 2em 2em;
	width: 190px;
	color: #16427D;
}

#pullquote_quote {
	line-height: 175%;
	font-weight: bold;
}

#pullquote_name {
	position: relative;
	top: .7em;
	font-size: .9em;
}

/* Left and right large quotes #lquote {	position:relative;	left:-25px;	top:40px;	width:30px;		font-family: times new roman, georgia, serif;	color:#16427D;	font-size: 32pt;	font-weight: bold;	line-height:100%;}#rquote {	position:relative;	right:-2.5em;	top:-.6em;	text-align:right;	width:50px;		font-family: times new roman, georgia, serif;	color:#16427D;	font-size: 32pt;	font-weight: bold;	line-height:100%;	border:solid 1px #000; }*//* Alternate quote color */

#footer {
	clear: left;
	margin-left: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .65em;
	font-weight: normal;
	color: #960014;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
}

#copyright {
	padding-top: 10px;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #16427D;
}

.homePagecopyright {
	font-size: .85em;
}

img.photo {
	float: left;
	margin: 5px 17px 0 0;
	padding: 0;
}

address {
	font-style: normal;
}
