/* CSS Document */
body {
	background-color: #003333;
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
}

#container {
	width: 85%;
	margin: 10px auto;
	background-color: #ffffff;
	color: #000000;
}


#top {
padding: 0.5em 0.5em 0em;
background-color: #003333;
}


#leftnav{
	float: left;
	width: 120px;
	margin: 0;
	background-color: #003333;
	color: #FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #000000;
	border-bottom: 0px none;
	border-left: 0px none;
	font-family:"Palatino Linotype", "Book Antiqua";
	text-align: right;
	padding-right: 1em;

}
a:link {
	font-style: normal;
	font-variant: normal;
	color: #006666;
	text-decoration: none;
}

a:hover {
	font-style: italic;
	font-variant: normal;
	color: #006666;
	text-decoration: none;
}

a:visited {
	font-style: normal;
	font-variant: normal;
	color: #006666;
	text-decoration: none;
}

#leftnav a:link {
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:hover {
	font-style: italic;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#rightnav {
	float: right;
	width: 120px;
	margin: 0;
	background-color: #003333;
	color: #FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua";
	text-align: left;
	padding-left: 1em;

}

#rightnav a:link {
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#rightnav a:hover {
	font-style: italic;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#rightnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#content {
	margin-left: 150px;
	margin-right: 150px;
	padding: .125em 1em 1em;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";
	height:100%;
	list-style: circle outside;
}

#tag {
	color:#003333;
	font:24px "Palatino Linotype", "Book Antiqua", "Times New Roman";
	text-align: center;
	background-position: center;

}
	
#tag2 {
	color:#003333;
	font:italic 18px "Palatino Linotype", "Book Antiqua", "Times New Roman";
	background-position: center;
	text-align: center;
}

#footer {
	text-align:right;
	border-top-width: 1px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;	
	padding: 0em;
	margin: 0em;
	}

#leftnav p { margin: 0 0 1em 0;}
#content h2 {margin: 0 0 .5em 0;}
.sectionheader {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 18px;
	font-weight: bold;
}
.spanright {
	text-align:right;
	}

.spanleft {
	text-align:left;
	}
	
.pageheader {
	text-align: left;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 22px;
	font-weight: bold;
}

.pageheader2 {
	text-align: center;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua";
	font-size: 22px;
	font-weight: bold;
}
