/* CSS Document */

/* GENERAL */

body {
}

img {
	border: none;
}

h1, h2, p {margin: 6px;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #024922;	
}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #024922;
	text-transform: uppercase;
	margin-top: 10px;
}

p.introduction:first-letter {
	font-size : 300%;
	font-weight : bold;
	float : left;
	width : 1em;
	color : #024922;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: -4px;
}

a:link, a:visited {
	color: #033;
}

a:hover {
	color:#063;
}


/* LISTS IN MAIN DIV */

#main ul {
	margin-top: 2px;
}

#main ul li {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}


/* MASTHEAD FOR HOME PAGE*/

#masthead {
	width: 800px;
	height: 255px;
}


/* MASTHEAD FOR PAGES */

#masthead2 {
	width: 800px;
	height: 150px;
	background-image:url(images/banner_small.png);
	background-repeat:no-repeat;
}

/* MAJOR DIVS*/

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	border: double #024922;
	background-color: #f1f3f5;
}

#main {
	float: left;
	width: 645px;
	z-index:5;
}

#footer {
	clear: both;
	width: 800px;
	background-color: #89a1b3;
	text-align:center;
	font: 10px Arial, Helvetica, sans-serif;
}

/* Shield overlay on index */
#shield {
	position: absolute;
	left: -1px;
	top: 200px;
	width: 116px;
	height: 122px;
	z-index: 30;
	background-image:url(images/shield.png);
}

/* Shield overlay on pages */
#shield2 {
	position:absolute;
	left:3px;
	top:98px;
	width:116px;
	height:122px;
	background-image:url(images/shield.png);
	z-index:30;
}

/* horizontal navigation bar */
#navbar {
	width: 800px;
	height: 27px;
	background-image:url(images/navbg.gif);
	background-repeat:repeat;
	z-index:3;
}

ul#navlist {
	margin: 0 0 0 125px;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
	border-right: solid 1px #baac8c;
}

#navlist a:hover {
	color: #fff;
	background-color: #baac8c;
	text-decoration: none;
}

#navlist li a#current {
	text-decoration: underline;
}

/* vertical navigation list */
#sidebar {
	float: left;
	width: 150px;
	background-color: #baac8c;
	border-right: double #024922;
	z-index:4;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 40px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul a {
	display: block;
	padding: 3px 3px 3px 6px;
	width: 141px;
	background-color: #baac8c;
	border-bottom: 1px solid #89a1b3;
}

#sidebar ul a:link {
	color: #000;
	text-decoration: none;
}

#sidebar ul a:visited {
	color: #333;
	text-decoration: none;
}

#sidebar ul a:hover {
	background-color: #89a1b3;
	color: #fff;
}


/* TAN INSETS: WIDTH AND FLOAT DEFINED IN HTML */
#inset1 {
	background-image: url(images/inset1bg.png);
	background-repeat: repeat-x;
	background-color: #ece4d3;
	border-right: solid 1px #baac8c;
	border-bottom: solid 1px #baac8c;
	margin: 12px 4px;
	padding: 12px 4px 8px 4px;
}

.inset1 {
	background-image: url(images/inset1bg.png);
	background-repeat: repeat-x;
	background-color: #ece4d3;
	border-right: solid 1px #baac8c;
	border-bottom: solid 1px #baac8c;
	margin: 6px 4px 0 4px;
	padding: 12px 4px 8px 4px;
}

/* RED INSETS*/

/* Container: needed to keep stacked red boxes in a column */

#rtbar {
	float: right;
	width: 168px;
}

/* red insets */

.inset2 {
	background-color: #953943;
	background-image:url(images/inset2bg.gif);
	background-repeat:repeat-x;
	margin: 6px 4px 0 4px;
	padding: 12px 4px 4px 4px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	color: #ece4d3;
}

.inset2 a:link, .inset2 a:visited {
	color: #ece4d3;
	text-decoration: underline;
}

.inset2 a:hover {
	color: #FFF;
}


/* OTHER DIVS */

#subscribebox {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #89a1b3;
}

#newsbox {
	width: 640px;
	float:left;
	margin: 2px 0 0 4px;
	padding: 0px;
	background-color: #baac8c;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#newsbox p, #newsbox ul, #newsbox li {
	margin: 0px 2px 4px 2px;
}

#newsbox a:link, #newsbox a:visited {
	color: #000;
	text-decoration: underline;
}

#newsbox a:hover {
	color: #FFF;
}

#extranews {
	float:left; 
	width:640px; 
	margin: 2px 0 0 4px; 
	padding: 0px;
	background-color: #EEE982;
}

/* CLASSES */

.small {
	font-size: 10px;
}

.highlight {
	color: #FF0000;
	background-color: #FFFF33;
}
