body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
body {
	background-color: #667ABC;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration:none;
}
a:active {
	color: #006699;
	text-decoration:none;
}
hr{
	color: #006699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #0D2C8B;
	font-size: 1.4em;
	border-bottom:1px solid #667ABC;
}
h2 {
	color: #0D2C8B;
	font-size: 1.2em;
}
h3 {
	color: #FFFFFF;
	background-color:#0D2C8B;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
}
/*Form Elements*/
form {
	margin: 0px;
}
strong {
	color: #0D2C8B;	
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton{
	background: #0D2C8B;
	border-top: 2px solid #34689A;
	border-left: 2px solid #34689A;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000033;
	color: #FFFFFF;
	margin: 3px 3px 0px 3px;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #666666;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #666666;
	color: #FFFFFF;
}
table.outlined {
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
th {
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyContent {
	margin: 10px;
	margin-left: 15px;
	margin-right: 25px;
}
.attnContent {
	margin: 5px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	margin: 10px;
	margin-top: 25px;
}
.rightColumn {
	background-color: #DDE1F0;
}
.rightColumnContent {
	margin: 5px;
	font-size: .9em;
}
.rightColumnContent p{
	margin: 10px 8px 10px 8px;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}
.errorMessage {
	color: #990000;
	font-weight: bold;
}
.faqQuestion {
	background-color: #DDE1F0;
	border: 1px solid #99A6D2;
	border-left-width: 8px;
	border-top-style: solid;
	color: #0D2C8B;
	font-weight: bold;
	padding: 3px 3px 3px 7px;
}
.faqAnswer {
	padding: 10px 3px 15px 20px;	
}