/*Page Layout*/	

body {
	/* position */
		margin: 0; padding: 0; z-index: 0;
	/* image */
		 background-color: #000066; 		
	}
	
#centercontent {
	/* position */
		float: left; padding: 10px; width: 520px; text-align: center;
	/*background*/
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #fff;		
		background-color: #000066; 
	}
			
#allcontent {
	/* position */
		width: 900px; padding: 10px; margin-left: auto; margin-right: auto;
	}
	
#leftcontent {
	/* position */
		float: left; width: 170px; padding: 10px;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; 
		}	

	
	
/*Page components*/

a:link {
	color: #ffffff; text-decoration: none;
	}
			
a:visited {
	color: #ffffff; text-decoration: none;
	}	

a:active {
	color: #ffffff; text-decoration: none;
	}
			
a:hover {
	color: #ff0000; text-decoration: none;
	}	
		
#backLink {
	/* position */
		position: absolute; left: 78px; top: 395px; width: 170px; z-index: 1;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px; font-weight: bold; color: #ffffff;
	}

#footnote {
	/* position */
		clear: left; padding: 10px; margin: 10px;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff;
	}
			
#intro {
	/* position */
		width: 800px; margin-left: auto; margin-right: auto; padding: 10px;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff;
	}	
			
#linkspage {
	/* position */
		background: #aaa;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff;
		}	
			
.sitename {
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff;
		}

textarea {
	/* image */
		background-color: #000066;
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #999999;
	}

#topNav {
	/* position */
		margin-top: 10px; margin-left: auto; margin-right: auto; width: 850px;	
	/* font */
		font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; text-align: center;
	}	



/*Text Formatting*/	
	
h1 {
	/* position */
		margin-left: auto; margin-right: auto; width: 850px; 
	/* font */
		font-family: "Times Roman", "Times New Roman", serif; font-weight: bold; color: #ffffff; text-align: center;
		}

h3 {		
	/* position */
		clear: left;		
	/* font */
		font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: #ffffff; text-align: center;
	}		
	
h5 {		
	/* position */
		clear: left;		
	/* font */
		font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: #ffffff; text-align: center;
	}			
			
			
			
/*Outermost DIV for thumbnail viewer*/

#thumbBox{ 
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}


/*Footer DIV of thumbbox that contains "close" link */

#thumbBox .footerbar{ 
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


/*DIV within thumbbox that holds the enlarged image */

#thumbBox #thumbImage{ 
background-color: #ddd;
}


/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading{ 
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/* Menu Items and Behaviors */	

ul.menu {
		display: none;
		list-style-type: none;
		margin: 5px;
		padding: 0;
	}

ul.menu li {
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		padding-left: 10px;
	}

a.menuLink, li a {
		text-decoration: none;
		color: #ffffff;
	}

a.menuLink {
		font-family: serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 28px;
		padding: 5px;
	}

a.menuLink a:hover {
		color: #ff0000; text-decoration: none;
	}	

ul.menu li a:hover {
		background-color: #dddddd;
		color: #ff0000;
		padding-right: 10px;
	}