﻿/* CSS layout */
* {margin:0; padding:0; }

body {
	display:block;
	font-family:'Segoe UI', Tahoma, Geneva, Verdana;
	font-size: 12px; 
	margin: 8px 0px 8px 0px;
	background-color: #7D692D; 
	background-image: url('../images/goldtexture.jpg');
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	color: #006600;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h2 {
	color: #CC9900;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h3 {
	color: #006600;
	font-style: italic;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 2px;
}
h4 {
	color: #CC9900;
	font-style: italic;
	font-size: 16px;
	margin-top: 6px;	
	margin-bottom: 2px;
}
h5 {
	color: #006600;
	font-style: italic;
	font-size: 14px;
	margin-top: 6px;	
	margin-bottom: 2px;
}
h6 {
	color: black;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;	
	margin-bottom: 3px;
}
.td_pageheading_beige {
	background-image: url('../images/beige111.jpg');
	color: #006600;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
ul.usual {
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.usual li {
	margin-bottom: 5px;
}
ol.usual {
	list-style: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
ol.usual li {
	margin-bottom: 5px;
}
#main {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}
#quicklinks {
	width: 995px; 
	height: 50px; 
	clear: both; 
	z-index: 3; 
	position:absolute; 
	top:195px; 
	background-color: transparent;
}
#quicklinks_inner{
	float:right; 
	clear: both; 
	text-align: right; 
	margin-top: 8px;
	margin-right: 10px;
}
#quicklinks_inner a
{
	color:#333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#quicklinks_inner a:hover
{
	color: #006600;
}
#masthead {
	height: 234px; 
	width: 995px; 
	text-align: left;
}
#masthead2 {
	height: 60px; 
	width: 995px; 
	text-align: left;
}
#quicklinks2 {
	width: 995px; 
	height: 50px; 
	clear: both; 
	z-index: 3; 
	position:absolute; 
	top:10px; 
	background-color: transparent;
}
#menu {
	clear: both;	
	width: 990px;
	padding: 3px 0px 2px 5px; 
	text-align: left;
	vertical-align: middle;
	height: 28px;
	background: #003300;
}
#pagebody {
	height: 720px; 
	background-image: url('../images/greentexture.jpg');
	/* background-color: #303030;*/
	width: 975px; 
	padding: 10px 10px 10px 10px;
}
#pagebody_auto {
	height: auto; 
	background-image: url('../images/greentexture.jpg');
	/* background-color: #303030;*/
	width: 995px;
}

#footer {
	background-color: #002222;
	color: #FFF3CD; 
	width: 979px;
	height: 32px;
	vertical-align: middle;
	text-align: left;
	padding: 8px;
	border: none;
}
.footerStyle { 
	padding: 3px 0px 3px 0px;
	font-size: 14px;
}
.footerStyle a
{
	color: #D8AF34;
}
.SectionTitleLight {
	margin-top: -8px;
	font-size: 18px; 
	font-variant: small-caps;
	font-style:italic;
	font-weight: bold; 
	color:#D8AF34; 
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
}
.SectionTitleDark {
	margin-top: -8px;
	font-size: 18px; 
	font-variant: small-caps;
	font-style:italic;
	font-weight: bold; 
	color: #005500; 
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
}
.SectionSubTitleLight {
	color:#D8AF34; 
	font-size: 14px;
	font-family: inherit;
}
.SectionSubTitleLight a {
	color:#D8AF34; 
	font-size: 14px;
	font-family: inherit;
}
.SectionSubTitleDark {
	color:#003300; 
	font-size: 14px;
	font-family: inherit;
}
.SectionContentLightBackgroundDarkText {
	display: block;
	padding: 8px 8px 8px 8px;
	border: 1px solid #666666; 
	text-align: left; 
	background-color: white;
	color: black;
}
.SectionContentNoBackgroundDarkText {
	display: block;
	padding: 8px;
	border: 1px solid #666666; 
	text-align: left; 
	background-color: transparent;
	color: black;
}
.SectionContentDarkBackgroundLightText {
	display: block;
	padding: 8px; 
	border: 1px solid #202020; 
	text-align: left; 
	background-color: #202020;
	color:white;
}
.SectionContentDarkGreenBackground {
	display: block;
	padding: 8px; 
	border: 1px solid #002222; 
	text-align: left; 
	background-color: #002222;
}
.ParagraphHeading {
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.tableHeading1 {
	background-color: #002222;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding: 3px 2px 3px 2px;
	white-space: nowrap;
}
.tableHeading2 {
	background-color: #CCCCCC;
	color: #002222;
	font-weight: bold;
	font-style: italic;
	padding: 3px 2px 3px 2px;
	white-space: nowrap;
}
#table1 {
	
	text-align: left;	
	width: auto;
}
#table1 td {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
.formSectionHeader
{
	font-size: 110%;
	font-weight: bold;
	color: #0000CC;	
	background-color:#DDDDDD;
	border-bottom: 1px navy solid;
	border-top: 1px navy solid;
	margin-top: 10px;
}
.formSubSectionHeader
{
	font-size: 100%;
	font-weight: bold;
	color:#660066;
	font-style:italic;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: 600;
	color:#006600;
	background-color: #F5F5F5;
	padding: 5px;
}
.bulletinDueDateTable {
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid #003300;
	margin: 10px 5px 10px 5px;
}
.bulletinDueDateHead1 {
	padding: 3px 3px 3px 3px; 
	margin: 3px 3px 3px 3px;
	text-align: center; 
	background-color: #93C694;
	text-align: left;
}
.bulletinDueDateHead2 {
	background-color:#D0BC7D; 
	padding: 3px 3px 3px 3px;
}
.bulletinDueDateRow {
	padding: 3px 3px 3px 3px;
	border-top: 1px gray dashed;
}
.bulletinDueDateRowAlt {
	background-color: #F0F0F0;
	padding: 3px 3px 3px 3px;
	border-top: 1px gray dashed;
}
.bulletinDueDatePadding {
	padding: 3px 3px 3px 3px;
}

