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

body {
	background: #dadada;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #6b6b6b;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
}

h2 {
	width: 100%;
	padding-bottom:4px;
	border-bottom: 1px solid #6b6b6b;
	font-weight: normal;
	color: #6b6b6b;
}

img {
	border: none;
}

a {
	color: #6b6b6b;
}

a:hover {
	text-decoration: none;
}

/* Containers */

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 0 10px 0 10px;
}

.content-container {
	clear: both;
	width: 940px;
	margin-top: 20px;
}

.content-container p {
	text-align: justify;
	text-justify: newspaper;
}

.content-container ul {
	padding-left: 10px;
	padding-right: 10px;
}

.content-container li {
	list-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #6b6b6b;
}


.content {
	width: 300px;
	margin-right: 20px;
	float: left;
	
	height: 200px;
}

.content-right {
	width: 300px;
	float: right;
	height: 200px;
}

.logo {
	width: 300px;
	margin-left: 320px;
	float: left;
	margin-bottom: 20px;
}

.contact {
	width: 300px;
	float:left;
	margin-left: 20px;
}


/*layout*/

.clear {
	clear: both;
}

.horizontal-spacer {
	height: 20px;
	width: 940px;
}

.contact-table {
	position: relative;
	top: 30px;
	left: 100px;
}