html,body {
	height: 100%;
}

div {
	
}

body {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #2B3857;
	background-color: #D7C9A5;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #2B3857;
	text-decoration: none;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 11px;
	color: #2B3857;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}

.menu {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2B3857;
}


a.menu:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2B3857;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	color: #2B3857;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #3D0003;
	text-decoration:none;
}

.text {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
}

.red {
	color: #FF0000;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	color: #2B3857;
}

.teal {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #085475;
}	

a.teal:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2B3857;
	text-decoration: none;
}

a.teal:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	color: #2B3857;
	font-weight: bold;
	text-decoration: none;
}

a.teal:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #085475;
	text-decoration:none;
}


.menu {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2B3857;
}

a.blue:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #2B3857;
	text-decoration: none;
}

a.blue:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	color: #2B3857;
	font-weight: bold;
	text-decoration: none;
}

a.blue:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #3D0003;
	text-decoration:underline;
}

.content {
	font-family: Arial, sans-serif, helvetica;
	color: #085475;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.content:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}

.apricot {
	color: #E7D695;
	font-size: 14px;
	font-weight: normal;
}

a.apricot:link {
	font-size: 14px;
	font-weight: normal;
	color: #E7D695;
	text-decoration: none;
}

a.apricot:hover {
	font-size: 14px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}

h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #2B3857;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #085475;
	text-align: center;
}

.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
}

a.smallest:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
	text-decoration: none;
}

a.smallest:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
	text-decoration: none;
}

a.smallest:active {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
	text-decoration: none;
}

a.smallest:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #085475;
	text-decoration:underline;
}

.box {
	width: 50%;
	height: 50px;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.box a:hover {
	background:#F8F5EF; 
}


