/* elements */
td   { font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:0px;
	padding-top:0px;
 }
p   { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/* input     { color: white; background-color: #339933; border: none } */
/* select     { color: white; background-color: #339933; border: none } */
/* textarea     { color: white; background-color: #339933; border: none } */
a {
	font-size:12px;
	color:#006600;
	text-decoration:none;
}
a:hover {
	color:#006600;
	text-decoration:underline;
}
a:visited {
	color:#003300;
	text-decoration:none;
}
form
{
	margin: 0px; 
	padding: 0px;
}
.bullet_green    { list-style-image: url(/images/bullet_green.jpg) }
.bullet_purple   { list-style-image: url(/images/bullet_purple.jpg) }
hr   { color: #daa520; height: 1px }
/* classes */
.slogan  { color: #fff; font-style: italic; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.head   { color: #060; font-style: normal; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.subhead      { color: #006600; font-style: normal; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: capitalize }
.page_copy_bold { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.page_copy_italic { font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.page_copy_bold_italic { font-style: italic; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.copyright  { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.news   { color: #000000; font-weight: normal; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding: 4px }
.news_headline   { color: #000000; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center; text-transform: uppercase; }
li {

}
ul{
margin:0px;
padding:0px 0px 0px 13px;
}
body{
	background:#000000;
	background-image:url(../../images/bg-strip.jpg);
	background-repeat:repeat-x;
	}
.bottom_link{ font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#99cc99; }
.bottom_link a{ font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#99cc99; text-decoration:none; }
.bottom_link a:hover{ font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#99cc99; text-decoration:underline; }
.bottom_link a:visited{ font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#CCCCCC; text-decoration:none; }
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(/images/navbackground.gif) #99CC99 bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #006600;
color: #006600;
text-decoration: none;
text-align: center;
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
#nav-menu li a:hover
{
background: url(/images/navbackground_over.gif) #006600 bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #006600;
color: #FFFFFF;
text-decoration: none;
text-align: center;
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:12px;
}
#nav-menu li.selected a
{
background: url(/images/navbackground_over.gif) #006600 bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #006600;
color: #FFFFFF;
text-decoration: none;
text-align: center;
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:12px;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
 #nav-menu
{
width:75em
} 
.submitbuttons
{
	color: #006600;  
	font-style: normal; 
	font-family: verdana; 
	font-weight: bold; 
	font-size:10px; 
	background-color: #99cc99;
	border: 1px solid #006600;
	cursor:pointer;
}
.submitbuttons:hover
{
	color: #ffffff;  
	font-style: normal; 
	font-family: verdana; 
	font-weight: bold; 
	font-size:10px; 
	background-color: #006600;
	border: 1px solid #99cc99;
	cursor:pointer;
}
.textboxes
{
	color: #000000;  
	font-style: normal; 
	font-family: verdana; 
	font-weight:normal; 
	font-size:10px; 
	background-color: #ffffff;
	border: 1px solid #006600;
}
  .normal  { 
  			color:black; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:12px}
  .error  { 
  			color:red; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:10px}
  .normalbold  { 
  			color:black; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:10px;
			font-weight:bold}
  .smallnormal  { 
  			color:black; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:10px}
  .small  { 
  			color:black; 
			font-family:Verdana, Arial, Helvetica, sans-serif; 
			font-size:10px;
			}