body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #357467;
	background-image:url(images/back.gif)
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #397c6e;
}
.image-border {
	border: 1px solid #005983; 	margin: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #357467;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #397c6e;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	font-variant: normal;
	text-decoration: underline;
}
a.top {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
	font-variant: normal;
	text-decoration: none;
}
a.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #EFEFEF;
	font-variant: normal;
	text-decoration: underline;
}

.table-header {
	background-color: #ff7418;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004B77;
	border-right-color: #004B77;
	border-bottom-color: #004B77;
	border-left-color: #004B77;
	height: 25px;
}
.td-header {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004B77;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF7418;
}
.style3 {color: #005983}
.style4 {color: #FFFFFF}
.white {
	color: #FFF;
}

/* CSS Document */
/* NAVIGATION */
ul#groupsNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #999999;
	font-size:8pt;

}

#groupsNav a {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #357467;
}

#groupsNav a:hover {
	font-weight: normal;
	background: #000000;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
	text-decoration:underline;
	font-size:8pt;
}

/* IE Fixes */

/* remove annoying gaps */
#groupsNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #groupsNav a {
	height: 1px;
}

#mainNav {
	background-image: url(/images/cell.jpg) repeat left top;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
} 

#mainNav ul {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(/images/cell.jpg) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#mainNav li a, #mainNav li a:link {
	color: #ffffff;
	text-decoration: none;
	border-right: 0px solid #000;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	background: url(/images/cell.jpg) repeat-x left top;
	padding-top: 0.5em;
	padding-right: 2.3em;
	padding-bottom: 0.5em;
	padding-left: 2.3em;
}

#mainNav li a:hover {
	background: url(/images/cell-b.jpg);
	color: #ffffff;
	text-decoration: underline;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }