﻿/* CSS layout */

div#content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}

.center {
	text-align: center;
}

#left_col {
	position: absolute;
	left: 20px;
	top: 200px;
	width: 200px;
	height: 500px;
	text-align: left;
	}

#right_col {
	margin-left: 280px;
	margin-right: 60px;
	text-align: left;
}

#title_block {
	margin-top: 40px;
	margin-left: 280px;
	margin-right: 60px;
	text-align: center;
}

div.sidebar {
	float: right;
	width: 300px;
	border: solid gray 1px;
	padding: 20px;
	margin: 20px;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: normal;
	color: #000080;
}
.Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.OtherLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #000080;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.ParagraphLead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
