html
{
	height: 100%;
}

body
{
	background-color: #002E49;
	margin: 0px;
	color: black;
	text-align: justify;
	font-size: 10pt;
	font-family: Georgia, "Bitstream Charter", "Charis SIL", Utopia, "URW Bookman L", serif;
	height: 100%;
}

h1
{
	color: #002E49;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h2
{
	color: #002E49;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 15px 0px 3px 0px;
	width: 50%;
}

a
{
	color: #002E49;
	text-decoration: none;
}
a:hover
{
	color: #00A898;
	text-decoration: underline;
}

ul
{
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

ol
{
	margin: 3px 0px 0px 0px;
}

.container
{
}

.header
{
	background-color: #002E49;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}
.header h1
{
	color: white;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.header h2
{
	color: white;
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.header h3
{
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.header h4
{
	color: white;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: -49px 0px 0px 110px;
	padding: 0px 0px 0px 0px;
}
.header_content
{
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 10% 0px 10%;
	min-width: 1280px;
	height: 155px;
}

.menu
{
	padding: 10px 10% 30px 10%;
	min-width: 711px;
	background-color: #002E49;
	height: 20px;
}
.menu a
{
	color: white;
	text-decoration: none;
}
.menu a:hover
{
	color: #00A898;
	text-decoration: underline;
}
.menu_item
{
	text-align: center;
	font-size: 100%;
	float: left;
	width: 12.5%;
	height: 100%;
	background-color: #002E49;
	color: #ffffff;
	border-width: 0px;
}

.main
{
	padding: 20px 10% 20px 10%;
	min-width: 711px;
	min-height: 375px;
	background-color: #ffffff;
}

.card
{
	width: 50%;
	background-color: #ffffff;
	padding: 10px 0px 10px 0px;
}
.card img
{
	float: left;
	padding: 0px 10px 10px 0px;
}

.dates
{
	background-color: #dddddd;
	padding: 10px 10px 10px 10px;
	border-color: #888888;
	border-style: dashed;
	border-width: 1px;
}

.footer
{
	padding: 10px 10% 10px 10%;
	min-width: 711px;
	background-color: #00A898;
}

.copyright
{
	font-size: 9px;
	color: white;
}
.copyright a
{
	color: white;
	text-decoration: none;
}
.copyright a:hover
{
	color: #00A898;
	text-decoration: underline;
}
