body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #B8CAD2;
	margin: 0px;
/*	background-image:url(../images/background3.gif);*/
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 26px;
	color: #6AA7C4;
}
h2 {
	font-size: 14px;
	color: #336699;
	border-bottom: solid 1px #666666;
}
h3 {
	color: #4488A8;
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
}
h3 a, h3 a:link, h3 a:visited, h3 a:active h3 a:hover{
	color: #4488A8;
	font-weight: bold;
	text-decoration:none;
}
h3 a:hover{
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	color: #336699;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #000000; font-weight: normal; text-decoration: none;}
.copyright a:hover {color: #000000; font-weight: normal; text-decoration: underline;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}

marquee {
	-moz-binding:   url("marquee-binding.xml#marquee");   /* needed */
	display:        block;   /* needed */
	overflow:       hidden;  /* needed */
	height:         13px;   /* needs to be a value. auto does not render correctly */
}

.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 0;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

.side_panel h1, .side_panel h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; border:0;}
.side_panel {color: #156A91;}

#navcontainer
{
	margin: 0;
	padding: 0;
	position: static;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#navcontainer ul li a
{
	padding: 0;
	margin: 0;
	border-right: 1px solid #6AA7C4;
	border-top: 1px solid #6AA7C4;
	border-bottom: 1px solid #6AA7C4;
	width: 96px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color:#156A91;
}

#navcontainer a:active
{
	color: #FFFFFF;
}

#navcontainer li#active a
{
	color: #FFFFFF;
	background-color: #4488A8;
	border-bottom: 1px solid #4488A8;
	background-image:none;
}

/* 
Nav bar styles 
- NB: Must be used in conjunction with java function to work in IE
*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 25px;
	width: 149px;
	color: #FFFFFF;
	font-weight : normal;
	background-color:#156A91;
	border-bottom: 1px solid #6AA7C4;
	border-right: 1px solid #6AA7C4;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 149px;
	margin-top : -21px;
	border-top: 1px solid #6AA7C4;
	border-left: 1px solid #6AA7C4;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 139px;
	line-height : 20px;
	display : block;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	background-color : #4488A8;
	padding : 0 5px 0 5px;
}

#nav li a:hover {
	color : white;
	background-color : #156A91;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
