@charset "utf-8";
body {
	background-image: url();
	background-color: #333333;
}


a:link {
	color: #006666;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #006666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.pad{
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.pad2 {
	padding-top: 8px;
}
.right_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.right_sub .right_sub a {
	color: #FFFFFF;
}

a.right_sub {color: #FFFFFF;}
a hover.right_sub {color: #FFFF00;}
a.active.right_sub {color: #FFFFFF;}
a.visited.right_sub {color: #CCCCCC;}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
	text-align: left;
}

.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
}
 
.footer a:hover{
color:#FFFF00;
text-decoration:underline; 
} 




.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #234A69;
}
.home_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F526F;
	background-image: url(images/back1.jpg);
	text-align: center;
	display: table-cell;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-color: #19384D;
	border-right-color: #CCCCCC;
	border-bottom-color: #19384D;
	height: 25px;
	vertical-align: middle;
	text-decoration: none;
}
.home_button a:link {color: #1F526F; text-decoration: none;} 
.home_button a:visited {color: #1F526F;text-decoration: none; } 
.home_button a:hover {color: #000099; text-decoration: underline;} 
.home_button a:active {color: #1F526F; text-decoration: none;} 

html #navlist {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  


ul#navlist
{
display:table;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
background-image:url(images/navback.jpg);
height:44px;
background-repeat:repeat-x;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 10px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
.on {
	color: #FFFF00;
	font-weight: bold;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.whitelink a, .whitelink a:link, .whitelink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelink a:hover, .whitelink a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.signup a{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.signup a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FF000;
}


