body {
	overflow: auto;
	overflow-x: hidden;
	background-color: #aaaaaa;
	color:#003300;
}
#pageTitle {
	float: left;
	margin-top: 105px;
	margin-left: 50px;
	width: 150px;
	height: 30px;
	background-color: #336633;
	border: 1px solid;
	border-radius: 10px;
	border-color: #336633;
	padding-top: 10px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	
}
/*navigation bar*/
nav {
	margin-top: -9px;
	margin-left: -10px;
	width: 105%;
	height: 85px;
	min-width: 1024px;
	background-color: #99cc99;
	border: 1px solid;
	border-color: #003300;
}

nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
}

nav li {
	margin-top: 0px;
	width: 160px;
	float: left;
	display: block;
	padding-top: 35px;
	padding-bottom: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

nav a {
	text-decoration: none;
	color:#003300;
}

#firstNav {
	width: 150px;
	border-left-width: 0px;
}

.logo {
	margin-top: 20px;
	margin-left: 20px;
	width: 230px;
	height: 180px;
	float: left;
	display: block;
	padding-top: 25px;
	padding-left: 20px;
	border: 2px solid;
	border-radius: 10px;
	border-color: #003300;
	background-color:  #eeeeee;
}

.logo img {
	text-decoration: none;
	border: none;
	outline: 0;
}
/*content*/
article {
	width: 1024px;
	height: 600px;
	border: 1px solid;
	border-radius: 10px;
	background-color: #dddddd;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

section {
	float: left;
	width: 700px;
	margin-top: 25px;
	margin-left: 25px;
}

section img {
	border: 1px solid;
	border-radius: 10px;
}

section p {
	width: 700px;
}

section a {
	text-decoration: none;
	color: #003300;
}

aside {
	float: right;
	width: 250px;
	margin-top: 25px;
	margin-right: 25px;
}
aside ul {
	list-style-type: none;
}
aside li {
	font-family: arial;
	font-size: 14px;
	margin-left: -20px;
}
aside iframe {
	border: 1px solid;
	border-radius: 10px;
}
aside img {
	border: 1px solid;
	border-radius: 10px;
}
aside a {
	text-decoration: none;
	color: #003300;
}
aside a img {
	border: none;
}
#quality ul{
	list-style-type: none;
	margin top: 0px;
}
#quality ol{
	list-style-type: none;
	margin top: 0px;
}

#slides {
	width: 1000px;
	height: 550px;
}
#display {
	margin-top: 25px;
}
/*footer*/
footer {
	width: 100%;
	height: 35px;
	min-width: 1024px;
	text-align: center;
}

footer ul {
	list-style-type: none;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

footer li {
	width: 100px;
	float: left;
	display: block;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

footer a {
	text-decoration: none;
	color:#ffffff;
}

footer small {
	color: #ffffff;
}