h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url();
	background-color: #033;
	margin-top: 6px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: medium outset #CCC;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/dark_green_background-353x225.jpg);
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: white;
}



.content {
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.article {
	font-size: 12pt;
	line-height: 15pt;
	color: #000;
	text-align: justify;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.a.article { font-size: 8.5pt; line-height: 11pt; }

a.article:visited { font-size: 8.5pt; line-height: 11pt; }
a.article:hover { color: #090; font-size: 8.5pt; line-height: 11pt; }
a.article:active { font-size: 8.5pt; line-height: 11pt; }
.article-blue { color: #4682b4; font-size: 8.5pt; font-family: Verdana, Arial, Helvetica, verdana; line-height: 11pt; text-align: justify; }
.article-green {
	color: #228b22;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12pt;
	padding-bottom: 6px;
}
.section-hdr {
	color: #000;
	font-size: 17pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 19pt;
	font-weight: bold;
}
.a.section-hdr { font-family: Arial, Verdana, Helvetica, verdana; text-decoration: none; }
.a.section-hdr:visited { font-family: Arial, Verdana, Helvetica, verdana; text-decoration: none; }
.a.section-hdr:hover { color: #090; font-family: Arial, Verdana, Helvetica, verdana; text-decoration: none; }
.section-hdr-gold {
	color: #FFC;
	font-size: 11pt;
	font-family: Arial, Verdana, Helvetica, verdana;
	line-height: 16pt;
}
.blue-text { color: #4682b4; font-size: 9pt; font-family: Verdana, Arial, Helvetica, verdana; line-height: 12pt; }
.a.blue-text {  }
a.blue-text:visited { }
a.blue-text:hover { color: #090; }
a.blue-text:active { }
.green-text {
	color: #096;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, verdana;
	line-height: normal;
}
.a.green-text {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
a.green-text:visited {
	font-family: Verdana, Geneva, sans-serif;
}
a.green-text:hover {
	color: #FFC;
	font-family: Verdana, Geneva, sans-serif;
}
a.green-text:active {
	font-family: Verdana, Geneva, sans-serif;
}
.gray-text {
	font-size: 11pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 14pt;
	color: #333;
}
.a.gray-text {  }
a.gray-text:visited { }
a.gray-text:hover { color: #090; }
a.gray-text:active { }
.nav1 {
	color: #FFF;
	font-size: 8.5pt;
	font-family: Verdana, Helvetica, Arial, verdana;
	line-height: 11.5pt;
	text-align: left;
}
a.nav1:link {
	text-decoration: none;
	color: #FFF;
}
a.nav1:visited {
}
a.nav1:hover { color: #0c6; text-decoration: none; }
a.nav1:active { color: #006a65; text-decoration: none; }
.gray-lt-text {
	color: #e6e6fa;
	font-size: small;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
	font-weight: bold;
}
.a.gray-lt-text {
}
a.gray-lt-text:visited { }
a.gray-lt-text:hover { color: #0c6; }
a.gray-lt-text:active { }
.yellow-lt-text {
	color: #FFC;
	font-size: small;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.a.yellow-lt-text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	color: #FFC;
}
a.yellow-lt-text:visited { }
a.yellow-lt-text:hover { color: #0c6; }
a.yellow-lt-text:active {
	color: #FFC;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /
	padding: 0;
	margin: 0;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
bkgrd {
	background-image: url();
}
.section-hdr-white {
	color: #FFF;
	font-size: 11pt;
	font-family: Arial, Verdana, Helvetica, verdana;
	line-height: 16pt;
}
.textbox {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	line-height: 14pt;
	background-color: #FFF;
	height: 250px;
	width: 450px;
	padding-top: 6px;
	padding-right: 6pt;
	padding-bottom: 6px;
	padding-left: 6pt;
	overflow: auto;
	color: #030;
	float: left;
}
.righsidepanel {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-weight: bold;
	color: #FFC;
	width: 140px;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.middlepanel {
	background-image: url(../images/nightlight-800x500.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333;
	height: 275px;
	width: 800px;
}
.leftnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	width: 150px;
	padding-left: 5pt;
	float: left;
	padding-right: 5px;
}

