@charset "UTF-8";

/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
}
a {
	color: #6489ab;
	text-decoration: none;
}
.mainContent  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
}
#homeMainContent {
	padding: 0 320px 0 10px;
}
#homeSidebar {
	float: right;
	width: 291px;
}
#right {
	display: none;
}
#footer {
	display: none;
}

/********************** GLOBAL NAVIGATION **********************/

#globalNav { display: none; }
#copyright {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}

#defLetter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #625f54;
	display: block;
	border: 1px solid #DCD6C1;
	background-color: #f4eed3;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
