
/* dark blue color  #000080 RGB 0,0,128
	colors:
 
Dark: dark blue font 2f4f4f  
accent #8FC7C7 light green background
#618FC2 dark blue
main: light blue background  
 #333366 darker blue
 links navy
  white*/
/* head top "headbrand" uses
	headbrand
	navButton
*/
/* login uses buttonlink, hraccent, footer */
/* main using accentTable, mainTable */
/* side contents uses "navContents" */
/* all site, defaults */
/* modification history
	dh 12-2006 changes to conform to accent */

body
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	/* does not work in Netscape */
	font-size: 12px;
}
/*  link="#000080" alink="#0000FF" */
a:link
{
	color: #000080;
		text-decoration : none;
}
a:visited
{
	color: #000080;
		text-decoration : none;
} 
a:active /* the current one */
{
	color: #0000ff;
		text-decoration : none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
    font-size: 12px;
}
h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial, Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align : left;
}
h1
{
	font-size : 20px;
		color: White;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
	text-align:left;
}
h4
{
	font-size: 12px;
	text-align: left;
		color: white;
}

.menuText /* used in menu */
{
	font-family: Arial, Helvetica, sans-serif;
	color:#2F4F4F;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	text-align : left;
	padding : 20px 0px 20px 0px;
}
.menuTextSub /* used in menu */
{
	font-family: Arial, Helvetica, sans-serif;
	color:#2F4F4F;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
	text-align : left;
	padding : 20px 0px 20px 0px;
}
div.topheader
{
	background : #000080;
}
/* using above, but not below */

table.navStrip
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-left : 0px;
	padding-right : 0px;
	background-color: White;
	width: 100%;
	font-style : normal;
	font-weight : bold;
	color: #000080;
	margin-top: 12px;
	margin-bottom : 12px;
	padding : 0px;
	width: 100%;
	border : thin;
	border-bottom : thin;
}

table.announceTable
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding-left : 0px;
	padding-right : 0px;
	background-color: #CCCCCC;
	width: 100%;
	font-style : normal;
	color: #000080;
	margin-top: 12px;
	margin-bottom : 12px;
	border-style : solid;
	border-color : #000080;
	border : 2px solid;
}

/* end stuff for GEIA */

hr.hrAccent
{
	color:#8FC7C7;
}


/* TABLES */
table /* default table, no outline*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
}

.contentsTableText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	text-decoration: none;
	background-color: #8FC7C7;
}

/* default horizontal line*/
hr
{
	color : #000080;
}

.mainTableHilite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background-color : #618FC2;
	border : 1px solid;
	border-style : solid;
	border-top-width : 1px;
	border-color : #618fc2;
	padding-left : 2px;
	padding-right : 2px;
}
.accentTable /*use table class for information, would like border of 1, and cellspacing of 4 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	border : 2px solid;
	border-style : solid;
	border-top-width : thin;
	border-color : #8FC7C7;	
}
.accentTableHilite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color : #BBCCEE; /*dh 12-2006 #8FC7C7 change to #BBCCEE*/
	border : 1px solid;
	border-style : solid;
	border-top-width : 1px;
	border-color : #618fc2;
	padding-left : 4px;
	padding-right : 4px;
	font-style : normal;
	font-weight : bold;
}








