html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
}
h1 {
	margin:0px;
	float:left;
	padding:0px;
	text-indent:-900em;
}
h2 {
	font-size: 150%;
	color: #93b42c;
	font-weight:100;
}
h3 {
	font-size: 100%;
	color: #93b42c;
	font-weight:bold;
}
h4 {
	font-size: 80%;
	color: #93b42c;
	font-weight:bold;
}
.style1 {font-size: 14px}
.style2 {font-size: small}

#container {
	width: 750px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 750px;
	height: 131px;
	background-image:url(images/header_bkg.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}
#middle {
	width: 749px;
	background-image:url(images/left_bkg.gif);
	background-repeat:repeat-y;
	background-position:left;
	border-right:#2c3547 solid 1px;
}
#left {
	float:left;
	text-align:left;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background-color:#e8e9eb;
	vertical-align:top;
}
#right {
	float:right;
	width: 608px;
	padding: 0px;
	margin: 0px;
	line-height:140%;
}
#righttext {
	float:left;
	text-align:left;
	font-size: 80%;
	width: 380px;
	padding: 20px;
	margin: 10px 0px 0px 0px;
}
#rightpic {
	float:right;
	width: 185px;
	padding: 0px;
	margin: 0px;
}
#right2 {
	float:right;
	width: 608px;
	padding: 0px;
	margin: 0px;
	line-height:140%;
}
#righttext2 {
	float:left;
	text-align:left;
	font-size: 80%;
	width: 568px;
	padding: 20px 0px 0px 20px;
	margin: 10px 20px 0px 0px;
}

#footer {
	width: 750px;
	height: 30px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	text-align:left;
	text-indent:150px;
	padding-top: 5px;
	margin: 0px;
}


/*----------LINKS-----*/  

a:link {
	color: #2c3547;
	background: #e8e9eb;
	text-decoration: none;
}
a:visited {
	color: #2c3547;
	background: #e8e9eb;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2c3547;
	background: #93b42c;
}
a:active {
	color: #2c3547;
	background: #e8e9eb;
	text-decoration: none;
}
/* LISTAMATIC */

#menubox { 
	width: 140px;
	font-family: "Century Schoolbook", Georgia, serif;
	font-size: 24px; 
}

#menubox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menubox a {
	display: block;
	padding: 6px 0px 6px 8px;
	width: 132px;
	background-image:url(images/menu_up.jpg);
	border-bottom: #e8e9eb solid 2px;
	color: #ffffff;
}
#menubox a:link, #menubox a:visited {
	display: block;
	width: 132px;
}
#menubox a:hover, #menubox .active {
	display: block;
	width: 132px;
	background-image:url(images/menu_over.jpg);
}