/* Global Styles */

body {
	height: 100%;
	font-family: arial;
	}
html {
	height: 100%;
}
	
td {
	font:11px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #999999;
	text-decoration:underline;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}
	
/* ID Styles */

#flashcontent {
	height:100%;
}

#navigation a {
	font:11px georgia;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: right;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #666666;
	line-height:24px;
	letter-spacing:0.4em;
	}

#tagline {
	font:12px georgia;
	color: #666666;
	line-height:18px;
	letter-spacing:0.4em;
	}
	
#dateformat a {
	color:#CCCCCC;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:0.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:11px arial;
	color:#CCCCCC;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	text-align: left;
	font-size: 9px;
	}
	
.pageName{
	font:22px georgia;
	color: #666666;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #666666;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #CCCCCC;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#CCCCCC;
	}
	
/*Added for thumbnail popup when hovered over. Template from http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 5px;
left: -1000px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 500;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


	
.titreitalic {
	font-style: italic;
}
.textboldstd {
	font-weight: bold;
	font-family: arial;
}
#navigation {
	text-align: right;
}
