/* General Settings */
* {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

a, a:visited, a:link, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}


body {
	background-color: #333333;
}

div#container {
	width: 900px;
	margin-left: 2%;
	border-right: 6px solid #222222;
	border-bottom: 6px solid #222222;
}

div#header_container {
	width: 900px;
	height: 250px;
	background-color: #F3CE75;
}

div#title {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

img#pgh_img {
	float: right;
	margin-right: 50px;
	margin-top: 15px;
	border: 2px solid #000000;
}

img#kl_img {
	border: 2px solid #000000;
}

img#ph_img {
	border: 2px solid #000000;
}

img#phl_img {
	border: 2px solid #000000;
}

div#menu {
	float: left;
	margin-left: 10px;
	width: 58%;
	top: 100px;
	position: relative;
	font-size: 20px;
	border-top: 2px solid #000000;
}

a.white, a.white:visited, a.white:link {
	color: #FFFFFF;
}

a.white:hover, a.white:active {
	color: #FFFFF;
	border-bottom: 2px solid #000000;
}

span.link_menu {
	margin-left: 14px;
	margin-right: 14px;
}

div#content {
	text-align: justify;
	padding: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}

div#content.centered {
	text-align: center;
}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 28px;
	margin-left: 25%;
	margin-top: 0px;
	width: 50%;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 3px solid #000000;
}

div#content h2 {
	text-align: left;
	font-size: 22px;
	margin-left: 10px;
	border-bottom: 3px double #000000;
	width: 40%;
	padding-left: 15px;
}

h2 span.job {
	font-size: 14px;
}
	
div#content p {
	text-indent: 45px;
}

div#content p.no_format {
	text-indent: 0px;
}

div#content p.tiny {
	text-indent: 0px;
	font-size: 10px;
}

div#content p.form_p {
	text-indent: 0px;
	margin-top: -10px;
}

div#foot_container {
	background-color: #F3CE75;
	padding-top: 10px;
	padding-bottom: 25px;
}

div#foot_container p{
	font-size: 12px;
	margin: 0px 40px 10px 15px;
	float: left;
}

a.footer, a.footer:visited, a.footer:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: thin dotted #000000;
}

a.footer:hover, a.footer:active {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: thin solid #000000;
}

a.maps, a.maps:visited, a.maps:link, a.maps:active {
	color: #000000;
	text-decoration: none;
	border-bottom: thin dotted #000000;
}

a.maps:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: thin solid #000000;
}

form {
	text-align: justify;
	margin: 0px 0px 10px 23%;
}

label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

p.submit {
	margin-top: -10px;
	margin-left: 2.5em;
}

fieldset {
	border: 1px solid #1E2B6A;
	width: 475px;
}

legend {
	color: #FFFFFF;
	background: #1E2B6A;
	border: 1px solid #1E2B6A;
	padding: 2px 6px
}