/* CSS Document */

body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font: 85%/1em Times New Roman, Times, serif;
	background-position: bottom;
	}

#header {
width: 100%;
height: 55px;
background-color: #00001F;
background-image: url(/images/logo.jpg);
background-repeat: no-repeat;
background-position: left; 
padding-top: 5px;
display: none;
}

#header1 {
width: 100%;
height: 55px;
font-size: 24px;
font-style: italic;
text-align: center; 
padding-top: 5px;
}

#mainMenu {
width: 100%;
height: 1.5em;
background-color: #999999;
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .75em;
font-weight: bold;
text-align: center;
display: none;
}

#secMenu {
height: 1.5em;
background-color: #cccccc;
color: #000033;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .75em;
text-align: center;
display: none;
}

#container {
width: 100%;
background-color: #ffffff;
}

#leftColumn {
width: 15%;
background-color: #FFFFFF;
float: left;
border-right-style: solid;
border-right-color: #999999;
border-right-width: medium;
color: #000000;
font-size: 12px;
font-style: italic;
display: none;
}

#content {
width: inherit;
float: left;
}

#pageheading {
margin: 10px;
color: #00001F;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-style: italic;
text-align: left;
}

#table {
background-color: #FFFFFF;
margin-left: 10px;
padding-bottom: 10px;
text-align: left;
display: none;
}

#image {
background-color: #FFFFFF;
margin-left: 10px;
padding-bottom: 10px;
display: none;
}

#paragraph {
height: inherit;
background-color: #FFFFFF;
margin-left: 10px;
text-align: left;
}

#reader {
background-color: #FFFFFF;
margin-left: 10px;
padding-bottom: 10px;
display: none;
}

#links {
background-color: #FFFFFF;
margin-left: 10px;
padding-bottom: 10px;
display: none;
}

#textlinks {
background-color: #FFFFFF;
margin-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#address {
	width: 100%;
	height: 1.5em;
	text-align: center;
	font-size: 1em;
	float: left;
}

