body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #005885;
	color: #000;
	background-image: url(/images/stripe5.gif);
	background-repeat: repeat;
	background-attachment:fixed;
}

#pageframe {
	width: 750px;   /* Was 85% */
	margin: 18px auto;
	background-color: #fff;
	color: #000;
	text-align: left;
	border-top: 4px solid #333;
	border-right: 2px solid #333;
	border-bottom: 4px solid #333;
	border-left: 2px solid #333;
}

#header {
	background-color: #fff;
	color: #000;
	text-align: center;
	width: 750px;
	height: 190px;
}

#nav {
	float: left;
	margin: 0;
	width: 155px;
	padding: 30px 15px;
}

#nav ul {
	margin: 0;     /* This and the one below remove standard list left indendation */
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav a {
	display: block;     /* To achieve a roll-over */
	padding: 5px;
	width: 140px;        /* Setting width here in nav a makes the entire block active */
	color: #fff;
	background-color: #0079B7;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

#nav a:hover {
	background-color: #9CF;  
	color: #000;            
}

#active a, #active a:hover {
	color: #fff;
	background-color: #036;  /* was #005885 */
}

#active li a {
	color: #fff!important;
	background-color: #0079B7!important;
	background-image: url(images/bullet-w.gif)!important;
	background-repeat: no-repeat;
	background-position: left;
}

#active li a:hover {
	background-color: #9CF!important;
	color: #000!important;
	background-image: url(images/bullet-b.gif)!important;
	background-repeat: no-repeat;
	background-position: left;
}

.subnav {
	color: #fff!important;
	background-color: #036!important;  /* was #005885 */
  	background-image: url(images/bullet-w.gif)!important;
	background-repeat: no-repeat;
	background-position: left;
}

#nav ul ul a {
	padding: 5px 5px 5px 28px;
	width: 117px;
	background-image: url(images/bullet-w.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#nav ul ul a:hover {
	background-color: #9CF;
	color: #000;
	background-image: url(images/bullet-b.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#content {
	margin-left: 190px;
	padding: 25px;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #fff;
	color: #000;
	line-height: 140%;
	margin-top: .6em;
}

#content td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #fff;
	color: #000;
	line-height: 140%;
}

#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #fff;
	color: #000;
	line-height: 140%;
}

#content li {
	margin-top: .7em;
}
	
#content h1 {                 /* This is the page heading */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #C30;
	font-size: 145%;
	margin: 0;
	font-weight: lighter;
}

#content h2 {                 /* This is the paragraph heading */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0.3em;
	background-color: #fff;
	color:#AD8200;
	margin-top: 1.5em;
}

#content h3 {                  /* This is the subordinate paragraph heading */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-bottom: 0.3em;
	background-color: #fff;
	color: #005885;
	margin-top: 1em;
}

#content h4 {                 /* This is the page subtitle */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #fff;
	color: #000;
	font-size: 80%;
	margin: 0;
}

#content h6 {          /* This is the header for the side box */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FC3;
	color: #005885;
	font-size: 85%;
	margin: 0;
}

#footer {
	clear: both;
	margin: 0;
	color: #333;
	background-color: #FC6;
	border-top: 1px solid #333;
}

#footer td {
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.colorcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #C30;
	background-color: #FFFFFF;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
}

.boxright  {
	float: right;
	width: 155px;
	margin: 0px;
	padding: 5px;
}

.boxhead {
	text-align: center;
	background-color:#FC3;
	color: #333;
	margin: 0px;
	padding: 10px;
}

.boxbody {            /* This is the What's New box on the home page */
	margin: 0px;
	padding: 10px;
	background-color: #FFF9EA;
	border-left: 2px dashed #fc3;
	border-right: 2px dashed #fc3;
	border-bottom: 2px dashed #fc3;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}

.boxbody2 {            /* This is the blue box on any page */
	margin: 0px;
	padding: 10px;
	background-color: #F3F8FA;
	color: #000;
	line-height: 130%;
	border-top: 4px dashed #005885;
	border-bottom: 4px dashed #005885;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}