/* HEADER */

#header-container{
	height: 295px;
	margin: 0px;
	padding: 0px;
}

#menu{
	left: 121px;
	top: 70px;
	position: absolute;
	z-index: 10;
	white-space: nowrap;
}
#menu a{
	margin-left: 27px;
	font-family: Arial, sans-serif;
	font-weight: bolder;
	font-size: 9pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #336;
}
#menu a:hover{
	text-decoration: underline;
}

#header-box{
	position: absolute;
	left: 240px;
	top: 125px;
	width: 500px;
	height: 140px;
	padding: 5px;
	overflow: auto;
	z-index: 10;
}

#header-box-back{
	position: absolute;
	left: 240px;
	top: 125px;
	width: 500px;
	height: 140px;
	padding: 5px;
	z-index: 1;
	background-color: #FFF;
	filter: Alpha(opacity=60); /* IE */
	-moz-opacity: 0.6; /* Mozilla */
}

#header-graphic{
	position: absolute;
	left: 22px;
	top: 22px;
}

/* Gilder Image Transform technique */
 .replace {
  width: 624px;
  height: 42px;
  position: absolute;
  left: 140px;
  top: 0px;
}

.replace span {
  background: url(/graphics/header.gif) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}

h1{
	font-family: Arial, sans-serif;
	font-weight: bolder;
	font-size: 24pt;
}

/* LEFT NAVIGATION MENU */
#search-box{
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	width: 200px;
	clear: left;
}

#browse-box{
	float: left;
	margin-top: 15px;
	margin-left: 12px;
	width: 200px;
	clear: left;
}

#browse-box ul{
	margin-left: 30px;
	margin-right: 5px;
	padding: 0px;
}

#searchform{
	margin: 10px 15px 15px 15px;
}

#keywords{
	height: 21px;
	width: 140px;
}

/* MAIN BOX */
#main-box{
	margin-top: 15px;
	margin-left: 225px;
	width: 542px;
	margin-bottom: 20px;
}

#main-box.text-only{
	padding-bottom: 20px;
}

#main-box.text-only p{
	padding: 0px 15px 0px 15px;
}

/* GENERAL TAG RULES */

BODY{
	width: 768px;
	background-image: url(/graphics/background.gif);
	background-position: 0 63px;
	background-repeat: repeat-x;
}

BODY, TD{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

FORM{
	margin-bottom: 0px;
}

INPUT{
	vertical-align: bottom;
}

/* HEADER HEADLINE */
h2{
	font-family: Arial, sans-serif;
	font-weight: bolder;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0 5 10 5;
}

/* HEADER TEXT */
h4{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 0 0 0 0 ;
}

/* TABLE HEADER */
h3{
	font-family: Arial, sans-serif;
	font-weight: bolder;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0 0 10 0;
	color: #336;
	background-image: url(/graphics/tbl_header_back.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 5px;
	padding-left: 32px;
}

/* GENERAL PURPOSE CSS CLASSES */

.boxed{
	border: 1px solid #CCC;
	padding: 0 0 0 0 ;
}

.seo{
	display: none;
}

.center{ text-align: center; }
.bold{ font-weight: bold; }
.clear{ clear: both; }
