/* GRRO site extended content area */ 

body {
	margin: 0px; 
	padding: 0px;
	background: url(images/bg.gif) top left;
	background-color: #333333;
	height: auto;
	}
html {
	padding: 0px;
	margin: 0px;
	}
/* basic div elements */
/* This negative centering trick is courtesy of http://bluerobot.com/ */
#container {
	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	margin-top: 10px;
	height: auto;
	}
#banner {
	width: 750px;
	height: 120px;
	background: url(images/banner.gif) top no-repeat;
	vertical-align: bottom;
	}
#menu {
	float: left;
	width: 160px;
	background: url(images/grid_bg.gif) top left no-repeat;
	text-align: left;
	font-family: 'courier new', arial, helvetica, sans-serif;
	font-weight: bolder;
	margin: 5px 0px 0px 0px;
	}
#content {
	float: left;
	width: 510px;
	background-color: #FFFFFF;
	margin: 5px 0px;
	text-align: left;
	padding: 0px 5px;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	}
#footer {
	float: left;
	width: 750px;
	background-color: #414465;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
/* specific divs */
/* Use an image to replace text in an h1 - this trick courtesy of Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#banner h1 {
	font-size: 22px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 1px;
	text-align: left;
	line-height: 26px;
	padding: 70px 0px 0px 0px;
	margin: 0px;
	}
#banner h1 span {
	display: none;
	}
#banner h2 {
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-style: oblique;
	text-align: left;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}
#banner h2 span {
	display: none;
	}
#content h2 {
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	text-transform: capitalize;
	color: #006633;
	font-weight: bolder;
	margin: 0px;
	padding-bottom: 5px;
	text-align: left;
	}
#content h3 {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #006633;
	font-weight: bolder;
	margin: 0px;
	padding-bottom: 0px;
	text-align: left;
	}
#content h4 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-transform: capitalize;
	color: #414465;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	text-align: left;
	}
/* specific link properties */
a {
	color:#993333;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
#content a {
	color:#993333;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}
#content a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #993333;
	}
#menu span.usm a {
	background: none;
	padding-left: 0px;
	}
#menu a {
	color: #414465;
	padding: 5px 0px 0px 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	}
#menu a:hover {
	background: url(images/dot.gif) left center no-repeat;
	}
#menu p.subLinks {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size: 90%;
	}
#footer a {
	color: #FFFFFF;
	}
/* other elements */
ul {
	list-style-image: url(images/bullet.gif);
	}
strong {
  font-weight: bolder;
  }
acronym {
	border-bottom: none;
	}
img {
	margin: 2px;
	}
