body {
	margin: 0px;
	padding: 0px;
	/*background: #323742 url("/images/bg.body.old.jpg") repeat-y;*/
	background: #72808E url("/images/bg.body.jpg") repeat-y;
	background-position: top center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
OPTION, TEXTAREA, .formboxes {
  background: #CCC;
}
/* logo link */
h1,h2 {
	margin: 0px;
	padding: 0px;
}
h1 a:link, h1 a:visited {
	display: block;
	position: relative;
	width: 550px;
	height: 93px;
	top: 40px;
	left: 25px;

	text-indent: -5000px;
	line-height: 0;
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	position: relative;
	float: right;
	width: 162px;
	height: 39px;
	top: 65px;
	display: none;

	text-indent: -6000px;
	line-height: 0;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	background: none;
}
/* regions */
#wrapper {
	width: 998px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #333;
	border-top: 0px;
}
#header {
	/*background-position: 0px 19px;*/
	background-repeat: no-repeat;
	width: 100%;
	/*height: 138px;*/
	height: 211px;
}
#topmenu {
	padding-top: 2px;
	padding-left: 5px;
	color: #999;
	font-size: 10px;
	/*background: url("/images/bg.topmenu.jpg") no-repeat;*/
	height:17px;
	/*border-bottom: 1px solid #333;*/
}
#topspacer {
	height: 17px;
	background-image: url("/images/bg.topspacer.jpg");
}
#contentwrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#maincontent {
	width: 674px;
	background-color: white;
	border: 1px solid #666;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url("/images/bg.content.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.section {
	width: 664px;
	height: 21px;
	background: #DCD6C9 url("/images/bg.section.sq.gif") repeat-x;
	padding-left: 10px;
	padding-top: 3px;
	border-top: 1px solid #666;
	
	color: #494F56;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.content {
	width: 654px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#legal {
	/*background-color: #666;
	border: 1px solid #666;*/
	padding: 10px;
	padding-top: 30px;
	background: #60666F url("/images/bg.legal.jpg") no-repeat;

	
	color: #CCC;
	font-size: 10px;
	text-align: center;
}
#leftmenu {
	width: 161px;
	background: #999 url("/images/bg.leftmenu.off.gif") repeat-y;
	color: black;
}
#rightmenu {
	width: 161px;
	background: #999 url("/images/bg.rightmenu.off.gif") repeat-y;
	color: black;
}
#menuSpacerLeft {
	width: 100%;
	height: 7px;
	background: white url("/images/spacer.leftmenu.gif") no-repeat;
	background-position: bottom left;
}
#menuSpacerRight {
	width: 100%;
	height: 7px;
	background: white url("/images/spacer.rightmenu.gif") no-repeat;
	background-position: bottom left;
}
.menuHeaderLeft {
	width: 144px;
	height: 16px;
	padding: 3px;
	padding-left: 14px;
	background: #DEE2E7 url("/images/bg.leftmenu.header.gif") repeat-x;
	
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #494F56;
}
.menuHeaderRight {
	width: 144px;
	height: 16px;
	padding: 3px;
	padding-left: 14px;
	background: #DEE2E7 url("/images/bg.rightmenu.header.gif") repeat-x;
	
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #494F56;
}
.menuItemLeft {
	background: #DEE2E7 url("/images/bg.leftmenu.gif") repeat-y;
	border-bottom: 1px solid #B1B6BC;
	padding: 5px;
	font-size: 10px;
}
.menuItemRight {
	background: #DBCAAF url("/images/bg.rightmenu.gif") repeat-y;
	border-bottom: 1px solid #C3B49C;
	padding: 5px;
	font-size: 10px;
}
.menuFooterLeft {
	height: 19px;
	background: #999 url("/images/bg.leftmenu.footer.gif") repeat-x;
}
.menuFooterRight {
	height: 19px;
	background: #999 url("/images/bg.rightmenu.footer.gif") repeat-x;
}
/* NEWS STYLES */

.header {
	color: #547098;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	padding-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.content .header {
	padding: 0px;
}
.comments {
	color: black;
	font-size: 10px;
}
.footer {
	color: #666;
	font-size: 11px;
	padding: 10px;
	padding-bottom:0px;
	padding-top: 0px;
}
.content .footer {
	padding: 0px;
}
.permalink {
	float: right;
	font-size: 10px;
}
.news {
	background-image: url("/images/newsbar.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
.news blockquote {
	color: #663300;
}
/* FONT STYLES */

.heading {
	color: #494F56;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.content .heading {
	padding: 0px;
}
.quote {
  color: #003366;
}

/* LINK STYLES */

a,a:visited,a:active  { 
  color: #003366;
  text-decoration: underline;
}
a:hover { 
  color: white;
  background-color: #7C98AE;
  text-decoration: none;
}

a.blacklink,a.blacklink:visited {
	color: black;
}
a.blacklink:hover {
	color: #333;
	background: none;
	text-decoration: underline;
}

a.menulink,a.menulink:visited {
	color: black;
	text-decoration: none;
}
a.menulink:hover {
	color: #003366;
	background: none;
}

a.greylink,a.greylink:visited {
	color: #666;
}
a.greylink:hover,a.greylink:active {
	color: black;
	text-decoration: underline;
	background: none;
}

a.legallink,a.legallink:visited {
	color: white;
}
.potdlink, .imagelink {
	border: 2px solid #666;
}

.grey {
	color: #666;
}

.section a, .section a:visited {
	color: #494F56;
	text-decoration: none;
}
.section a:hover {
	color: #494F56;
	background: none;
	text-decoration: underline;
}

.header a, .header a:visited {
	color: #547098;
	text-decoration: none;
}
.header a:hover, .header a:active {
	color: black;
	text-decoration: none;
	background: none;
}
a.toplink,a.toplink:visited {
	color: white;
	text-decoration: none;
}
a.toplink:hover {
	color: #BCD9E7;
	background: none;
	text-decoration: none;
}

/* Table Styles */

.screentable {
  background-color: #EEF2F8;
  border: 1px dashed #CCC;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: left;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.altrow {
	background-color: #E5EAED;
}

/* List Styles */

li {
  padding-top: 4px;
}
.line {
	display: block;
	height: 9px;
	background-image: url("/images/newsbar.gif");
	background-repeat: no-repeat;
	background-position: center;
}