
html, body{
	height: 100%;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Georgia, Tahoma, Arial, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#title {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;	
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
  color: #000080;
}

#arialtxt {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;	
	font-size: 1.4em;
}

b{font-size: 110%;}
em{color: red;}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 4px;
	border: 2px solid GoldenRod;
	visibility: hidden;
	color: DarkBlue;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	right: 60px; /*position where enlarged image should offset horizontally */
}

blockquote {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 14px;	
	background-color: #FCFBE5;
	color: #000080;
	text-align: left;
	line-height: 120%;
	font-size: 105%;
	border: 2px dashed GoldenRod;
}

#maincontainer {
	height: 100%;
	min-height: 100%;
}	

#topsection{
	height: 154px; /*Height of top section*/
	border-bottom: 2px solid #000080;
	background: url(images/logo_bkg.jpg) top left repeat;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 6px 218px 0 234px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 231px; /*Width of left column set in pixels to allow for menu structure*/
	margin-left: -100%;
	background: blue;
}

#rightcolumn{
	float: left;
	width: 215px; /*Width of right column in percentage*/
	margin-left: -215px; /*Set margin to that of -(RightColumnWidth)*/
	background: #FDE95E;
}

#footer{
	border-top: 2px solid #000080;
	border-bottom: 2px solid #000080;
	clear: left;
	width: 100%;
	background: blue;
	color: #FFF;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;	
	text-align: center;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
