/* CSS Document */
body {
  margin:0px;
  padding: 30px 0px 0px 0px;
  background-color: #ECDEC2;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
}

body,table,input,textarea {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 1.5em;
}

h1 {
  font-size: 18px;
  color: #3365B0;
  margin-bottom: 3px;
}
.topNav, .topNav a, .topNav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.topNav a:hover {
	color: #000000;
	text-decoration: underline;
}
.topNav a:active {
	color: #808080;
	text-decoration: underline;
}
.greySpacer {
	background-color: #CACACA;
	height: 5px;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
}
.headerLink {
	width: 209px;
	background-image: url(../images/header_left.gif);
	background-repeat: no-repeat;
}
.headerLink, .headerLink a, .headerLink a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #95A5C6;
}
.headerLink a:hover {
	text-decoration: underline;
}

#subnavtd {
  background-color: #cccccc;
  border-bottom: 1px solid #ffffff;
  height: 20px;
	padding-left: 3px;
}
#subnavtdactive, #subsubnavtd {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  height: 20px;
  padding-left: 3px;
}
#subnavtd a, #subnavtd a:visited, #subnavtdactive a, #subnavtdactive a:visited, #subsubnavtd a, #subsubnavtd a:visited {
  color: #000000;
  text-decoration: none;
}
#subnavtd a:hover, #subnavtdactive a:hover, #subsubnavtd a:hover {
  text-decoration: underline;
}

td.mainNav, td.mainNavActive {
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	height: 20px;
	padding-left: 3px;
}
td.mainNavActive, td.mainNavActive a {
	font-size: 13px;
  text-decoration: underline;  
  color: #000000;
}
td.mainNavActive a:hover {
	text-decoration: none;
}
.mainNav, .mainNav a, .mainNav a:visited {
	background-color: #E8E8E8;
  font-size: 13px;
  text-decoration: none;  
  color: #000000;
}
.mainNav a:hover {
  text-decoration: underline;
}
.mainNav a:active {
 color: #000000;
}
.footer {
	padding-left: 5px;
	background-color: #F2F2F2;
}
.footerCell, td.footerCell a, td.footerCell a:visited {
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  line-height: 1.2em;
}
td.footerCell a:hover {
  text-decoration: underline;
}
td.headline {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
td.body {
	font-size: 13px;
	padding-top: 5px;
}
input.rsubmit {
	border-width: 1px;
	margin-top: 3px;
	font-weight: bold;
}
.banner_bottom {
	background-image: url(../images/banner_bottom.gif);
	background-repeat: no-repeat;	
}
#msg { background-color: #FFFFE0; border: 1px solid #E6DB55; padding: 10px; margin: 5px 0 5px 0; }
#error { background-color: #FFEBE8; border: 1px solid #CC0000; padding: 10px; margin: 5px 0 5px 0; }
#info { background-color: #EAF3FA; border: 1px solid #7F9DB9; padding: 10px; margin: 5px 0 5px 0; }
