html {
	min-height:100%;
	margin-bottom:1px;
}

body {
	margin: 50px 50px 50px 50px;
	background-color: #FFF;
	color: #666;
	font-size: 70%;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

a:link, a:hover, a:visited, a:active {
	background-color: #FFF;
	color: #C00000;
	text-decoration: none;
}

a:hover {
	background-color: #FFF;
	color: #800000;
	text-decoration: none;
}

img {
	border: solid 1px #000;
}

h1 {
	font-size: 140%;
	font-weight: normal;
}

/* section headings */
h2 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 4px;
	color: #c0c0c0;
	padding-bottom: 10px;
	padding-top: 20px;
}

p {
	text-align: justify;
}

br {
	clear: both;
}

.Center {
	text-align: center;
}

.Container {
	width: 700px;
	margin-top: 100px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.Left {
	width: 325px;
	padding-right: 25px;
	float: left;
	text-align: right;
}

.Right {
	width: 325px;
	padding-left: 25px;
	float: right;
}

.Nav {
	padding-top:20px;
	padding-bottom: 20px;
}

.SectionBreak {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 4px;
	color: #666;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}