@charset "utf-8";
/* CSS Document */

body{
margin:5;
padding:5;
line-height: 1.5em;
}

	
a:hover {
	color: #FF0000;
	font-size: 103%;
	}

b{
	font-size: 110%;
	}

em{
	color: #000099;
}

#topsection{
background: #EAEAEA;
float:center;
height: 170px; /*Height of top section*/
/*width: 1000px;*/
text-align: center;
background: url(images/Bell6Windmill1970sDanaMorrisBanner.jpg) no-repeat center;
}

#topsection h1{
margin: 20;
padding-top: 5px;
text-align: center;
color: blue;
font-style: italic;
}

#topsection h3{
margin: 50;
padding-top: 5px;
text-align: center;
color: white;
font-style: italic;
}
/*
ul
{
float:center;
width:100%;
padding:0;
margin:3;
list-style-type:none;
}
a
{
float:left;
width:7em;
text-decoration:none;
color:white;
background-color:blue;
padding:0.2em 0.6em;
border-right:1px solid white;
}
a:hover {background-color:#ff3300}
li {display:inline}*/


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 120px 0 120px;
	background-color: #FFFFFF;
}

#bluecontentcolumn{
	margin: 0 120px 0 120px;
	background-color: #CCFFFF;
}
.bluecontentcolumnheader{
	padding-top: 1em;
	font-weight: 600;
	color: #000000;
	background-color: #336699;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
}
.bluecontentcolumntext{
	text-align: left;
}

#graycontentcolumn{
margin: 0 120px 0 120px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #EAEAEA;
}

#graycontentcolumn h2{
margin: 0;
padding-top: 25px;
text-align: center;
color: black;
}

#graycontentcolumn h3{
margin: 0;
padding-top: 0px;
text-align: center;
color: black;
}

#leftcolumn{
float: left;
width: 120px; /*Width of left column*/
margin-left: -100%;
background: #f0f8ff;
}

#rightcolumn{
float: left;
width: 120px; /*Width of right column*/
margin-left: -120px; /*Set left marginto -(RightColumnWidth)*/
background: #f0f8ff;
}

#footer{
clear: left;
width: 100%;
background: blue;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}


.innertube{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 110px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback1.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 100px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

