@charset "UTF-8";
/* CSS Document */

#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
	background-color: #999;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#main_content .portrait {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	height: 200px;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content {
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 130px;
	background-color: #EEE;
	padding-right: 10px;
	padding-left: 10px;
}
.small_text {
	font-size: 10px;
	font-weight: bold;
	color: #003;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	background-color: #CCC;
	clear: both;
	height: 20px;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding: 5px;
}
#navigation {
	float: left;
	width: 120px;
	background-color: #999;
	position: relative;
}
#container #main_content .text_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h1 {
	text-align: center;
	line-height: 1em;
	font-size: x-large;
}
#container #main_content p a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FCC526;
}
#container #main_content p a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FCC526;
}
#container #main_content p a:visited {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #AE8919;
}
.orange {
	font-size: large;
	color: #FCC526;
	font-weight: bold;
}
h3 {
	line-height: 2;
}
