body {
	background-image: url(images/bg.jpg); 
	background-repeat: repeat;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	text-align: center;
	}
.main {
	background-image: url(images/page-bg.jpg); 
	background-repeat: repeat-y;
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; color: #006699; 
	background-image: url(images/copyright.jpg); 
	background-repeat: no-repeat; 
	text-align: center; 
	height: 75px; 
	padding-right: 50px; 
	padding-left: 50px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 15px; color: #333333;
	}
blockquote {
	background-image: url(images/blockquote-bg.jpg);
	border-color : #99CCFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content h1 {
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	border-color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px; 
	color: #006699; 
	}
.content h2 {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px; 
	}
.content h3 {
	border-color: #006699; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	line-height: 14px; 
	}
.content h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	line-height: 14px; 
	color: #006699;
	}
.content h5 {
	border-color: #006699;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	text-align: left;
}
.content h6 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	text-align: left;
}
li {
	list-style-position: outside;
	padding-bottom: 5px;
	}
ol {
	list-style-type: decimal;
	}
ul {
	list-style-type: square;
	}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px;
	}
.nav h1 {
	background-image: url(images/button.jpg);
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height : 30px;
	line-height: 30px;
	padding-left : 45px;
}
.nav h2 {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px; 
	}
.nav li {
	list-style-position: outside;
	margin-left : 5px;
	padding-bottom: 10px;
}
a {
	color: #006699;
	font-weight: bold; 
	text-decoration: none;
	}
