@charset "utf-8";


body {
	min-width: 968px;
}
.container {
	background-color: #5780B8;
	background-image: url(../images/076.JPG);
	background-repeat: no-repeat;
	color: #0F6;
}
.header {
	background-color: #5D82B9;
	height: 100px;
	background-image: url(../images/076.JPG);
	padding: 10px;
	color: #0CC;
}
.nav {
	background-color: #CCC;
	width: 300px;
	float: left;
	height: 25px;
	background-image: url(../images/076.JPG);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 70px;
	margin-left: 110px;
}
.content1 {
	margin: 20px;
	float: left;
	background-color: #f0f0e5;
	height: 200px;
	width: 200px;
	background-image: url(../images/076.JPG);
}
.content2 {
	margin: 20px;
	float: left;
	background-color: #f0f0e5;
	height: 350px;
	width: 200px;
	background-image: url(../images/076.JPG);

	padding: 5px;
}
.content3 {
	float: left;
	clear: none;
	background-color: #f0f0e5;
	width: 350px;
	background-image: url(../images/076.JPG);
	color: #F00;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-bottom: 10px;
}
.content4 {
	margin: 20px;
	float: left;
	background-color: #F0f0e5;
	clear: right;
	width: 350px;
	background-image: url(../images/076.JPG);
	border: medium solid #000;
	padding-top: 10px;
	padding-left: 10px;
}
.content5 {
	float: left;
	clear: left;
	background-color: #f0f0e5;
	width: 130px;
	margin-top: -100px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 20px;
	background-image: url(../images/076.JPG);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0F6;
	text-align: left;
	padding-top: 10px;
}

.content6 {
	float: left;
	background-color: #F6F5F2;
	height: 120px;
	width: 690px;
	background-image: url(../images/076.JPG);
	color: #of6;
	line-height: 1em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 20px;
}

.footer {
	clear: both;
	background-color: #999;
	height: 25px;
	background-image: url(../images/076.JPG);
	color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.header #logo {
	color: #0CC;
	font-size: 70px;
	float: left;
}
#spacer {
	background-color: #999;
	height: 5px;
	margin-bottom: 20px;
}

.content1 #image img {
}
.content1 .text {
	margin: 10px;
	font-size: 36px;
	color: #FC0;
}
.content3 .image1 img {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.content3 .image2 img {
	float: left;
	clear: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.content3 .image3 img {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.content3 .text1 {
	float: left;
	width: 100px;
	margin-left: 20px;
	color: #0F0;
}
.content3 .text2 {
	float: left;
	width: 100px;
	margin-left: 15px;
}
.content3 .text3 {
	float: left;
	width: 100px;
	margin-left: 8px;
}
.content4 .image img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.content4 .text {
	float: left;
	margin: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #3F0;
	width: 100px;
	padding-left: 10px;
}
.content2 h3 {
	color: #0C3;
}

.content6 h3 {
	color: #0F6;
	font-size: 24px;
	margin-bottom: .5em;
}




/* the following are a set of standard rules */

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #33FFFF;
	text-decoration: none;
}

a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0F0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #FF9933;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #adb96e;
	color: #FFF;
}
