

/* LAYOUT */

div#wrapper
{
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}

div#nav
{
	width: 120px;
	float: left;
	background-color: #BFE2F9;
	padding: 10px;
}

div#content
{
	width: 620px;
	float: right;
	background-color: #FFF;
	padding: 10px;
}

div#footer
{
	clear: right;
	background-color: #FFF;
	border-top: 1px solid;
}


.nav
{
	font-family: Arial, sans serif;
	font-size: 10pt;
	text-align: left;
}


/* LINKS */


  /* INTERIOR LINKS */


.interior a:link {
 color:#3D4858;
}

.interior a:visited {
 color:#69C;
}

.interior a:focus {
 color:#777;
}

.interior a:hover {
 color:blue;
}

.interior a:active {
 color:#777;
}

  /* NAVIGATION LINKS */

.navigation a:link {
 color:#333;
}

.navigation a:visited {
 color:#777;
}

.navigation a:focus {
 color:blue;
}

.navigation a:hover {
 color:blue;
}

.navigation a:active {
 color:#69C;
}


/* FORMAT */

li {text-align:left;}

.date
{
	font-family: Arial, sans serif;
	font-size: 10pt;
	text-align: left;
}

.headlines
{
	float: right;
	padding: 10px;
	margin-left: 25px;
	width: 140px;
	height: 300px;
	overflow: auto;
	background-color: #BFE2F9;
	font-family: Papyrus, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
}

h1
{
	font-family: Papyrus, "Times New Roman", serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
}

h2
{
	font-family: Papyrus, "Times New Roman", serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
}

p
{
	font-family: Arial, sans serif;
	font-size: 12pt;
	text-align: left;
}
