body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	background: #3383c3;
	margin: 0;
}
img
{
	border-style: none;
}

a:link
{
	text-decoration: none;
	color: #06c;
}

a:visited
{
	text-decoration: none;
	color: #c90;
}

a:hover
{
	text-decoration: none;
	color: #3cc;
}

a:active
{
	text-decoration: none;
	color: #3cc;
}

p, ul, li, ol, td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

hr 
{
	border: none 0;
	border-top: 1px dashed #3383c3;
	width: 100%;
	height: 1px;
}

#list 
{ 
	list-style-image: url('../images/orange_bullet.gif'); 
}

#list2 
{ 
	list-style-image: url('../images/blue_bullet.gif'); 
}

.arrow
{	
	font-size: 12px;
	font-family: Comic Sans MS, Serif;	
}

.highlight
{	
	background: #FFEEcc;	
}


.headline
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	
	font-weight: bold;
	color: #39F;
}

.headline2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 0px;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #039;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 0px;
}

.img1 
{
	margin: 0 10px 0 0;
}

a.navlink:link
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a.navlink:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a.navlink:hover
{
	text-decoration: none;
	color: #FC0;
	font-weight: normal;
}

a.navlink:active
{
	text-decoration: none;
	color: #FC0;
	font-weight: normal;
}

.bluefade
{
   background-repeat: repeat-y;
   background-image: url(../images/blue_fade.gif);
}

#contenttable
{
	padding-left: 15px;
	padding-right: 60px;	
   background-repeat: no-repeat;
   background-image: url(../images/contentbacksun.gif);
   background-color: #fff;
}
	
#navtable td
{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FC0;
	font-size: 14px;
	font-weight: normal;
}
	
.navlink, #navtable
{
	color: #FC0;
	text-align: right;
}


a.footerlink:link
{
	text-decoration: none;
	color: #039;
	font-weight: bold;
}

a.footerlink:visited
{
	text-decoration: none;
	color: #960;
	font-weight: bold;
}

a.footerlink:hover
{
	text-decoration: none;
	color: #399;
	font-weight: bold;
}

a.footerlink:active
{
	text-decoration: none;
	color: #399;
	font-weight: bold;
}

.footerlink
{
	color: #039;
}

.footertext
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.footertitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.copyright
{
	font-size: 10px;
}



/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 270px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  padding: 6px 6px 6px 12px;
  display: block;  
  color: #FFF;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #fc0;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  color: #039;
  background: #fff;
border: 1px solid #039;
width: 150px;
text-align: left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color: #fc0;
  background: #3383c3;
}


ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 270px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}