
/*LINKS*/

/*menu*/
.menu_text a /*menu unvisited link */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	color: #4f5601; /* dark green font color for unvisited menu link (Home, About Us)*/
	text-decoration: none;
}

.menu_text a:visited /* visited link */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	color: #3f4501; /*dark green*/
	text-decoration: none;
} 
.menu_text a:hover /* mouse over link */
{
	color: #b3c405; /*light green*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	text-decoration: underline;
}   

/*submenu*/

#submenu a{ /*menu unvisited link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7c3002; /*brownish*/
	margin-left: 10px;
}
#submenu a:visited{ /* visited link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a10208; /*red*/
	margin-left: 10px;
}
#submenu a:hover{ /* mouse over link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f77d82; /*light red*/
	margin-left: 10px;
}

/*left side box*/

#leftcolumn a{ /*menu unvisited link */
	margin-left: 1px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373d01; /*dark green*/
	text-decoration: none;
}
#leftcolumn a:visited{ /* visited link */
	margin-left: 1px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b7601; /*dark green*/
	text-decoration: none;
}
#leftcolumn a:hover{ /* mouse over link */
	margin-left: 1px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #937902; /*green-brownish*/
	text-decoration: underline;
}
/* bigest title font*/

h1 a { /* Unvisited link Title - big red font color */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #a10208; /*red color*/
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
h1 a:visited{ /* visited link */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8c0207; /*red color*/
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
h1 a:hover{ /* mouse over link */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #c3363b; /*light red color*/
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}
/*site's title linked style*/

h3 a { /* Unvisited link Title - big red font color */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #a10208; /*red color*/
	font-size: 14px;
	text-decoration: none;
}
h3 a:visited{ /* visited link */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #a10208; /*red color*/
	font-size: 14px;
	text-decoration: none;
}
h3 a:hover{ /* mouse over link */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #e62202; /*dark orange color*/
	font-size: 14px;
	text-decoration: underline;
}
/*site's title linked style - h2 same style as h3*/

h2 a { /* Unvisited link Title - big red font color */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #a10208; /*red color*/
	font-size: 14px;
	text-decoration: none;
}
h2 a:visited{ /* visited link */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #464d01; /*green color*/
	font-size: 14px;
	text-decoration: none;
}
h2 a:hover{ /* mouse over link */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #8b9902; /*green color*/
	font-size: 14px;
	text-decoration: underline;
}

/*footer1 link style*/

.footer1 a { /* Unvisited link Title - big red font color */
	color: #a10208;                    /*red color text*/
	text-decoration: none;                /*you can use underline instead of none if you need*/
}
.footer1 a:visited  /* visited link */
{ 
	color: #464d01;              /*dark green*/
	font-weight: bold;
	text-decoration: none; 
}
.footer1 a:hover { /* mouse over link */
	color:#ea6e09; /*orange color color text*/
	text-decoration: underline;
}

/*subfooter link style*/

.subfooter a { /* Unvisited link Title - big red font color */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #a10208; /*red*/
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none
}
.subfooter a:visited  /* visited link */
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #d47bd4; /* pink*/
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none
}
.subfooter a:hover /* mouse over link */
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #2b2f02;/*dark green*/
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
/*footer2 link style*/

.footer2 a{ /* Unvisited link Title - big red font color */
	color: #000000;                               /*black color text*/
	text-decoration: none;                /*you can use underline instead of none if you need*/
}
.footer2 a:visited  /* visited link */
{ 
	color: #6e7526;   /*green*/
	text-decoration: none; 
}
.footer2 a:hover /* mouse over link */
{ 
	color:#d9e662; /*light green color text*/
	text-decoration: underline;
}

/*Additional */

.box_yellow2 {
 border: 1px solid #D9D9D9;
 width:196;
 margin:0 3 3 0;
}

.article_centerheader {
	font-size: 11px; 
	font-weight: bold;
	background-color:#f9fce4;
	color: #303030;
	font-family:arial;
	 margin: 0 0 0 5;
}
.article_centerheader A:hover {
	text-decoration:underline;
	color:#303030;
	margin: 0 0 0 5;
	font-weight: bold;
	 
}
.article_centerheader A:link{
	color:#303030;
	 margin: 0 0 0 5;
	 font-weight: bold;
}

.article_centerheader A:visited{
	font-weight:bold;
	color:#303030;
	 margin: 0 0 0 5;
}

.article_centertext {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
 color: #303030;
 background-color:#;
}

.article_centertext A:visited {
color: #303030;
text-decoration: none;
}

.article_centertext A:link {
color: #303030;
text-decoration: none;
}

.article_centertext A:hover{
	text-decoration:underline;
	color:#303030;
}

/*Added by JOE for Temp links while PDS is being updated*/

a:link { /* Unvisited link Title - big red font color */
	color: #a10208;                    /*red color text*/
	text-decoration: none;                /*you can use underline instead of none if you need*/
}
a:visited  /* visited link */
{ 
	color: #464d01;              /*dark green*/
	font-weight: normal;
	text-decoration: none; 
}
a:hover { /* mouse over link */
	color:#ea6e09; /*orange color color text*/
	text-decoration: underline;
}