body {
	margin-top: 0px;
	topmargin: 0px;
	background: #00446a;
	font-family: Palatino Linotype, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*This style is for the old Flash setup
.flashholder {
	height: 680px;
	width: 820px;
	margin: auto;
}*/

td {
	font-family: Palatino Linotype, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;

}

th {
	font-family: Palatino Linotype, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

p {
	font-family: Palatino Linotype, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/*applies a white bg with thin grey border to cell or table*/
.contentTable {
	background-color: #FFFFFF;
	/*border-right: 1px solid #666666; edited this out so that title logo was flush with body*/
	border-bottom: 1px solid #666666;
}

/*styles used in top page title or for other subheadings*/
.title1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: .5px;
	padding-right: 9px;
}

.title2 {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	letter-spacing: 1px;
	padding-right: 9px;
}

.subtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #006699;
	font-style: italic;
	padding-right: 9px;
}

.subtitlegreen {
	font-size: 21px;
	color: #9aa44c;
	font-weight: bold;
	padding-top: 1em;
}

.subtitlegreen2 {
	font-size: 14px;
	color: #9aa44c;
	font-weight: bold;
	padding-top: 1em;
}

.subtitlegreen3 {
	font-size: 18px;
	color: #9aa44c;
	font-weight: bold;
	padding-top: 1em;
}


/*default text links*/
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #9aa44c;
	text-decoration: underline;
}

/*bottom dupe-nav*/
.botLink:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
}

.botLink:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
}

.botLink:hover {
	font-size: 14px;
	font-weight: bold;
	color: #9aa44c;
	text-decoration: none;
	padding-right: 30px;
}

/*This is a light small text used for copyright or footnote*/
.lightText {
	color: #CCCCCC;
	font-size: 13px;
}

.blueText {
	color: #006699;
}

/*These few styles are present in the newsletter sign up box*/

.whiteText {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

.whiteBaseline {
	border-bottom: solid 1px #FFFFFF;
	padding-bottom: 2px;
}

/*These styles refer to the main menu/navigation side area*/
.navLink {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:3px;
}

.navLink:link {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:3px;
	text-decoration: none;
}

.navLink:visited {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:3px;
	text-decoration: none;
}

.navLink:hover {
	color: #9aa44c;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:3px;
	padding-left: 5px;
	text-decoration: none;
}

/*This is used for the right side area that holds mostly text information for each page*/
.content {
	padding: 10px;
	background-color: #FFFFFF;
	border: 0px solid #666666;
}

.hrGreen {
	color:#9aa44c;
	size: 1;
}

.hrBlue {
	color: #006489;
	size: 2;
}

.disclaimer {
	font-size: 11px;
}

/*styles for breadcrumb links on portal pages*/

a.bluelink:link {
	color: #006489;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}

a.bluelink:visited {
	color: #006489;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}

a.bluelink:hover {
	color: #006489;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	
}

a.greenlink:link {
	color: #9aa44c;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}

a.greenlink:visited {
	color: #9aa44c;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	
}

a.greenlink:hover {
	color: #9aa44c;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	
}