* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
  background-color: white;
}

div#page {
  width: 620px;
  margin: 14px 0 10px 8px;
  text-align: left;
			overflow: hidden;


}

p, h1, h2, h3 {
  margin: 0.85em 0;
}

a {
	color: #6666FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 130%;
	color: #6666FF;
}

div#topnav {
  clear: both;
  float: left;
  width: 100%;
  height: 43px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 2em;
	overflow: hidden;
}

form#searchform input {
	border: 1px solid #AAA;
	font-size: 12px;
	padding: 2px;
	width: 120px;
	margin-right: 2px;
}

div#contentbody {
	position:relative;              /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;                     /* width of whole page */
  overflow:hidden;        /* This chops off any overhanging divs */
	background-color: white;  /* Left column background color */
}

div#colleft {
	float:left;
  width:200%;
  position:relative;
  left:125px;
  background-color: white; /* Right column background color */
			padding-bottom: 10em;
}

div#col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:125px;
  padding-bottom:1em;
}

div#col1 {
	margin:0 0 0 140px;  /* Left margin - Left column width + Right column left side padding */
  position:relative;
  right:100%;
  overflow:hidden;
	height: 1%;  /* Fix glitch in IE6 */
}

div#col2 {
	float:left;
  width:125px;
  position:relative;
  right:125px;
  /*padding-top: 210px;   Push left side links underneath Javascript menu */
}

div.smartbanner {
	width: 480px;
	height: 173px;
	margin-bottom: 1em;
}

div.floatleft {
	width: 300px;
	float: left;
}

div.floatright {
	width: 150px;
	float: right;
	margin-top: 0.85em;
	border: 0px solid #AAA;
	border-width: 1px 1px 1px 1px;
}

div#rightnav {
	width: 140px;
	padding: 0 5px 0 5px;
}

div.indexnews {
	margin-bottom: 2em;
}

/* NAVIGATION CSS */

#mainnav, #mainnav ul { /* all lists */
	font-family: Verdana;
	width: 125px; /* Width of Menu Items */
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	float : left;
}

#mainnav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width:119px;
}
	
#mainnav li ul { /* second-level lists */
	position : absolute;	
	left: -999em;
	margin-left: 118px;
	margin-top : -19px;
}

#mainnav li ul li {
	width: 214px;
			height: auto !important;
			height: 13px;
}
	
#mainnav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#mainnav li a {
	/*width:119px;*/
	display : block;
	color : #999999;
	text-decoration : none;
	background-color : white;
	border: 1px solid #999999;
	padding: 2px;
			height: 100%;
}
	
#mainnav li a:hover {
	color : white;
	background-color : #6666FF;
}
	
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul {
	left: -999em;
}
	
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
