﻿body
{
	background-color: #2B58B3;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	margin-bottom: 0px;
}

body div.outside
{
	text-align:center;
	z-index: 0;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height: 100%;
	position: relative;
	background-position: left;
	background-image: url(../images/bg2.jpg);
	background-color: #969FB3;
	background-repeat: repeat-y;
}

P, Body
{
	font-family: verdana, arial;
	font-size: 13px;
	text-align: left;
}

P
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


H1
{
	font-family: verdana, arial;
	color: #2B58B3;
	border-bottom: 1px solid #2B58B3;
	text-align: left;
	margin-top: 5px;
	padding-left: 10px;
}

H2
{
	font-family: verdana, arial;
	color: #2B58B3;
	border-bottom: 1px solid blue;
	text-align: left;
	padding-left: 10px;
}

H3
{
	font-family: verdana, arial;
	color: #2B58B3;
	border-bottom: 1px solid blue;
	text-align: left;
	padding-left: 10px;
}

H4
{
	font-family: verdana, arial;
	color: navy;
	border-bottom: 1px solid blue;
	text-align: left;
}

H5
{
	font-family: verdana, arial;
	color: navy;
	border-bottom: 1px solid blue;
	text-align: left;
}

H6
{
	font-family: verdana, arial;
	color: navy;
	border-bottom: 1px solid blue;
}

a, a:visited, a:active, a:link
{
	color: #000000;
	font-weight: bold;
}

h1 a, h1 a:visited, h1 a:active, h1 a:link, h2 a, h2 a:visited, h2 a:active, h2 a:link, h3 a, h3 a:visited, h3 a:active, h3 a:link, h4 a, h4 a:visited, h4 a:active, h4 a:link, h5 a, h5 a:visited, h5 a:active, h5 a:link, h6 a, h6 a:visited, h6 a:active, h6 a:link
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

body div.outside div.content
{
	clear: both;
}
body div.outside hr
{
	height: 1px;
	color: #2B58B3;
	margin: 0px;
}

/* START styles for the header */
body div.outside div.header
{
	margin: 0xp;
	padding: 0px;
}
/* END styles for the header */

/* START styles for the menu */
body div.outside div.menu
{
	text-align: left;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
}

.menuframe
{
	background-color: #2B58B3;
}

.menuitem
{
	color: #ffffff;
	padding: 5px;
}

.menuitem A, .menuitem A:link, .menuitem a:active, .menuitem A:visited
{
	color: #ffffff;
}

.menuitem A:hover
{
	color: #969FB3;
}

.LevelMenuItem
{
	width:100px;
	color: #000000;
	padding: 5px;
	background-color:#969fb3;
}

.LevelMenuItem A, .LevelMenuItem A:link, .LevelMenuItem a:active, .LevelMenuItem A:visited
{
	color: #000000;
}

.LevelMenuItem A:hover
{
	color: yellow;
}

.selecteditem
{
	background-color: #2B58B3;
}

.LevelSelectedItem
{
	background-color: #969fb3;
}

/* END styles for the menu */

/* START styles for the breadcrumbs */
body div.outside div.breadcrumbs
{
	text-align: left;
	color: gray;
	font-size: 11px;
	padding-left: 10px;
	margin-top: 2px;
}
/* END styles for the breadcrumbs */

br.ClearBoth
{
	clear:both;
}
