@charset "utf-8";
/* CSS Document */



.body {
	background-color: #bfe8ff;
	background-image: url(img/bgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099CC;
	line-height: 30px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	color: #0099CC;
	font-size: 14px;
	padding-left: 20px;
	text-decoration: none;
	font-style: italic;
}
.menu a:hover {
	color: #275058;
	text-decoration: underline;
}
.hdr {
	height: 370px;
	width: 940px;
	background-image: url(img/hdr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #275058;
	padding: 20px;
	text-align: justify;
}
.content p {
	font-size: 16px;
	text-align: justify;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #4894A4;
}
.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4894A4;
	font-style: italic;
}
.content img {
	margin: 20px;
	padding: 0px;
	border: 5px double #60A9B9;
}
.rightTab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #275058;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #60A9B9;
	border-right-color: #60A9B9;
	border-bottom-color: #60A9B9;
	border-left-color: #60A9B9;
	text-align: justify;
	padding: 20px;
}
.rightTab h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4894A4;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: double;
	border-top-color: #60A9B9;
	border-right-color: #60A9B9;
	border-bottom-color: #60A9B9;
	border-left-color: #60A9B9;
}
.rightTab h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4894A4;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.rightTab p {
	padding: 0px;
	margin: 0px;
	text-align: justify;
}


.rightTab a, .rightTab a:link, .rightTab a:visited, .rightTab a:active {
	color: #0099CC;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}
.rightTab a:hover {
	color: #275058;
	text-decoration: underline;
}




.ftr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4894A4;
}

