/* Global Declarations */

body, td, p {
	font: normal 12px Tahoma, Arial, Sans-Serif;
	color: #002759;
}

h1 {
	font: bold 18px Tahoma, Arial, Sans-Serif;
	color: #002759;
	background-color: #8AC7FF;
	padding: 5px;
}

h2 {
	font: bold 18px Tahoma, Arial, Sans-Serif;
	color: #0259A8;
}

h3 {
	font: normal 18px Tahoma, Arial, Sans-Serif;
	color: #002759;
	border-bottom: solid 1px #002759;
}

h4 {
	font: bold 10px Tahoma, Arial, Sans-Serif;
	color: #002759;
	background-color: #8AC7FF;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px;
}
	
h5 {
	font: normal 10px Tahoma, Arial, Sans-Serif;
	color: #666;
	text-decoration: underline;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
	
h6 {
	font: normal 10px Tahoma, Arial, Sans-Serif;
	color: #002759;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0259A8;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

/* Standard Page Layout & Design Declarations */

#mainContentWrapper {
	padding: 20px;
}

#mainContent {
	width: 519px;
}

#lhsNav a, #lhsNav a:link, #lhsNav a:active, #lhsNav a:visited, 
#MoreLinks a, #MoreLinks a:link, #MoreLinks a:active, #MoreLinks a:visited {
	display: block;
	font: bold 12px Tahoma, Arial, Sans-Serif;
	color: #002759;
	background-color: #CAE4FF;
	padding: 7px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: solid 1px #A0AFC1;
}

#lhsNav a:hover, 
#MoreLinks a:hover {
	color: #fff;
	background-color: #002759;
	text-decoration: none;
}

#PrintEmail td, #PrintEmail a, #PrintEmail a:link, #PrintEmail a:active, #PrintEmail a:visited {
	font: bold 12px Tahoma, Arial, Sans-Serif;
	color: #000;
	text-decoration: none;
}

#PrintEmail a:hover {
	color: #666;
	text-decoration: underline;
}

.Copyright {
	font: normal 11px Tahoma, Arial, Sans-Serif;
	color: #fff;
	padding-top: 0px;
}

.Copyright a, .Copyright a:link, .Copyright a:active, .Copyright a:visited {
	font: bold 11px Tahoma, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
}

.Copyright a:hover {
	color: #ff0;
	text-decoration: underline;
}

.formtext {
	background-color: #fff;
	color: #000;
	font: normal 10px Tahoma, Arial, Sans-Serif;
}

#footertoprint {
	display: none;
}

/* SiteCM Components */

#cmSearch {}
	
#cmSearch input {
	border: solid 1px #000;
}

#cmSearch a, #cmSearch a:link, #cmSearch a:active, #cmSearch a:visited {
	font: bold 10px Tahoma, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px;
}

#cmSearch a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#cmNewsletter {}
	
#cmNewsletter input {
	border: solid 1px #000;
}

#cmNewsletter a, #cmNewsletter a:link, #cmNewsletter a:active, #cmNewsletter a:visited {
	font: bold 10px Tahoma, Arial, Sans-Serif;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px;
}

#cmNewsletter a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#cmPollContents {
	border: solid 1px #000;
	background-color: #FFF;
}

#cmPollContents table {
	width: 150px;
	padding: 0px;
}

#cmPollContents table tr, #cmPollContents table td {
	padding: 0px;
}

#cmPollContents input {
	padding-left: 5px;
}

#cmPollContents h3 {
	font: bold 13px Tahoma, Arial, Sans-Serif;
	padding-left: 15px;
	border-bottom: solid 1px #000;
}

#cmFader {
	border: solid 1px #000;
	background-color: #fff;
	width: 200px;
	padding: 0px;
	text-align: center;
	margin:0px;
}

#cmFader h3 {
	font: bold 14px Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	//color: #000000;
	border-bottom: solid 3px #030;
	padding-left: 0px;
	margin-bottom: 5px;
}

#cmFader p {
	font: 13px Tahoma, Arial, Sans-Serif;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	text-align: center;
}

/* Custom Page Layout & Design Declarations */

#RepeatBgExample {
	background: url(/images/shim.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#LeftContent {
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #A0AFC1;
	background-color: #CAE4FF;
}

#TableBorder {
	border: solid 1px #002759;
}