﻿*.primary {
	background-color: rgb(0, 48, 102);
}
*.secondary {
	background-color: rgb(230, 241, 255);
}
*.tertiary {
	background-color: rgb(229, 249, 214);
}
*.background {
	background-color: rgb(255, 255, 255);
}
h1#website-title {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: rgb(0, 48, 102);
	font-style: normal;
	text-decoration: none;
}
*#website-slogan {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(191, 203, 217);
	font-style: normal;
	text-decoration: none;
}
*#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
*#content a:link {
	font-weight: normal;
	color: rgb(0, 48, 102);
	font-style: normal;
	text-decoration: underline;
}
*#content a:active {
	font-weight: normal;
	color: rgb(0, 48, 102);
	font-style: normal;
	text-decoration: underline;
}
*#content a:visited {
	font-weight: normal;
	color: rgb(0, 48, 102);
	font-style: normal;
	text-decoration: underline;
}
*#content a:hover {
	font-weight: normal;
	color: rgb(204, 0, 0);
	font-style: normal;
	text-decoration: underline;
}
*#navcontainer div a h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: rgb(72, 87, 129);
	font-style: normal;
	text-decoration: none;
}
*#navcontainer div a:hover h3 {
	font-weight: bold;
	color: rgb(72, 87, 129);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(202, 227, 183);
}
*#navcontainer div a:hover {
	font-weight: bold;
	color: rgb(72, 87, 129);
	font-style: normal;
	text-decoration: none;
	background-color: rgb(202, 227, 183);
}
*.accent {
	background: transparent url(../images/30.jpg) no-repeat top left;
}
