@charset "UTF-8";
/* CSS Document */


body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	margin:10px;
}
img { background-color: #000000; }
a:link {
	color: #FF0099;
	text-decoration: none;
	background-color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper {
	background-color: #CCFFCC;
	background-image: url(../newwebtemplate.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 725px;
	padding: 5px;
}
.slides {
	display: none;
}
.slideShow {
	margin-bottom: 10px;
}
#title {
	font-size: 47px;
	font-weight: normal;
	color: #009900;
	margin-top: 550px;
	margin-left: 380px;
	background-color: #000000;
	background-image: url(withnavigation.jpg);
}
.type {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 300px;
	width: 400px;
	margin-bottom: 400px;
}


.setTitle, .slideTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 40px;
	height: 24px;
	background-color: #000000;
	width: 700px;
	margin-left: 275px;
	float: none;
}
.setTitle {
   color: #995a01;
   font-size: 14px;
   font-weight: bold;
}
.slideTitle {
	font-size: 12px;
	background-color: #FFFFFF;
}
.controls {
	position: relative;
	z-index: 10;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-right: 50px;
	margin-left: 50px;
}


.controls2 {
	position: relative;
	z-index: 10;
	margin-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-right: 100px;
	margin-left: 100px;
	height: 500px;
	width: 800px;
}

#content {
	color: #FFFFFF;
	position: relative;
	display: block;
	margin-top: 100px;
	z-index: 1;
	margin-top: 15px;
	font-size: x-large;
	font-weight: normal;
	width: 950px;
	margin-left: 29px;
	margin-right: 29px;
}
#content h1, p {
	text-align: left;
	margin-left: 45px;
}
#content h1 {
	font-size: 24px;
	padding-top: 45px;
}
#content h2 {
	font-size: 16px;
}
#content img {}
#content img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 90px;
	margin-left: 45px;
}
#content img.right {
	float: right;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content p {
	font-size: 14px;
	margin-top: 45px;
}
#content a {
	color: #FFFFFF;
}
#content ul {
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
#content ul ul {
	margin-left: 15px;
	list-style-type: disc;
}






.color-orange {
	color: #FF6600;
	background-color: #FFFFFF;
}
.color-purple {
	color: #993399;
	background-color: #FFFFFF;
}
.color-pink {
	color: #FF3399;
	background-color: #FFFFFF;
}
.color-green {
	color: #33CC00;
	background-color: #FFFFFF;
}
.color-blue {
	color: #3399FF;
	background-color: #FFFFFF;
}
