/* This applies to all pages. */

body {
	background-color: #020056;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-style: normal;
	font-size: medium;
}

article {
	background-color: #ffffff;
}	

.centered {
	margin: 0 auto;
}

.text-centered {
	text-align: center;
}

.container {
	background-color: #ffffff;
}

.content
{
	background-color: #ffffff;
}	

.sidebar
{
	background-color: #eeeeff;
}

footer, #footer {
	clear: both;
	padding-bottom: 1em;
	margin: 0 auto;
	background-color: #ffffff;
}

form-required {
	color: red;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #113370;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #dfb13c;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dfb13c;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #dfb13c;
}

h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #dfb13c;
}

header, #header {
/*
	border-bottom: 1px solid #ffffff;
*/background-color: #ffffff;
	padding: 0;
	margin: 0;
}

li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000000;
	padding: 5px;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #000077;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;	
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #0606ce;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;	
	}
	
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #0a2f6b;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}

nav {
	margin: 0 auto;
	font-size: medium;
	clear: both;
}

nav a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;

}

nav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;

}
nav a:hover, a:active, a:focus 
{
	font-family: Verdana, Geneva, sans-serif;
	color: #0a2f6b;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: normal;
}

table 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
}

ul, dl 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 10px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
}
ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 10px;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
