/* Global Styles */

body {
	padding: 0;
	margin: 0;
	font-family: tahoma,verdana, sans-serif;
	font-size: 10px;
	color: #303030;
	}
	
a {
	color: #666666;
	text-decoration:underline;
	}
	
a:hover {
	color:#000000;
	text-decoration:underline;
	text-decoration:overline;
	}
	
h1 {
	margin: 0 0 20px 0;
	font-size:20px;
	letter-spacing:-1.0px;
	padding-top:10px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 0 1px 0;
	color:#666666;
}

h2 {
	font-size:15px;
	letter-spacing:-0.5px;
	color:#990000;
}

h3 {
	font-size:15px;
	letter-spacing:-0.5px;
	margin-left:15px;
	margin-right:15px;
	color:#666666;
}

p {
	margin:0 0 15px 0;
	line-height:1.2em;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}

li {
	margin: 0 0 15px 0;
	line-height: 1.2em;
	text-align:justify;
	font-size:14px;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #ffffff;
	}
	
#navigation a {
	font: bold 8px;
	color: #ffffff;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #ACB7C1;
	color:#ffffff;
	}
	
#logo 	{
	font:24px;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:10px;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #ffffff;
	}
		
#dateformat {
	font: bold 11px;
	color: #ffffff;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:10px;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #COCOCO;
	letter-spacing:.1em;
	}
	

/* PopUp Styles */
	
.smallText {
	font: 8px;
	color: #666666;
	line-height: 10px;
	}
	
.navText {
	font: 10px;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.contact td {
	padding: 10px;
	margin: 0;
	background-color:#CoCoCo;
	border-width:thin;
	border-style: dotted;
	border-color:#CCCCCC;
	}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 348;
left: -200px; /*position where enlarged image should offset horizontally */

}

#centercontent p {color:#888;}

#centercontent a, a:link { color:#006633;}

#centercontent a:hover, a:active{ color:#FF6666;}

html>body #centercontent {
margin-left: 0px;
margin-right:0px;

}

.centercontentleft {float:left; width:50px; height:100px; background-color:#fff; text-align:left;
border:dashed 2px #ccc; margin: 4px 10px 5px 10px; padding:6px; font-size:1.1em; color:#666666;}

.centercontentright {float:right; width:100px; height:240px; background-color:#fff; text-align:left;
border:dashed 2px #ccc; margin: 4px 10px 5px 10px; padding:6px; font-size:1.1em; color:#666666;}
