html,body {
	height: 100%;
}

body {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	background-color: #5381BC;
	background-position: center;
}

p {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #000000;
}

.title {
	font-family: Arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #11376F;
	text-align: center;
}

.logo {
	font-family: Impact, Arial, sans-serif, helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.contact {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

a.contact:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

a.contact:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	color: #000033;
	font-weight: normal;
	text-decoration: none;
}

a.contact:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #2465C6;
	text-decoration:underline;
}

.content {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #11376F;
	text-decoration:underline;
}

a.content:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #11376F;
	text-decoration:underline;
}

a.content:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #11376F;
	text-decoration:underline;
}

a.content:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #1F65C5;
	text-decoration:underline;
}

.menu {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #11376F;
	text-decoration:underline;
}

.apricot {
	font-family: Arial, sans-serif, helvetica;
	color: #FFBF8C;
	font-size: 13px;
	font-weight: normal;
}

a.apricot:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #FFBF8C;
	text-decoration: none;
}

a.apricot:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #FFBF8C;
	text-decoration: none;
}

a.apricot:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #000000;
}


.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

a.smallest:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.smallest:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.smallest:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #085475;
	text-decoration:underline;
}

