html {
  width: 100%;
  min-height:100%;
  margin: 1px 0;
  padding: 0px;
}

body{
  margin:0px;
  background-color:#000000;
  font-family:Helvetica, Arial;
  font-size:11px;
  color:#000000;
}

input.login{
  border:1px solid #666666;
  color:#666666;
  font-size:11px;
  font-family:Helvetica, Arial;
}

td.navigation{
  text-align:center;
  color:#ffffff;
  padding:20px 8px 5px 8px;
}

td.footer{
  text-align:center;
  color:#ffffff;
  padding:0px 8px 0px 8px;
}

td.subnav-red{
  background-color:#990000;
  color:#ffffff;
  padding:15px;
}

td.subnav{
  background-color:#d5d5d5;
  color:#000000;
  padding:15px;
}


td.top{
  background-color:#000000;
}

td.grey{
  background-color:#939393;
}

td.dropshadow{
  background-color:#ffffff;
  background-image:url('/images/banner-dropshadow.jpg');
  background-repeat:repeat-x;
}

td.footer{
  background-color:#000000;
}

p, li{
  font-family:Verdana;
  font-size:11px;
  line-height:16px;
}

p.news{
  font-family:Helvetica, Arial;
  font-size:11px;
  color:#666666;
}

.black{
  color:#000000;
}

.red{
  color:#990000;
}

.content{
  padding:20px 40px 200px 20px;
}

a.nav:link {
	color: #ffffff;
	text-decoration: none;
}

a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	color: #990000;
	text-decoration: none;
}

a.navon:link {
	color: #990000;
	text-decoration: none;
}

a.navon:visited {
	color: #990000;
	text-decoration: none;
}

a.navon:hover {
	color: #990000;
	text-decoration: none;
}

a.subnav:link {
	color: #000000;
	text-decoration: none;
}

a.subnav:visited {
	color: #000000;
	text-decoration: none;
}

a.subnav:hover {
	color: #990000;
	text-decoration: none;
}

a.subnavmain:link {
  color: #ffffff;
  text-decoration: none;
}

a.subnavmain:visited {
  color: #ffffff;
  text-decoration: none;
}

a.subnavmain:hover {
  color: #cccccc;
  text-decoration: none;
}


a.subnavon:link {
	color: #990000;
	text-decoration: none;
}

a.subnavon:visited {
	color: #990000;
	text-decoration: none;
}

a.subnavon:hover {
	color: #990000;
	text-decoration: none;
}


a.footer:link {
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover {
	color: #990000;
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

h1{
  color:#990000;
  font-family:Helvetica, Arial;
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:4px;
}

h2{
  font-family:Helvetica, Arial;
  font-size:14px;
  margin:40px 0px -10px 0px;
}

.heading{
  margin-left:-5px;
}

li{
  margin:6px;
}

.form{
  font-family:Helvetica, Arial;
  border:1px solid #333333;
  font-size:12px;
  color:#333333;
  padding:3px;
  font-family:
}

.button{
  font-family:Helvetica, Arial;
  border:1px solid #330000;
  font-size:11px;
  font-weight:bold;
  color:#ffffff;
  background-color:#990000;
  padding:2px;
  width:125px;
}

.page_image{
  padding:10px;
  border:1px solid #cccccc;
  margin:0px 0px 15px 25px;
}

label {
    display: block;
    clear: none;
    width: 300px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

td.rowheader{
  font-size:11px;
  font-weight:bold;
  padding:5px;
  color:#ffffff;
  background-color:#000000;
}

td.row{
  border:1px solid #666666;
  padding:5px;
}

td.rowheaderc{
  font-size:11px;
  font-weight:bold;
  padding:5px;
  color:#ffffff;
  background-color:#000000;
  text-align:center;
}

td.rowc{
  border:1px solid #666666;
  padding:5px;
  text-align:center;
}

p.news_date{
  margin:0px;
  font-weight:bold;
}





/*---- NAVIGATION -----*/


#topnav {
	position: relative;
	z-index: 96;
	font: 11px "trebuchet ms", Arial, Helvetica;
	color: #fff;
}


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
  z-index: 97;
	line-height:	1px;
	border:0px solid #990000;
	margin-left:110px;
	padding-top:12px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
	background: #000000;
	border:0px solid #ffffff;
	margin-top:-2px;
}
.sf-menu ul li {
	width:			100%;
	padding-top:0px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			35px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu {
	float:			left;
	margin-top:	0px;
}

.sf-menu a, .sf-menu a:visited {
	padding: 21px 11px 0px 12px;
	text-decoration: none;
	font: 11px "trebuchet ms", Arial, Helvetica;
	color: #fff;
}

.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font: 11px "trebuchet ms", Arial, Helvetica;
	padding: 3px 0 3px 8px;
	border:1px solid #ffffff;
}

.sf-menu li ul {
	background:	#000000;
}

.sf-menu li li li {
	background:		#000000;
	border: 0px solid #fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#990000;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul,  {
  min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			8px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			8px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -8px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -8px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


