body
{
	background-color: white;
	color: #070e83;
	font-size: small;
	font-family: serif;
}
div.Topbar
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
	height: 160px;
	background-image:url(graphics/header.png);
}
div.Body
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 960px;
	background-color: #fffbac;
}
div.Footer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px;
	width: 960px;
	font-size: small;
	background-color: #070e83;
	color: white;
}
div.Footer b
{
	color: #FFD302;
}
div.Footer a
{
	color: #FFD302;
}
div.Footer img
{
	margin: 0px;
}
div.MenuContainer
{
	float: left;
}
div.Menu
{
	width: 190px;
	min-height: 140px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: -10px;
	background-image: url(graphics/menu-middle.png);
	background-position: center;
	background-repeat: repeat-y;
}
div.MenuTop
{
	background-image: url(graphics/menu-top.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 20px;
	padding: 0px;
	margin-top: -10px;
	margin-left: -10px;
}
div.MenuBottom
{
	background-image: url(graphics/menu-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 150px;
	padding: 0px;
	margin-left: -10px;
}
div.Menu a
{
	font-variant: small-caps;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #070e83;
	border: none;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: medium;
	color: white;
	text-decoration: none;
}
div.Menu a:link
{
	color: white;
}
div.Menu a:visited
{
	color: white;
}
div.Menu a:active
{
	color: white;
}
div.Menu a:hover
{
	background-color: #272ea3;
}
div.Submenu
{
	margin-top: -5px;
	margin-bottom: 20px;
	display: none;
}
div.Submenu a
{
	margin: 0px;
	display: block;
	padding: 4px;
	background-color: #ffd302;
	text-decoration: none;
	border: 1px solid #070e83;
	font-weight: bold;
	font-size: large;
}
div.PanelContainer
{
	margin-left: 220px;
}
div.Panel
{
	padding: 20px;
	margin-bottom: 20px;
	clear: right;
	background-color: white;
	color: #070e83;
	border: 2px solid #070e83;
}
div.Panel div.Panel
{
	background-color: #fffbac;
	border: 0px;
	padding: 8px;
}
div.Sidebar
{
	float: right;
	padding: 10px;
	background-color: white;
	border: none;
	margin-right: 10px;
	width: 200px;
}
div.SideContainer
{
	float: right;
	padding: 10px;
	margin: 10px;
	width: 200px;
}
div.TextBox
{
	padding: 20px;
	margin-bottom: 20px;
	border: none;
	background-color: #fffbac;
}
div.SimpleTextBox
{
	padding: 5px;
	margin-bottom: 5px;
	border: none;
	background-color: #fffbac;
}
h1
{
	margin: 0px;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}
h2
{
	font-size: large;
	font-weight: bold;
	margin: 0px;
	color: #0A4D77;
}
h3
{
	font-size: large;
	font-weight: bold;
	margin: 0px;
	color: #530e0e;
}
b
{
	color: #530e0e;
}
hr
{
	border: 1px solid #FFD302;
}
a:link
{
	color: #272ea3;
	text-decoration: none;
	border-bottom: 1px dotted #836c00;
	font-weight: bold;
}
a:visited
{
	color: #272ea3;
	text-decoration: none;
	border-bottom: 1px dotted #836c00;
	font-weight: bold;
}
a:hover
{
	color: #070e83;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
}
a:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
p
{
	text-indent: 40px;
}
li
{
	clear: right;
}
img
{
	display: block;
	border: 2px solid white;
	margin: 10px;
}
table
{
	width: 100%;
	vertical-align: center;
}
tr.Shaded
{
	background-color: #fffbac;
}
input[type=text]
{
	width: 100%;
}
input[type=password]
{
	width: 100%;
}
