/* BODY definition */
	BODY {
	margin: 0px;
	background:  #fff;
	color:  #333;
	text-align: center;
	font-family: "times new roman", times, serif;
	font-size: 12px;
	}

/* CENTER PAGE AND SET WIDTH */
	div.frame {
	width:  550px;
	margin-right:  auto;
	margin-left:  auto;
	margin-top:  0px;
	padding:  0px;
	text-align:  left;
	}


/* SPACING */
	div.spacer {
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: 6px;
  	}

/* DEFAULT LINKS */
	a:link { 
	color: #333; 
	text-decoration: none; 
	}
	a:active { 
	color: #999; 
	text-decoration: none; 
	}
	a:visited { 
	color: #555; 
	text-decoration: none; 
	}
	a:hover { 
	color: #777; 
	text-decoration: underline;
	}

/* FORM PROPERTIES */
	FORM{
	padding: 3px;
	margin: 0px;
	}
	TEXTAREA, SELECT, OPTION, INPUT{
	font-family: verdana, arial, sans-serif;
	padding: 2px;
	font-size: 9px;
	color: #ffffff;
	background-color: #339;
}




/* ----------- */
/* HEADER AREA */
/* ----------- */

/* HEADER IMAGE */
	div.headimg {
	background-image: url(images/headers/default.gif);
	width: 750px;
	height:  120px;
	background-repeat: no-repeat;
	}


/* MENUBAR */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
  width: 744px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}







/* ------------ */
/* REST OF PAGE */
/* ------------ */

/* CATEGORY HEADER */
	div.catheader {
	clear:both;
	font-family: arial, verdana, sans-serif;
	font-size:  20px;
	font-weight: bold;
	color: #aaa;
	padding:  5px;
	}

/* CATEGORY CONTENT */
	div.catcontent {
	background:  #ccc;
	border:  dotted 3px #33c;
	border-top: solid 2px #33c;
	border-bottom: solid 2px #33c;
	text-align:  left;
	font-family: "times new roman", times, serif;
	font-size: 13px;
	padding:  10px;
	}


/* CATEGORY CONTENT No-Padding */
	div.contentnopad {
	background:  #111111;
	border:  solid 2px #660000;
	text-align:center;
	font-family: "times new roman", times, serif;
	font-size: 12px;
	}


/* FOOTER CONTENT */
	div.footercontent {
	background:  #111111;
	border:  solid 2px #660000;
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding-bottom:  5px;
	}


