/*
NN4 margin fix
*/
body {
	margin: -10px;
	padding: 0;
}
html body {
	margin: 0;
	padding: 0;
}
body, p, td {
	font-family: Verdana, sans-serif;
	line-height: 1.3;
	font-size: 12px;
	color: #003366
}
.Title, .title {
	font-family: Garamond, serif;
	font-size: 30px;
	color: #4E0502;
}
.Title2, .title2 {
	font-family: Arial, sans-serif;
	font-size: 21px;
	color: #4E0502;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 10px;
	color: #BBB3AB;
}
.subScript {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 10px;
	color: #003366;
}
.smallChoices {
	font-family: Verdana, sans-serif;
	line-height: 1.2;
	font-size: 11px;
	color: #22498C;
	font-weight: bold;
}
.subHeading {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #22498C;
	font-weight: bold
}
A:link {
	color: #652623;
	text-decoration: underline
}
A:visited {
	color: #652623;
	text-decoration: underline
}
A:hover {
	color: #882550;
	text-decoration: none
}
A:active {
	color: #882550;
	text-decoration: underline
}
#nav A:link {
	color: #22498C;
	text-decoration: none;
}
#nav A:visited {
	color: #22498C;
	text-decoration: none
}
#nav A:hover {
	color: #728BB5;
	text-decoration: none
}
#nav A:active {
	color: #22498C;
	text-decoration: none
}
div.menu_border_filler {
	height: 7px;
	width: 100%;
	background-color: white;
	border-left: 0px solid #f2f1ef;
}