* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #404040;
	background-color: #193D59;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#divWrap {
	background-position: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 15px;
	border: 2px solid #666666;
}
#divIdentity {
	float: left;
	width: 180px;
}
#divContent {
	margin-left: 200px;
}
#divNavigation ul {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#divNavigation li {
	margin-bottom: 3px;
}
p {
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 8px;
}
a:link {
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover, a.current {
	font-weight: bold;
	text-decoration: none;
	color: #AA2600;
}
h1 {
	font-size: 3em;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #B23916;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 2
.em;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: normal;
}
h3 {
	font-size: 0.9em;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.smalltext {
	font-weight: bold;
}
blockquote {
	margin-top: 3px;
	padding-top: 0px;
	margin-left: 20px;
	font-size: 1em;
}
