/* NAVIGATION STYLE DEFINITIONS */
/* GLOBAL RESET */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
/* SELECTOR STYLE DEFINITIONS */
body {
	font: 75%/115% Verdana, Arial, san-serif;
	background-color: rgb(255,255,255);
	color: rgb(120,122,126);
	padding: 8px;
	padding-bottom: 4px;
}
html>body {
	font: 75%/125% Verdana, Arial, san-serif;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: .8em;
}
td {
	vertical-align: top;
}
a:link {
	/*text-decoration: none;*/
}
a:visited { }
a:hover { }
a:active { }
/* COMMON ELEMENT STYLE DEFINITIONS */
div#topConstants {
  position: absolute;
	top: 25px;
	left: 500px;
}
div#topConstants p, div#topConstants a:link, div#topConstants a:visited, div#topConstants a:hover {
  text-decoration: none;
  color: rgb(0,60,52);
	font-size: .7em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div#topConstants p#links {
  margin-left: 16em;
}
div#topConstants p#links a {
  font-size: .9em;
}
div#topConstants input {
	padding: 2px;
	font-size: 1em;
	border: 1px solid rgb(125,139,135);
	margin-left: 10px;
}
div#topConstants input#goButton {
  border: 0;
  color: rgb(255,255,255);
  background-color: rgb(0,60,52);
}
div#topConstants input#search {
  font-size: 1.2em;
}
br#breaker {
	position: relative;
	top: 0;
	width: 785px;
	clear: both;
	height: 0;
}
div#pageContent {
	width: 785px;
	padding-bottom: 10px;
}
div#leftCol, div#rightCol {
	position: relative;
	top: 0;
	width: 192px;
	border: 1px solid rgb(125,139,135);
	background-color: rgb(255,255,255);
	margin-bottom: 15px;
}
html>body div#leftCol, html>body div#rightCol {
	min-height: 650px;
}
div#leftCol {
	float: left;
}
div#rightCol {
	float: right;
	clear: none;
}
div#center {
	position: relative;
	top: 0;
	float: left;
	clear: none;
	width: 391px;
	padding: 0 3px 10px 3px;
	background-color: rgb(255,255,255);
	border-top: 3px solid rgb(255,255,255);
	z-index: 100;
}
img#centerImg {
	position: relative;
	float: left;
	clear: none;
	border-left: 3px solid rgb(255,255,255);
	border-right: 3px solid rgb(255,255,255);
}
div#center h1 {/*
	width: 366px;
	width: 98%;*/
	color: rgb(255,255,255);
	background-color: rgb(0,60,52);
	font-size: 1.6em;
	font-weight: normal;
	padding: 20px 10px 15px 15px;
	margin: 0 0 5px 0;
}
div#center p span.headline {
	color: rgb(0,60,52);
	font-weight: bold;
}
div#center p {/*
	width: 365px;*/
	margin: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(125,139,135);
}
div#leftCol h2, div#rightCol h2 {
	width: 175px;
	color: rgb(255,255,255);
	background-color: rgb(125,139,135);	
	font-size: 75%;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 7px 5px 10px;
	border-bottom: 2px solid rgb(255,255,255);
}
div#leftCol p, div#rightCol p {
	padding: 7px 7px 10px 10px;
}
div#leftCol p.list, div#rightCol p.list {
	padding: 12px 7px 0px 10px;
	line-height: 100%;
}
div#leftCol a:link, div#leftCol a:visited, div#rightCol a:link, div#rightCol a:visited {
	color: rgb(125,139,135);
	text-decoration: underline;
}
div#leftCol a:link.morelink, div#leftCol a:visited.morelink, div#rightCol a:link.morelink, div#rightCol a:visited.morelink, div#center a:link.morelink, div#center a:visited.morelink {
	color: rgb(0,60,52);
	text-decoration: none;
}
div#photoBG {
  position: relative;
	top: 0;
	width: 785px;
	height: 445px;
	background: transparent url(../images/bigNavPhotoBG.jpg) no-repeat scroll top left;
	z-index: 0;
}
p#footer {
	position: relative;
	top: -10px;
	width: 765px;
	text-align: right;
	text-transform: uppercase;
	padding: 10px;
	background-color: rgb(0,60,52);
}
p#footer a, p#footer a:visited, p#footer a:hover {
	text-decoration: none;
	color: rgb(255,255,255);	
}
/* HOME PAGE STYLE DEFINITIONS */
ul#attn {
	width: 100%;
}
ul#attn li {
	list-style: inside url(../images/li.gif);
	background-color: rgb(0,60,52);
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid rgb(255,255,255);
}
ul#attn li a:link, ul#attn li a:visited, ul#attn li a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: .7em;
	text-transform: uppercase;
	padding-left: 0;
	margin-left: 0;
}