@charset "UTF-8";
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#header {
	height: 145px;
	width: 780px;
	background-color: #F58345;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav {
	background-color: #000000;
	color: #F58345;
	list-style-type: disc;
	width: 260px;
	padding-top: 10px;
	float: left;
	height: 215px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#nav li {
	list-style-type: none;
	font-size: small;
	text-align: left;
	font-weight: normal;
	background-color: #000000;
	padding-top: 8px;
	padding-left: 15px;
	display: list-item;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999999;
	color: #F58346;
}
#nav a {
	color: #F58346;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
}
#side {
	background-color: #000000;
	float: left;
	height: 150px;
	width: 260px;
}
#AdvGraphics {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 160px;
	padding-left: 5px;
}
.image {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main {
	float: right;
	width: 490px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	height: 550px;
}
#main h1 {
	font-style: italic;
	color: #006633;
	font-size: x-large;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
}
#main h2 {
	font-size: large;
	color: #006633;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main p {
	font-size: 90%;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact {
	background-color: #087945;
	float: left;
	width: 245px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: 170px;
}
#contact p {
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#contact h1 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FFC818;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contact a {
	color: #F58346;
	text-decoration: none;
	font-weight: bold;
}
#nav #contact a {
	font-weight: bold;
	color: #F58345;
	text-decoration: none;
}
#contact a:hover {
	color: #FFFFFF;
}
#container {
	background-color: #CCCCCC;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#bottom-nav {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
#bottom-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bottom-nav li {
	display: inline;
}
#bottom-nav a {
	color: #000000;
	text-decoration: none;
	font-size: 60%;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 130%;
	padding-top: 0px;
}
#bottom-nav a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 60%;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 130%;
	padding-top: 0px;
}
#footer {
	background-color: #EB8148;
	border-top-width: thin;
	border-top-color: #000000;
	border-top-style: solid;
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	clear: both;
}
#copyright {
	width: 250px;
	margin-right: auto;
	margin-left: 20px;
	float: left;
}
#copyright p {
	font-size: 70%;
	text-align: left;
	margin-top: 0px;
}
#designed-by {
	width: 200px;
	margin-right: 20px;
	margin-left: auto;
	float: right;
}
#designed-by p {
	font-size: 70%;
	text-align: right;
	margin-top: 0px;
}
