/* Body text formatting */
body
{
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #666;
	line-height: 130%;
	font-size: 0.78em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

td.gray
{
	color: #333;
	font-weight: bold;
}


td
{
	margin-top: 0;
	padding-top: 0;
}

h1
{
	margin-top: 0;
	margin-bottom: 1px;
	font-size: 1.5em;
	color: #C00;
	text-decoration: none;
	padding: 4px 0 0 0;
}

h2
{
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 0;
	color: #333;
}

h3
{
	font-size: 1em;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #C00;
}

h4
{
	font-size: 0.9em;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 6px 0 6px 0;
	border-style: dotted none dotted none;
	border-color: #333;
	font-weight: bold;
	border-width: 1px 0 1px 0;
}

p
{
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
}

.start { border-top: solid 1px #ccc; }

ul
{
	list-style-image: url("img/bullet.gif");
	line-height: 130%;
	text-indent: -0.5em;
}

li
{
	line-height: 130%;
	text-indent: 0;
}

ul.listnav
{
	list-style-image: url("img/blank.gif");
	padding: 0;
	margin: 0;
	text-indent: -0.5em;
}

li.listnav
{
	background-image: url("img/bulletnav_sub.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.8em;
	text-align: left;
}
ul.pdf
{
list-style-image: url("img/pdf.gif");
}
li.pdf
{
padding: 10px;
text-indent:3px;
}

#yellow
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #FFC;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#gray
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #eee;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#blue
{
	margin: 15px 0px 15px 0px;
	padding: 5px;
	background-color: #faffff;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#new
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #ffffff;
	border-color: #333399;
	border-width: 1px;
	border-style: solid;
}

#white
{
	margin: 5px 0px 15px 10px;
	padding: 5px;
	background-color: #fff;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	float: right;
}



/* Linkage */
a:link
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none 1px #0033ee;
}

a:hover
{
	color: #0033ee;
	text-decoration: none;
	border-bottom: solid 1px #0033ee;
}

a:visited
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;  
}


a:link.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none;
}

a:visited.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: none;
}

a:hover.headline
{
	color: #0033ee;
	text-decoration: none;
	border-width: 0;
	border-bottom: solid 1px #0033ee;
}

a:link.img
{
	text-decoration: none;
	border-style: none;
}

a:visited.img
{
	text-decoration: none;
	border-style: none;
}

a:hover.img
{
	text-decoration: none;
	border-style: none;
}

a:link.navhome
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

a:visited.navhome
{
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

a:hover.navhome
{
	color: #0033ee;
	text-decoration: none;
	border-bottom: none;
}

a:link.nav
{
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

a:visited.nav
{
	text-decoration: none;
	color: #333;
	border-bottom: none;
}

a:hover.nav
{
	text-decoration: none;
	color: #0033ee;
	border-bottom: solid 1px #0033ee;
}

/* Table Stripe Formatting */
#tablelist
{
	width: 100%;
	border-color: #eee;
	border-width: 1px;
	border-style: none;
	text-align: left;
	vertical-align: top;
}

#tablelist tbody tr td
{
	font-family: verdana, sans-serif;
	padding: 3px 8px;
	text-align: left;
	vertical-align: top;
}

#tablelist tbody tr.selected td { background-color: #eee; }

/* Footer Includes */
table.footer
{
	border-right: solid 1px #999;
	border-collapse: collapse;
	width: 778px;
	margin: 20px 0 20px 0;
	float: left;
}

td.footer
{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	padding: 3px 0 6px 10px;
	vertical-align: top;
}

table.footerint
{
	border-right: solid 1px #999;
	border-collapse: collapse;
	width: 600px;
	margin: 20px 0 0 0;
	float: left;
}

td.footerint
{
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	padding: 3px 0 6px 10px;
	vertical-align: top;
}

table.leftnav
{
	padding: 6px 0 0 3px;
	margin: 0;
	text-align: top;
	vertical-align: top;
}

table.tertnav
{
	padding: 0;
	margin: 0;
	text-align: top;
	vertical-align: top;
}

#calendar
{
	width: 187px;
	background-color: #FFC;
	border: solid 1px #ccc;
	padding: 3px;
}

#calendar tbody tr td
{
	font-family: verdana, sans-serif;
	padding: 0 3px 0 3px;
	text-align: left;
	vertical-align: top;
}
/*Melissa Slide Show*/

.galleryContainer {
	position:relative; 
	width:550px; 
	/*min-height:30px;/*640px; */
	min-height:100%;
	background:#888;
	border:1px solid #000;
	margin:10px 0px 15px 15px;
	font-family:verdana, arial, sans-serif; 
	font-size:12px;
	text-decoration:none;
	overflow: visible;
	clear:both;float:left; 
	}
.galleryContainer:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}	
.galleryContainer a.pics {
	float:left; 
	display:inline; 
	color:#000; 
	text-decoration:none; 
	padding-left:7px; 
	height:30px; 
	cursor:default;	
	}
.galleryContainer a.pics img.thumb {
	float:left; display:block; 
	border: 1px solid #888;
	text-align:center;
	padding:3px;
	text-decoration:none;		
	}
.galleryContainer a.pics span {
	float:left; display:none; 
	border:0; 
	width:540px; 
	background:#bbb; 
	text-align:center;
	text-decoration:none;	
	}
.galleryContainer a.pics span img {
	float:left; margin:10px auto; 
	border:1px solid #000;
	text-decoration:none;
	}
.galleryContainer a.pics:hover {
	float:left; white-space:normal;
	text-decoration:none;
	}
.galleryContainer a{
	float:left; text-decoration:none;
	}
.galleryContainer a.pics:hover img.thumb {
	float:left; background:#000000;
	text-decoration:none;
	border: 1px solid #888;
	overflow:hidden;	
	}
.galleryContainer a.pics:hover span {
	float:left; display:block; 
	position:absolute; 
	left:-1px; 
	top:30px; 
	z-index:10; 
	background:#000000;
	padding:15px 7px 0px 5px;
	text-decoration:none;
	color:#ffffff;
	/* HOVER BACKGROUND*/
	}
.galleryContainer a.pics:active img.thumb {
	float:left; border:1px solid #fc0;
	text-decoration:none;
	background:#000000;
	/*NO*/
	} 
.galleryContainer a.pics:active span {
	float:left; display:block; 
	position:absolute; 
	left:-1px; 
	top:30px; 
	z-index:5; 
	background:#000000;
	padding:15px 7px 0px 5px;	
/*	height:600px;*/
	text-decoration:none;
	color:#ffffff;
	}

.galleryContainer a.pics:focus {
	float:left; outline:0;
	text-decoration:none;
	}
.galleryContainer a.pics:focus img.thumb {
	float:left; border:1px solid #fc0;
	}
.galleryContainer a.pics:focus span {
	float:left; display:block; 
	position:absolute; 
	left:-1px; 
	top:30px; 
	background:#000000;
	padding:15px 7px 0px 5px;
	z-index:5; 
	outline:0; 
/*	height:600px;*/
	text-decoration:none;
	color:#ffffff;
	}
.galleryContainer span.info {
	clear:left; 
	display:block; 
	text-align:center; 
	line-height:20px; 
	margin:0; 
	padding:200px 0 0 0; 
	width:600px; 
	text-align:center; 
	color:#eee; 
	z-index:1;
	text-decoration:none;
	}


