body {
	background-image: url(images/bg.gif);
	margin: 0px;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6699CC;
	margin-top: 0px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h3 {
	font-size: 14px;
	line-height: 1.1em;
	color: #333333;
}



.menu {
	background-color: #214997;
}
.menu p {
	font-size: 12px;
	line-height: 1.1em;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}


.mainoutline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #214997;
	border-bottom-color: #214997;
	border-left-color: #214997;
}
.contentY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px -10px 0px 0px;
	float: right;
	padding-bottom: 4px;
	padding-left: 10px;
}
.overline {
	margin-top: 6px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #214997;
}
a:link {
	color: #214997;
	text-decoration: none;
}
a:visited {
	color: #214997;
	text-decoration: none;
}
a:hover {
	color: #214997;
	text-decoration: underline;
}
a:active {
	color: #143384;
	text-decoration: underline;
}
.picright {
	clear: right;
	float: right;
	margin-bottom: 4px;
	margin-left: 6px;
}
.picleft {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
.red {
	color: #660000;
}

