
body {
	margin:0;
	padding:0;
	font:76%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #ffffff;
	background-image: url(images/bluebak2.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}

p { margin:8px; }

.dropcap {
  	float: left;
  	font: normal 32pt/0.8em Times New Roman, Times, Serif;
  	color: #2f3e4b;
  	margin-right: 3px;
}

.forprintonly {
	display: none;
}

A:link {text-decoration: underline;  color: blue;}
A:visited {text-decoration: underline;  color: blue;}
A:hover {text-decoration: underline; color: red;}
A:active {text-decoration: underline;  color: blue;}

h1 { font-size: 200%; color: #2f3e4b; margin-top: 1em; margin-bottom: .2em;}
h2 { font-size: 150%; color: #2f3e4b; margin-top: 1em; margin-bottom: -.5em; line-height: 1.4em;}
h3 { font-size: 100%; color: #2f3e4b; margin-top: 1em; margin-bottom: .2em;}

ul.pdfbullet
{
list-style-type: none;
padding: 0;
margin: 0;
}

li.pdfbullet
{
background-image: url(images/pdf_bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 2em;
padding-bottom: 5px;
}

#wrap {
	width:760px;
	\width:780px;
	w\idth:760px;
	border:3px solid #2f3e4b;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#ffffff;
	position: relative;
}

#masthead {
	border-bottom: 3px solid #2f3e4b;
	padding: 10px;
	position: relative;
	height: 156px;
}

#heading {
	padding-bottom: 3px;
	font-size: 1.5em;
	font-weight: bold;
	color: #7FFFD4;
	text-align: center;
	background-color: #2f3e4b;
}

#content {
	padding: 10px;
	background-color:#ffffff;
}

#footer {
	clear: both;
	position: relative;
	padding: 6px;
	background-color:#f0f8ff;
	border-top:3px solid #2f3e4b;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
}

.floatrightpic {
	float: right;
	margin: 10px 0 10px 10px;
	clear: right;
}

.floatleftpic {
	float: left;
	clear: left;
	margin: 10px 10px 10px 0px;
}
.caption {
	font-size: smaller;
	color: navy;
	text-align: right;
}

.imageborder {
	border: 2px solid #000000;
	padding: 2px;
}

#credit {
	font-size: smaller;
	color: gray;
}



/****************** NAVIGATION BUTTONS *******************/

#coolmenu{
margin: 8px 10px 10px 0;
border: 1px solid black;
border-bottom-width: 0;
width: 130px;
background-color: #7FFFD4;  /* original #E6E6E6 */
float: left;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 124px;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
}
