﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma, Sans-Serif;
	margin: 0px;
	background-color: #f8f8ff;
}

a
{
	color: #e87526;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	border: #000000 1px solid;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dcdcdc;
}

#header
{
	padding: 2px;
	height: 20px;
	vertical-align: top;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	
	
}

#header #left
{
	width: 50%;
	left: 0px;
	text-align: left;
	float: left;
}

#header #right
{
	width: 50%;
	right: 0px;
	text-align: right;
	float: right;
}

#logo
{
	background-color: white;
	height: 70px;
	width: 100%;
	vertical-align: middle;
}

#navigation
{
	background-color: white;
	border-bottom: #000000 1px solid;
}

#navigation a
{
	color: #372d8d;
	font-variant: small-caps;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: underline;
}



#content
{
	background-color: white;
	vertical-align: top;
	
	padding: 10px;
	text-align: justify;
}

#content h1
{
	font-weight: bold;
	font-size: 150%;
	color: #372d8d;
	margin-bottom: 8px;
}

#content h2
{
	font-weight: bold;
	font-size: 115%;
	color: #372d8d;
	margin-bottom: 8px;
}

#content h2 a
{
	color: #372d8d;
	text-decoration: underline;
}



#content .item
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	margin-top: 10px;
	line-height: 14pt;
}

#content .item .body
{
	padding: 5px;
}

#content .item h1
{
	font-size: 100%;
	font-weight: bold;
	background-color: #dcdcdc;
	color: black;
	margin: 0px;
	padding: 2px;
}

#content img
{
	float: right;
	margin-left: 15px;
	margin-bottom: 2px;
}

#footer
{
	font-size: 80%;
	padding-top: 15px;
	font-style: italic;
	text-align: center;
}

.editImage img
{
	float: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

#banner
{
	padding-top: 5px;
	background-color: white;
	text-align: center;
	width: 100%;
}



