html {
	height: 100%;
	margin-bottom: 1px;
}
.TopItemLook {color: #000000}

body, input, select, textarea, td, th, p {
	font: 10px verdana, arial, tahoma, Helvetica, sans-serif;	
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
input, select, textarea, password { background-color : #ffffff; font-size : 9 pt; line-height : 10 pt; color : #000000; border-width: 1;}

.outline
{
padding: 8px 8px 0px 8px;
border-color: #919191;
border-width: 1px;
border-style: solid;
}
.outline2
{
padding: 0px 0px 0px 0px;
border-color: #919191;
border-width: 1px;
border-style: solid;
}
.outlineright
{
padding: 0px;
border-color: #919191;
border-width: 1px 1px 1px 0px;
border-style: solid;
}
.bodypad
{
margin-top: 8px;
margin-bottom: 8px;
}
.contentpad
{
padding-left: 20px;
padding-right: 20px;
}

.whitetext 
{
	font-family: verdana, arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none
}

.errortext 
{
	font-family: verdana, arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none
}

.txtwhtgrbg 
{
	font-family: verdana, arial, tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #919191;
	padding: 8px 8px 8px 8px;
}

.footer 
{
	font-family: verdana, arial, tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none
}

hr {
	height: 1px;
	border-top: 1px solid #000066;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.navholder {
	width: 116px;
}
.navlinkb {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold; 
	height: 20px;
	line-height: 20px;
	display: block;
}
a.navlinkb:link {
	color: #666666;
	text-decoration: none;
}
a.navlinkb:visited {
	color: #666666;
	text-decoration: none;
}
a.navlinkb:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #919195;
}
a.navlinkb:active {
	color: #666666;
	text-decoration: none;
}
a.whitelink:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.whitelink:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.whitelink:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.whitelink:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.footerlink:link {
	color: #666666;
	text-decoration: underline;
}
a.footerlink:visited {
	color: #666666;
	text-decoration: underline;
}
a.footerlink:active {
	color: #ff9900;
	text-decoration: underline;
}
a.footerlink:hover {
	color: #ff9900;
	text-decoration: underline;
}

.leftimg {
	padding: 0px 6px 6px 0px;
}
.rightimg {
	padding: 0px 0px 6px 6px;
}
.header {color: #919191; font-family: verdana, arial, tahoma, Helvetica, sans-serif; font-size: 18px;}
.title {color: #919191; font-family: verdana, arial, tahoma, Helvetica, sans-serif; font-size: 16px;}
.content {color: #919191; font-family: verdana, arial, tahoma, Helvetica, sans-serif; font-size: 12px;}
.emptytext {color: #FfEe99; background-color: #919191; font-family: verdana, arial, tahoma, Helvetica, sans-serif; font-size: 12px;}
.activetopic {color: #A587BF;}

a.nblink:link {
	font-weight: normal;
}
a.nblink:hover {
	font-weight: normal;
}
a.nblink:active {
	font-weight: normal;
}
a.nblink:visited {
	font-weight: normal;
}

a.purplink:link {
	color: #bb99cc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.purplink:hover {
	color: #ff9900;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.purplink:active {
	color: #ff9900;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.purplink:visited {
	color: #bb99cc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
#navx  { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
 	font-size: 11px;  /* Font size of all menu items */
}
#navx ul
 {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
	border: 1px solid black;

}

#navx a {
	display: block;
	width: 11em;
}

#navx li { /* all list items */
	float: left;
	width: 13.8em; /* width needed or else Opera goes nuts */
}

#navx li li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	
}

#navx li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navx li ul ul { /* third-and-above-level lists */
	margin: -21px 0 0 11em;
	background: #f1f1f1;
}
#navx li ul ul ul { /* fourth-level lists */
	margin: -20px 0 0 11em;
	background: #ffffff;
}


#navx li:hover ul ul, #navx li:hover ul ul ul, #navx li.showmymenu ul ul, #navx li.showmymenu ul ul ul {
	left: -999em;
}

#navx li:hover ul, #navx li li:hover ul, #navx li li li:hover ul, #navx li.showmymenu ul, #navx li li.showmymenu ul, #navx li li li.showmymenu ul { /* lists nested under hovered list items */
	left: auto;
}
.navLinks a {
  color: #666666;  /* Set color of top menu text */
  font-weight: normal;  /* Make top menu text bold or normal */
  text-align: center;  /* Center top menu text in menu button */
  text-decoration: none;
}

.navLinks a:hover {
  background-color: #919195;  /* Set top menu rollover background color */
  color: #ffffff;  /* Set top menu rollover text color */
  border-right: 2px solid #919195;
}
.navLinks a#lastMenu { 
  border: 0;  /* Add right border to last top menu item */
  /* width: 160px;  /* Adjust last top menu item width to fit within top menu */
}

.subMenux {
  background-color: #ffffff;  /* Set the background color of the sub menus */
}

.subMenuLinkx {
margin: 0px 0px 0px 0px;
}

.subMenux a {
  color: #666666;  /* Set the font color of the sub menu items */
  font-weight: normal;	  /* Return the font weight to normal for sub menu items */
  height: 20px;  /* Set the height of the sub menu items */
  line-height: 20px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: 0px;  /* Set the top border of each sub menu link to -1px to remove double borders */
}

.subMenux a:hover {
  background-color: #919195;  /* Set sub menu rollover background color */
  color: #ffffff;  /* Set sub menu rollover text color */
  font-weight: normal;	  /* Return the font weight to normal for sub menu items */
  border-right: 0px;
}
.navLinkshidden a {
  color: #666666;  /* Set color of top menu text */
  font-weight: normal;  /* Make top menu text bold or normal */
  text-align: center;  /* Center top menu text in menu button */
  text-decoration: none;
  font-size: 1px;
}

.navLinkshidden a:hover {
}
