/* General styles */
* {
	margin: 0;
	padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #FFFFCC;
	color: #000000;
	min-width:150px;    /* Minimum width of layout - remove line if not required */
											/* The min-width property does not work in old versions of Internet Explorer */
}

a {
	color:#369;
}

a img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

p, li {
	font:	1.0em/1.6em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.6em;
	color: green;
	margin-bottom: 6px;
	margin-top:6px;
}

h2 {
	font-size: 1.3em;
	color: #00CC33;
	margin-bottom: 4px;
}

h3 {
	font-size:1.1em;
	margin-bottom: 2px;
}

ul {
	margin-left: 25px;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}
	
div, table {
	margin-left:auto; 
	margin-right:auto;
}

table {
	margin-bottom:10px;
}

td, td p {
	margin:0; 
	padding-left:5px; 
	padding-right:5px;
}

#header {
	background: #267f23;
	margin-top:0;
	padding-top:0;
	padding-left:150px;
	text-align:center;
	height:107px;
	font-size:2em;
	color:#FFFFFF;
}

#corner {
	background:#FFFFCC;
	float:left;
	width:150px;
	height:107px;
	clear:none;
	position:absolute;
	padding:0;
	margin:0;
}
	
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}

#header ul li a:hover {
	background:#369;
	color:#fff;
}

#header ul li a.active, 
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
		display:block;
}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */

.colmask {
	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 */
}

/* 2 column left menu settings */
.leftmenu {
	background: #069949;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	background:#FFFFCC;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:150px;
	padding-bottom:1em;
}

.leftmenu .col1 {
	margin:0 15px 0 165px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:150px;
	position:relative;
	right:150px;
	text-align:center;
}

#left-sidebar {
	background: #069949;
	text-align:center;
	width: 150px;
	float: left;
	clear:none;
	padding-top: 0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

#nav_table {
	margin-top:0;
	margin-bottom:10px;
	padding-top:0;
	padding-bottom:0;
}

#nav_table img {
	padding:0; 
	margin:0;
	display:block;
}

#menu_title {
	font-size:24px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	color:white;
}

#footer {
	background: #267f23;
	text-align: right;
	color: white;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	clear:both;
	float:left;
	width:100%;
}

#footer p {
	margin:0 10px;
	padding:2px 0;
}

#footer a {
	color:#000000;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
	vertical-align:baseline;
}

.left {
	text-align:left;
	vertical-align:baseline;
}

.justify {
	text-align:justify;
	vertical-align:baseline;
}

.absmiddle {
	text-align:center;
	vertical-align:middle;
}

.no_border {
	border:none;
}

.height_30 {
	height:30px;
}

.height_33 {
	height:33px;
}

.height_45 {
	height:45px;
}

.linkButton {
	margin: 0;
	padding: 0; 
	background: #008000;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border: 1px solid;
	border-top-color: #2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
}

.linkButton a:link {
	margin: 0;
	padding: 0; 
	text-decoration: none;
	color: white;
	font-weight: bold;
	border: 1px solid;
	border-top-color: #2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
}

.linkButton a:visited {
	margin: 0;
	padding: 0; 
	text-decoration: none;
	color: white;
	font-weight: bold;
	border: 1px solid;
	border-top-color: #2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
}

.linkButton a:hover {
	margin: 0;
	padding: 0; 
	background-color: #00CC33;
}

.linkButton a:active {
	margin: 0;
	padding: 0; 
	text-decoration: none;
	color:black;
	font-weight: bold;
	border-top-color: #003300;
	border-left-color: #003300;
	border-bottom-color: #2DAD2D;
	border-right-color: #2DAD2D;
	background-color: #008000;
}
/*==================Old DRW Stylesheet===================*/

.superscript {
	font-size: 0.6em;
	vertical-align: super;
}

.largerBoldRed {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}

.largerBoldBlue {
	font-size: 1.2em;
	font-weight: bold;
	color: #0000FF;
}

.largerBold {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.smallerBold {
	font-size: 0.8em;
	font-weight: bold;
	color:#000000;
}

.smallerBoldWhite {
	font-size: 0.8em;
	font-weight: bold;
	color: white;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
}

.red {color: #FF0000}

.xlargeBoldRed {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
}

/* Sortable tables */

table.sortable tr.sortheader td {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
	font-weight:bold;
}

table.sortable a.sortheader {
  background-color:#66FF33;
  font-weight: bold;
  text-decoration: none;
  display: block;
	text-align: center;
}

table.sortable span.sortarrow {
  color: black;
  text-decoration: none;
}

#banner {
	clear:right;
	background:url(/images/Banner2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:111px;
}

#news {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0;
	padding-top:0; 
	text-align:center;
	border:2px;
	border-style:solid;
	width:50%;
}

/*********** #navBar link styles ***********/

#navBar { padding-bottom:10px;}
#navBar ul a:link, #navBar ul a:visited,  #navBar ul a:hover { width: 110px; display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEEEEE; margin:0;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none; margin:0;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size:90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	margin: 5px 20px;
	border: 1px solid;
	border-top-color:#2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#FFFFFF;
	background-color:#008000;
	font-weight:bold;
	text-decoration:none;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
	margin: 5px 20px;
	border: 1px solid;
	border-top-color:#2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#FFFFFF;
	background-color:#008000;
	font-weight:bold;
	text-decoration:none;
}

#sectionLinks a:hover{
	border: 1px solid;
	border-top-color:#2DAD2D;
	border-left-color: #2DAD2D;
	border-bottom-color: #003300;
	border-right-color: #003300;
	background-color: #00CC33;
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:active{
	padding: 2px 0px 2px 0px;
	margin: 5px 20px;
	border: 1px solid;
	border-top-color:#003300;
	border-left-color: #003300;
	border-bottom-color: #2DAD2D;
	border-right-color: #2DAD2D;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	color:#000000;
	background-color:#008000;
	font-weight:bold;
	text-decoration:none;
}
