﻿@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Georgia";
	font-size: 22px;
	color: #08294C;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
}
body {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: "Georgia";
	font-size: 18px;
	color: #555555;
	text-decoration: none;
	text-align: left;
	text-indent: 40px;
}
p {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-align: left;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	text-align: center;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F90;
	text-align: left;
	text-decoration: none;
}

.tops {
	color: #fff;
	background-color: #08294C;
	font-family: "Century Gothic";
	font-size: 80px;
	text-shadow: 1px 1px 6px #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
}
.topsmall {
	color: #fff;
	background-color: #08294C;
	font-family: "Century Gothic";
	font-size: 50px;
	text-shadow: 1px 1px 6px #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: normal;
}

.heading {
	color: #F00;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
.heading a:link {
	color: #900;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
}
.heading a:visited {
}
.heading a:hover {
}
.heading a:active {
	text-decoration: none;
	text-align: left;
}
.footing {
		font-size: 14px;
		color: #08294C;
		text-decoration: none;
		text-align: center;
		background-color: #AFC9CA;
}
.footing a:link {
	color: #08294C;
	text-decoration: none;
	font-weight: normal;
}
.footing a:visited {
	color: #08294C;
	font-weight: normal;
}
.footing a:hover {
	text-decoration: none;
	color: #002040;
	text-align: center;
}
.footing a:active {
	color: #08294C;
	font-size: 14px;
}


a {
				font-size: 16px;
				color: #08294C;
				font-weight: bold;
				text-decoration: none;
}
a:visited {
	color: #002040;
}
a:hover {
}
a:active {
}

.bar {
				color: #08294C;
				background-color:#AFC9CA;
				font-family: Georgia;
				font-size: 22px;
				font-weight: normal;
				text-align:center;
				padding-top: 8px;
				padding-bottom: 2px;
				border-top: thin;
				border-top-color: white;

}
.bar a:link {
	text-decoration: none;
	background-color: #AFC9CA;	
}
.bar a:hover {
	color: #002042;
	text-decoration: none;
}
.bar a:active {
	text-decoration: none;
}
.register {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
	white-space: normal;
	width: auto;
}
.register a:link {
	text-decoration: none;
	background-color: #900;
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 5px;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.register a:visited {
	text-decoration: none;
}
.register a:active {
}
.register a:hover {
	font-weight: normal;
	color: #081D48;
	background-color: #FFF;
}
img.double_border {
			
				padding:8px;
				border:solid;
				border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
				border-width: 1px 2px 2px 1px;
				background-color:white;
				margin-bottom:5px;
				margin-right:8px;
				margin-left:8px;
				
				/*border:5px groove #08294C;
								margin:10px;*/
}

