/*===== Main Layout =====*/
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: 000;
	background-repeat: repeat;
}
#container  {
	width: 80%;
	text-align: left;
	background-color: #FFF;
	height: 100%;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
} 

/*===== Header =====*/
#header {
	height: 100px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/*===== Menu Bar =====*/
#menu {
	width: 100%;
	float: right;
}
#title {
	width: 100%;
	margin-left: 20%;
	margin-top: 20px;
}

#left {
	float: left;
	width: 12%;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#img3 {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
}

/*===== Main Content =====*/
#content {
	margin-left: 15%;
	margin-right: 10px;
	position: relative;
}

#right {
	float: left;
}
#text {
	margin: 10px;
}

/*===== Footer =====*/
#footer {
	height: 80%;
	border-top: 1px solid #000;
	clear: both;
	margin-right: 5px;
	margin-left: 5px;
}
#footerlinks {
	color: #0000cc;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#copy {
	color: #000;
	text-align: center;
	margin-top: 10px;
}

h1 {
	color: #0000cc;
}
#headline {
	text-align: center;
}
h2 {
	color: #F90;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	margin-top: 0px;
}
h3 {
	color: #F90;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-size: 14px;
	color: #000;
}
h5 {
	color: #000;
	word-spacing: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
h6 {
	font-size: 16px;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}

p {
	font-size: 16px;
	position: relative;
	top: -15px;
	color: #000;
	text-align: left;
}
.strong {
	font-weight: bold;
	color: #F90;
	font-size: 18px;
}

#img1 {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000;
}

#img2 {
	float: left;
	margin: 5px;
	border: thin solid #000;
}

/*#nav_links ul li.selected a:link {
	font-size: 16px;
	color: white;
}*/

li.selected {
	font-size: 16px;
	color: white;
	font-weight: bolder;
}

#subtitle {
	margin-bottom: -30px;
	}
