body, html, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}

.clear {
  clear: both;
}

/* Font Families */
h1, h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	font-family: Georgia, "Times New Roman", serif;
}
h1, h1 a {
	color: rgb(103, 0, 0);
	font-size: 20pt;
}
h2, h2 a {
	color: rgb(103, 0, 0);
	font-size: 16pt;
}
p {
	margin-bottom: 12pt;
	font-size: 12pt;
	color: rgb(51, 51, 51);
}

a {
  color: rgb(0, 58, 173);
}
a:hover {
  color: rgb(0, 28, 103);
}

/* Header Elements */
header {
	margin: 25px auto 0px auto;
	width: 750px;
}
header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24pt;
}
header h2 {
  color: black;
	font-weight: normal;
	font-size: 16pt;
	font-weight: 100;

	position: absolute;
	top: 50pt;
}

/* Navigation Elements */
nav {
	border-width: 0px 0px 5px 0px;
	border-color: rgb(103, 0, 0);
	border-style: solid;

	position: absolute;
	top: 20pt;
	width: 100%;
}
nav ul {
	margin: 0px auto 0px auto;
	width: 750px;
	text-align: right;
	line-height: 24pt;
}
nav li {
	display: inline-block;
	padding: 0px 10px 0px 10px;
}
nav li.current_page_item {
	background-color: rgb(103, 0, 0);
	border-width: 0px 0px 1px 0px;
	border-color: rgb(103, 0, 0);
	border-style: solid;

	height: 25pt;
}
nav li.current_page_item a {
	color: white;
}
nav a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

/* Content Wrapper */
#wrapper {
	margin: 45pt auto 0px auto;
	width: 750px;
}

/* Article */
article {
	margin-bottom: 45pt;
}

/* Footer */
hr {
  border: 0;
  height: 1px;
  color: rgb(200, 200, 200);
  background-color: rgb(200, 200, 200);
}

footer {
	text-align: right;
	font-size: 8pt;
	color: rgb(175, 175, 175);
}

/* Footer links */
#footer {
  margin-top: 24pt;
  text-align: center;
}
#footer li {
  display: inline;
  padding: 0 12pt 0 12pt;
}
#footer li a {
  color: rgb(100, 100, 100);
  font-weight: bold;
  font-size: 10pt;
}

/* Frontpage banner */
#frontpage_banner {
  margin-bottom: 20pt;
}
#frontpage_banner p {
  color: rgb(255, 255, 255);
  background-color: rgb(69, 69, 69);
  padding: 5pt;
  font-size: 11pt;
}

/* Frontpage elements */
#recent_news {
  vertical-align: top;
  width: 100%;
}
.top_news {
  width: 45%;
  height: 180px;
  padding: 0px 2% 2% 2%;
  margin: 0px;

  border-color: rgb(103, 0, 0);
  border-style: solid;
  border-width: 0px 0px 1px 1px;
}
.top_news.index_1 {
  float: left;
}
.top_news.index_2 {
  float: right;
}

.top_news .overflow_wrapper {
  display: inline-block;
  height: 180px;
  overflow: hidden;
}

.top_news h2 {
  margin: 0;
  padding-bottom: 2pt;
  padding: 0;
}
.top_news p {
  margin: 0;
}

