﻿body {
	background-color: white;	
	background-image: url('images/bg1-1.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

h2 {
	color: #01553E;
	border-bottom: 1px solid #01553E;
}

h3 {
	color: #01553E;
	border-bottom: 1px solid silver;
}


a {
	color: #01553E;
}

a:hover {
	color: teal;
}

#container {
	background-color: transparent;
	width: 1029px;
	margin: 0 auto;
	padding: 0;
	border-left: 0px solid silver;
	border-right: 0px solid silver;
}

#left {
	width: 250px;
	background-color: transparent;
	float: left;
	padding: 10px;
 
}

#top-menu {
	border: 0px solid orange;
	height: 30px;
}

#right {
	background-color: transparent;
	width: 725px;
	float: right;
	padding: 10px;
	padding-bottom: 0px;
}

#content {
	background-color: transparent;
	width: 725px;
	float: right;
	margin-top: 130px;
	line-height: 1.3em;
	min-height: 700px;
}

#logo {
	background-color: transparent;
}
.style1 {
	text-align: center;
	width: 225px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 5px;
	border: 0px solid #C7DAD5;
	width: 100%;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
}


.style3 {
	border-width: 0;
}

.style4 {
				text-align:right;
				padding-right: 10px;
				list-style-type: none;
}

#resources {
				width: 100%;
				vertical-align:top;
}

#resources td {
				border: 1px solid silver;
				text-align: left;
				vertical-align: top;
				padding: 2px;
}

#resources img{
				border: 1px solid silver;
				background-color: white;
}

