body	{
font-family: Verdana, Arial, Helvetica, lucinda, sans-serif;
font-size: 12px;  
background: #FFF;
margin: 0;
padding: 3px;
width: 800px;
}
/*************************** DEFAULTS & Misc. ***********************/
/* DEFAULT LINK FORMAT */
a:link {
font-size: 12px;
color: #7EB300;		/*  green link text text*/
text-decoration: none;
font-weight: bold;
}
a:visited {
font-size: 12px;
color: #7EB300;		/*  green link text text*/
text-decoration: none;
font-weight: bold;
}
a:hover {
font-size: 12px;
color: #7EB300;		/*  green link text text*/
text-decoration: underline;
font-weight: bold;
}
h1
{
font-size: 16px;
color: #360;
padding: 0px
}
h1 a:hover {
font-size: 16px;
color: #360;
text-decoration: none;
}
h2
{
font-size: 14px;
color: #360;
}
h2 a:hover {
font-size: 14px;
color: #360;
text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #360;
}
h4 {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-family:  Helvetica light, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: black;
}
h5 {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-family:  Helvetica light, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: black;
}
h6 {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	font-family:  Helvetica light, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: black;
}
h6 a:hover {
font-size: 12px;
color: black;
text-decoration: none;
}

.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 133%;
	font-weight: 100;
/*	color: #FF3300;    use to be orange (will probably be back)*/
	color: #000000;
}
.boldtext {
font-weight: bold;
}
.underlinetext {
text-decoration: underline;
}
.blacktext {
	color: #000000;   
}

/*TOP VEMICS IMAGE*/
#headimg
{
border: 0;
padding: 10px 0px 0px 485px;
}
/*************************** MAIN (TOP LEVEL) NAVIGATION ***********************/
#navcontainer 
{
font-size: 12.5px;  
padding: 0;
margin: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}
#navcontainer img
{
border: 0;
padding: 10px 0px 0px 555px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #7EB300;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #7EB300;
color: White;
text-decoration: none;
float: left;
border-left: 1px solid #fff;
}
#navcontainer ul li a:hover
{
background-color: #360;
color: #fff;
}
#navcontainer li a#current:link {
background: #360;
color: #FFF;
text-decoration: none;
}
#navcontainer li a#current:visited {
background: #360;
color: #FFF;
text-decoration: none;
}
/*************************** End of MAIN (TOP LEVEL) NAVIGATION ***********************/
/***************** Main Container **********************/
#container
{
float: left;
margin: 0px;
padding: 0px;
width: 100%;
	
}

/***************** LEFT SIDE NAVIGATION **********************/

#leftnavcontainer
{
float: left;
font-size: 11px;
font-weight: normal;
width: 22%;
margin-left: 5px;
margin-top: 15px;
padding-right: 10px;
padding-left: 0px;
padding-top: 5px;
}
.contem a:link {
font-size: 10px;
color: #7EB300;		/*  green link text text*/
text-decoration: none;
font-weight: bold;
}
.contem a:visited {
font-size: 10px;
color: #7EB300;		/*  green link text text*/
text-decoration: none;
font-weight: bold;
}
.contem a:hover {
font-size: 10px;
color: #7EB300;		/*  green link text text*/
text-decoration: underline;
font-weight: bold;
}
#leftnavcontainer ul
{
font-size: 13px;
font-weight: bold;
color: #7EB300;
list-style-type: none;

margin-left: 15px;
margin-top: 15px;
padding-right: 10px;
padding-left: 0px;
padding-top: 5px;
}
#leftnavcontainer ul li
{
padding: 6px 0;
}
#leftnavcontainer ul li a
{
text-decoration: none;
}
#leftnavcontainer ul li a:hover
{
text-decoration: underline;
}
#leftnavcontainer ul li.title
{
	font-size: 117%;
	font-weight: bold;
	color: #360;
}
#leftnavcontainer ul li.news
{
color: #4b4c50;   /*  dark grey text*/
font-weight: normal;
font-size: 72%;
padding-right: 15px;
}
#leftnavcontainer ul li.news a
{
font-weight: bold;
padding-right: 10px;
}
#leftnavcontainer ul li.news a:hover
{
font-weight: bold;
text-decoration: underline;
}

#leftnavcontainer ul li.news_norm
{
color: #4b4c50;   /*  dark grey text*/
font-weight: normal;
font-size: 72%;
padding-right: 15px;
}

#leftnavcontainer ul li.news_norm a
{
color: #7EB300;			/*  green link text text*/
text-decoration: underline;
}
/***************** END of LEFT SIDE NAVIGATION **********************/
/************************* MAIN BODY TEXT **************************/
#maintext
{
float: left;
	width: 60%;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px;
	padding-left: 10px;
	border-left: 1px solid #becb9f;
	

	

}
#maintext .bold
{font-weight:  bold;
}
#maintext .halfline {
margin-top: .5em;
}
#maintext .linespace {
line-height: 1.2em;
}
#maintext .italics {
font-style: italic;
}
#maintext dl {
padding: 0px 0px;
margin: 0px 10px;
width: 100%;
}
#maintext dt {
	border-top: 2px solid #360;
padding: 15px 0 0 0;
margin: 10px 0 0 0;
font-size: 110%;
font-weight: bold;
color: #333;
}
#maintext dd {
padding: 0 0 10px 0;
margin: 0;
font-size: 100%;
line-height: 1.25em;
}

#maintextlst ul 
{
margin:0;
padding:0px 5px;
list-style-type: disc;
/*	color: #FF3300;    use to be orange (will probably be back)*/
	color: #000000;
padding-left: 45px;
}
#maintextlst ul li
{
}
/*  added 2007/02/27 for complete list of upcomming programs */
dl.table {
margin: 0;
padding: 0px;
line-height: 1.2em;
width: 100%;

}
dl.table dt {
margin: 0;
padding: 1em 0px 0px 0px;
font-size: 95%;
font-weight: bold;
line-height: 1.4em;
}
dl.table dd {
margin-left: 0px;
padding: 0px;
}
td {
vertical-align: top;
}
td dd {
margin: 0;
padding: 0px;
margin-left: -5px;
}
.altcol {
background-color: #E5EEEA;
}
/*  end of complete list of upcomming programs */



/************************* End of MAIN BODY TEXT **************************/
.caption
{
padding: 0px 5px 0px 15px;
font-size: 92%;
}
.copyright
{
font-size: 83%;
padding-left: 45px;
}
em
{font-weight: bold;
}
#frontimg
{
padding: 5px 5px 5px 15px;
}
/***************** BOTTOM NAVIGATION **********************/
 #bottomnavlist
{
clear: both;
margin: 0px;
padding: 0px 0 0 0;
list-style: none;
}
#bottomnavlist ul 
{
padding: 0px 0 0 0 ;
text-align: center;
}
#bottomnavlist ul li 
{
padding: 0px 0 0 0 ;
display: inline;
}
#bottomnavlist ul li a
{
padding: 0 0.5em 0 0.3em;
border-right: 1px solid black;
font-size: 67%;
color: #4b4c50;			 /*  dark grey text*/
}
/***************** RIGHT SIDE NAVIGATION **********************/
#rightsidebar
{
padding: 5px 5px 0px 0px;
margin: 0px 0 0 0;
float: right;
font-size: 92%;
font-weight: normal;
width: 20%;
	border-bottom: 1px solid #becb9f;

}
#rightsidebar ul
{
font-size: 108%;
font-weight: bold;
list-style-type: none;
margin-left: 0px;
margin-top: 0px;
padding-right: 10px;
padding-left: 0px;
padding-top: 5px;
}
#rightsidebar ul li
{
padding: 6px 0;
}
#rightsidebar ul li a
{
text-decoration: none;
}
#rightsidebar ul li a:hover
{
text-decoration: underline;
}
.button
{
border: 0px;
}
#rightsidebarb
{
padding: 5px 5px 0px 0px;
margin: 0px 0 0 0;
float: right;
font-size: 92%;
font-weight: normal;
width: 20%;
}	


#rightsidebarb ul
{
font-size: 108%;
font-weight: bold;
list-style-type: none;
margin-left: 0px;
margin-top: 0px;
padding-right: 10px;
padding-left: 0px;
padding-top: 10px;
}
#rightsidebarb ul li
{
}
/*Win IE fix \*/
* html #navlist { height: 1%; }
* html #navlist li { margin: 0 0.5em 0 -0.5em; }

/*End Win IE fix*/

/****************Form mail styles**********/
#formmail {
  width: 400px;
  border: 0px solid #ccc;
  padding: 1em 0;
}
#formmail div {
  clear: both;
  margin-bottom: 2px;
}
#formmail label {
  display: block;
  float: left;
  width: 110px;
  padding-left: 22px;
  font-weight: bold;
  cursor: pointer;
}
#formmail label.required {
  background-image: url(../images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
#formmail label.problem {
  background-image: url(../images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
#formmail label.completed {
  background-image: url(../images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
div#submitdiv {
  margin-left: 7em;
  padding-left: 50px;
  padding-right: 60px;
  padding-top: 0.5em;
}
#formmail input#subject, textarea {
  width: 150px;
}
#formmail input#email  {
  width: 150px;
}
#formmail input#phone  {
  width: 150px;
}
#formmail input, textarea {
  border: 2px solid #ccc;
}
#formmail input:focus, textarea:focus {
  border: 2px solid #000;
}