/******HTML TAG STYLES******/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px;
	background-color: #999999;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	behavior: url(csshover.htc);
}

/*******LINK STYLES*******/

A.link:link    {color : #00623d; text-decoration : none; font-weight:bold;}
A.link:visited {color : #00623d; text-decoration : none; font-weight:bold;}
A.link:active  {color : #00623d; text-decoration : none; font-weight:bold;}
A.link:hover   {color : #c1d579; text-decoration : underline; font-weight:bold;}

A.link2:link    {color : #00623d; text-decoration : none; font-weight:bold;}
A.link2:visited {color : #00623d; text-decoration : none; font-weight:bold;}
A.link2:active  {color : #00623d; text-decoration : none; font-weight:bold;}
A.link2:hover   {color : #00623d; text-decoration : underline; font-weight:bold;}

A.linkfooter:link    {color : #999999; text-decoration : none; font-weight:bold;}
A.linkfooter:visited {color : #999999; text-decoration : none; font-weight:bold;}
A.linkfooter:active  {color : #999999; text-decoration : none; font-weight:bold;}
A.linkfooter:hover   {color : #999999; text-decoration : underline; font-weight:bold;}


A.link3:link    {color : #00623d; text-decoration : none; font-size:8px; }
A.link3:visited {color : #00623d; text-decoration : none; font-size:8px;}
A.link3:active  {color : #00623d; text-decoration : none; font-size:8px;}
A.link3:hover   {color : #00623d; text-decoration : none; font-size:8px; }
/******* LAYOUT DIVISONS *******/

#inside_container{
	width: 990px;
	background-color: #FFFFFF;
}

#header{
	position: relative;
	width: 924px;
	height: 155px;
}

#nav{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 243px;
	z-index: 99;
}

#footer{
	position: relative;
	padding: 0px; 
	margin: 0px;
	width: 924px;
}

#page_content{
	position: relative;
	width: 565px;
	margin: 0px;
	padding: 0px;
}

#left_table{
	background-color: #C2D57B;
	background-image: url(images/nav_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right_table{
	background-color: #C2D57B;
}

#divide{
	width: 924px;
}

/***********HEADER***********/

#header_dropdowns{
	position: relative;
	float: right;
	background-color: #00623d;
	width: 179px;
	height: 151px;
}

#header_banner{
	position: relative;
	float: right;
	width: 565px;
	height: 151px;
}

#header_logo{
	position: relative;
	width: 180px;
	height: 151px;
	float: left;
}

#header_bar{
	position: relative;
	width: 924px;
	height: 4px;
	background-color: #C3C4C6;
	clear: both;
}

/***********STYLES**********/

#content{
	font-size: 10px;
	padding: 15px;
	line-height: 1.5;
}

#content_footer{
	font-size: 9px;
	color: #999999;
	padding: 10px;
	font-weight: bold;
}

.content_title{
	font-size: 18px;
	color: #00763B;
	font-weight: bold;
}


/********FORM STYLES******/

.header_dropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 120px;
}

.header_go{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a1c434;
}

.right_newsletter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

/*************NAV************/

#nav img{
	display: block;
}

#nav_table td div{
	position: absolute;
	visibility: hidden;
	margin-left: 180px;
	*margin-left: 90px;
	margin-top: -27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 23px;
	z-index: 100;
	background-color: #a1c434;
	border-left: 2px solid #ffffff;
	width: 180px;
}

#nav_table td div a{
	width: 100%;
	display: block;
	text-indent: 12px;
	border-top: solid 1px #bcd26e;
	border-bottom: solid 1px #d4e2a3;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#nav_table td div a:link{
	color : #ffffff; 
	font-weight:bold;
}

#nav_table td div a:visited{
	color : #ffffff; 
	font-weight:bold;
}

#nav_table td div a:hover{
	color : #cccccc; 
	font-weight: bold;
	background-color: #a1c434;
}

#nav_table td:hover div{
	visibility: visible;
}

/*********TICKER*********/

#contentwrapper{
	width: 143px;
	height: 300px;
	border: none;
	display: block;
	font-size: 9px;
	line-height: 1.5;
	text-align: justify;
}

.billcontent{
	width: 98%;
	display:block;
	margin-top: 20px;
}

.normaltext{
	font-size: 10px;
	line-height: 1.5;
}

.smalltext{
	font-size: 9px;
	line-height: 1.5;
}