/************************
 * Standard Elements
 ************************/
body {
    font: 100% Arial, Helvetica, sans-serif;
    background: white;
    color: black;
	margin: 0 0 2% 0;
    padding: 0;
}
div#topAnchor {
	position: absolute;
	top: 0;
	left: 0;
}
p a {
    color: blue;
    background: transparent;
    text-decoration: underline;
}
p a:visited {
	color: purple;
    background: transparent;
}
img {
    border: none;
	margin: 0;
	vertical-align: middle;
}
img.embedL {
	vertical-align: text-top;
	margin: 5px 15px 5px 0;
	float: left;
}
img.embedR {
	vertical-align: text-top;
	margin: 5px 0 5px 15px;
	float: right;
}
hr {
    clear: both;
    height: 1px;
    color: black;
    background: transparent;
	line-height: 0px;
}
/*** Lists ***/
li {
    margin-bottom: 2px ;
}
/*** Tables ***/
table {
	border: 0;
	margin: 0;
	width: 100%;
	text-align: left;
}

/*** Forms ***/
form {
    border: none;
    margin: 0;
}
input {
    vertical-align: middle;
}
/************************
 * Specific Pages
 ************************/
/*** Home Page ***/
td.navL  {
	width: 20%;
}
td.navL a {
	text-decoration: none;
}
td.navL p {
	text-align: left;
}
td.navL a:hover {
	text-decoration: underline;
}
.more {
	color: #999999;
	background: white;
}
/*** Help ***/
p.help {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 110%;
}
td.manLT {
	vertical-align: bottom;
	text-align: left;
	width: 25%;
}
td.manCT {
	vertical-align: bottom;
	text-align: center;
	width: 50%;
}
td.manRT {
	vertical-align: bottom;
	text-align: right;
	width: 25%;
}
td.manLB {
	vertical-align: top;
	text-align: left;
	width: 25%;
}
td.manCB {
	vertical-align: top;
	text-align: center;
	width: 50%;
}
td.manRB {
	vertical-align: top;
	text-align: right;
	width: 25%;
}
td.olLt {
	border-right: 1px solid black;
	padding-left: 1%;
	padding-right: 1%;
	width: 50%;
}
td.olRt {
	padding-left: 1%;
	width: 50%;
}
.outline {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 0;
}
.outline p {
	padding: 0.2%;
	margin: 0;
}
.outline ol {
	list-style-type: upper-roman;
}
.outline ol li {
	margin-left: -0.7em;
}
.outline ol ol {
	list-style-type: upper-alpha;
}
.outline ol ol ol {
	list-style-type: decimal;
}
.outline ol ol ol ol {
	list-style-type: lower-alpha;
}
.outline ol ol ol ol ol {
	list-style-type: lower-roman;
}
img.tb {
	border: 1px solid black;
	color: black;
	background: #CCCCCC;
}
/*** Ads ***/
div.rch {
	border: 1px solid black;
	text-align: left;
	font-size: 16px;
	color: black;
	background: white;
	padding: 6px;
	margin: 0;
	width: 446px;
}
div.rprop {
	height: 47px;
	float: right;
	width: 1px;
}
div.rclear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.rch a:hover {
	text-decoration: underline;
}
.rch_link {
	color: #009900;
	background: transparent;
}
/************************
 * Structural Elements
 ************************/
/*** Page Sections ***/
.logo {
/*	margin: 0;
	padding: 1%;*/
	color: white;
	background: #0000CC;
}
td.logoL {
	text-align: left;
	vertical-align: top;
}
td.logoR {
	text-align: right;
	vertical-align: middle;
	width: 468px;
}
.logotxt {
	font-family: Verdana,Lucida,sans-serif;
	font-size: 190%;
	color: white;
	background: transparent;
	margin: 0;
	padding: 0;
}
.logosub {
	font-family: Verdana,Lucida,sans-serif;
	font-size: 90%;
	color: white;
	background: transparent;
	margin: 0;
	padding: 0;
}
div.pgBody {
	color: black;
	background: transparent;
	margin: 20px 3% 20px 3%;
	padding: 0;
}
div.pgFoot {
	clear: both;
	margin: 0 20px 0 20px;
	color: black;
	background: transparent;
	text-align: left;
}
div.siteFoot {
	clear: both;
	color: black;
	background: white;
	font: 80% Arial, Helvetica, sans-serif;
    padding: 0;
	margin-top: 2em;
}
div.siteFoot hr {
    clear: both;
    height: 2px;
    color: black;
    background: transparent;
	line-height: 0px;
}
div.siteFoot p {
    text-align: center;
	margin: 5px 25px 5px 25px;
}
div.siteFoot p.promo {
    text-align: justify;
	margin: 5px 25px 5px 25px;
}
div.siteFoot a {
    color: blue;
    background: transparent;
    text-decoration: none;
}
div.siteFoot a:hover {
	text-decoration: underline;
}
/*** Horizontal Navigation ***/
div.hnav {
	font: 80% Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
div.hnav p {
	margin: 5px 10px 0 10px;
}
div.hnav a, div.hnav a:hover, div.hnav a:visited {
	color: blue;
	background: transparent;
	text-decoration: none;
}
div.hnav hr {
    clear: both;
    height: 2px;
    color: black;
    background: transparent;
	line-height: 0px;
}
/*** Blocks ***/
div.warn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid black;
	text-align: center;
	color: black;
	background: #FFFF66;
	padding: 10px;
}
div.welcome {
	border: none;
	color: black;
	background: white;
	text-align: justify;
	padding: 0;
	margin: 0 10% 0 10%;
}

/************************
 * Formatting Classes
 ************************/
.navlinks a, .navlinks a:hover, .navlinks a:visited {
	color: blue;
	background: transparent;
	text-decoration: underline;
}

/*** Font Sizes ***/
.xlarge {
	font-size: 140%;
}
.large {
	font-size: 120%;
}
.small {
	font-size: 80%;
}
.xsmall {
	font-size: 60%;
}
/*** Other Formats ***/
.cent {
	text-align: center;
}
.right {
	text-align: right;
	margin-right: 10px;
}
.sel {
	color: black;
	background: white;
}
.big {
	clear: both;
	text-align: center;
	font-size: 150%;
}
.alert, .red {
	color: red;
	background: white;
}
.yel {
	color: #FFFF66;
	background: white;
}
.grn {
	color: #00CC00;
	background: white;
}
.noDisp {
	display: none;
}
.noBR {
	white-space: nowrap;
}
.extxt {
	font-family: "Courier New", Courier, mono;
}
.reas {
	margin: 4px 10px 10px 40px;
}
.lowvis {
	font-family: "Courier New", Courier, mono;
	font-size: 60%;
	color: #CCCCCC;
	background: white;
}
.age {
	margin:0px auto;
	width:300px;
	text-align:left;
	padding:5px;
	background-color:#C0D4AF;
	border:1px solid black;
	font-size:12px;
}