﻿/* CSS layout */
#masthead {
	text-align: right;
	width: 955px;
}

#top_nav {
}

#container {
	position: relative;
	width: 955px;
}

#navigation {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
}
#navigation a {
	margin: 0px 0px 10px 0px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 7px 0px 7px 7px;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #808080;
}

#page_content {
	margin-left: 210px;
	text-align: justify;
}
#page_content a {
	color: white;
	text-decoration: none;
}
#page_content a:hover {
	color: #C0C0C0;
}
.contact_title {
	margin-left: 40px;
}
.contact_info {
	margin-left: 80px;
}
.imageleft {
	margin-right: 10px;
}
.imageright {
	margin-left: 10px;
}

#footer {
	text-align: center;
	width: 955px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #C0C0C0;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}