﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: none;
	background-color: #003366;
	margin: 0px; 
	padding:0px;
}

.banner {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #000000;
	position: relative;
}

.wrapper {
	position: relative;
	width: 690px;
	z-index: 1;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 2000px;
	background-color: #ffffff;
}

.layout {
	width: 100%;
	background-color: #003366;
	text-align: center;
}

.layoutwhite {
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	padding: 2px;
}


p {
	font-size: 12px;
}

h1 {
	color: #003366;
}

h2 {
	color: #003366;
}

h3 {
	color: #006699;
}


.breadcrumb {
	font-size: 9px;
	color: #666666;
}

a:link {
	color: #333366;
	font-weight: normal;
}

a:visited {
	color: #333333;
	font-weight: normal;
}

a:hover {
	color: #3333CC;
	font-weight: normal;
}

a:active {
	color: #0066FF;
	font-weight: normal;
}

li {
	font-size: 12px;
}

td.menu {
	font-size: 12px;
	text-align: center;
}

td.menu a:link {
	color: #aaffff;
	font-weight: bold;
}

td.menu a:visited {
	color: #aaffff;
	font-weight: bold;
}

td.menu a:hover {
	color: #66ff66;
	font-weight: bold;
	background-color: #333399;
}

td.menu a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99CCFF;
}

.sidebar {
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	padding: 0px 5px 5px;
}

td.sidebar a:link {
	font-weight: bold;
	color: #333366;
}

td.sidebar a:visited {
	font-weight: bold;
	color: #333333;
}

td.sidebar a:hover {
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
}

td.sidebar a:active {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

td.sidebar h3 a:link {
	color: #336699;
	text-decoration: none;
}

td.sidebar h3 a:visited {
	color: #336699;
	text-decoration: none;
}

.news {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 5px;
}

td.news a:link {
	font-weight: normal;
	color: #333366;
}

td.news a:visited {
	font-weight: normal;
	color: #333333;
}

td.news a:hover {
	font-weight: normal;
	color: #3333CC;
}

td.news a:active {
	font-weight: normal;
	color: #0066FF;
}

td.news h3 a:link {
	color: #336699;
	text-decoration: none;
}

td.news h3 a:visited {
	color: #336699;
	text-decoration: none;
}


h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		color: #006699;
		font-weight: bold;
}
.small {
	font-size: xx-small;
	font-style: italic;
}


