﻿body
{
	color:#039;
}
div#banner {
	background:url(../images/headers/popup.jpg) left top no-repeat;
	height:54px;
	width:500px;
}
#wrapper {
	/*width:500px;*/
	}

/*Banner and Footer*/
#banner {
	height:25px;
	}
#banner .darkBG {
	height:20px;
	}
#footer .darkBG {
	height:40px;
	padding-top:0.25em;
	}
#banner .medBG,
#footer .medBG {
	height:5px;
	}
#footer {
	color:#FFF;
	font-size:0.86em;
	line-height:1;
	padding-top:5px;
	width:500px;
	}
#footer div.fr {
	margin:10px 10px 0 0;
	}
.darkBG {
	background-color:#4c71a8;
	}
.medBG {
	background-color:#DBB794;
	}
.lightBG {
	background-color:#FDF2DB;
	}

/*Content Rules*/
#contentWrapper {
	font-family: Trebuchet MS, Arial;
	font-size: .85em;
	color: #003399;
	height:auto;
	overflow:hidden;
	position:relative;
	bottom:45px;
	top:0px;
	}
#content {
	background-color:#FFF;
	overflow:hidden;
	padding:10px 0 0 10px;
	}
#contentScroll {
	height:400px;
	overflow:auto;
	padding-right:5px;
	
	}
#contentScrollGlossary {
	height:200px;
	overflow:auto;
	padding-right:5px;
	width:485px; /* must be 15px less than overall #wrapper width */
	}
#content hr {
	background:#DBB794;
	height:1px;
	margin-bottom:5px;
	}
#content h1 {
	display:inline;
	}
h1 {
	font-size:1.5em;
	font-weight:normal;
	}
h2 {
	font-size:1em;
	font-weight:bold;
	margin:0;
	color:#F93;
	}
strong {
	color:#F00;
	font-weight:bold;
	}
a {
	font-weight:bold;
	color:#039;
	outline:none;
	}
a:hover {
	color:#00F;
	}
.buttonText,
a.buttonText:visited {
	background-color:#FDF2DB;
	border:0.16em solid #000;
	border-color:#666 #000 #000 #666;
	color:#000;
	cursor:pointer;
	font-size:0.9em;
	font-weight:bold;
	margin:0 0 0 1px;
	outline:0;
	padding:0.14em 0.25em 0.25em 0.25em;
	text-decoration:none;
	}
a.buttonText:hover {
	background-color:#DBB794;
	}
a.buttonText:active {
	border-color:#000 #666 #666 #000;


