@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #85C7BF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #052F7E;
}
a {
	text-decoration: underline;
	color: #02A391;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #00A29A;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000066;
	background-image: url(Images/column_background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(Images/Kim_Vickers_header.jpg);
	height: 176.2px;
}
#nav {
	margin: 0px;
	float: right;
	width: 700px;
	vertical-align: bottom;
	clear: both;
	padding-top: 95px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.nav a {
	text-decoration: none;
	color: #000066;
}
.nav a:hover {
	text-decoration: none;
	color: #000066;
}
#content {
	text-align: left;
	/*height: 496px;*/
}
#column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
	height: 496px;
	background-image: url(Images/column.jpg);
}
#contentColumn {
	margin: 0px;
	float: right;
	width: 690px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
	margin: 0px;
	background-color: #1E418C;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
.footer a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #85C7BF;
	text-decoration: none;
	border-bottom-style: none;
	font-size: 9pt;
}
#footer2 {
	margin: 0px;
	background-color: #C2C4E1;
	font-family: "Times New Roman", Times, serif;
	color: #001974;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 9pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}
.footer2 a {
	font-family: "Times New Roman", Times, serif;
	color: #12A28E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 9pt;
	text-decoration: underline;
}
.footer2 a:hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom-style: none;
	font-size: 9pt;
}
.table {
	background-color: #C2C4E1;
	border: 1px solid #133D8D;
}
.table2 {
	background-color: #FFFFFF;
	border: 1px solid #133D8D;
}

