body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.logo {
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 307px;
	right:20px;
}
.tagline {
	position: absolute;
	width: 16%;
	left: 2%;
	top: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	text-align: center;
}

.scContainer p {
	font-size: 1.1em;
	margin-bottom: 1.4em;
	padding: 10px;
		}
.pagetitle {
	font-family: "Century Gothic", Arial;
	font-size: 50px;
	color: #666666;
	position: absolute;
	left: 2%;
	top: 100px;
	width: 800px;
}
.menu {
	position: absolute;
	height: 387px;
	min-width: 120px;
	width: 15%;
	left: 2%;
	top: 165px;
}
ul {
	border: 1px solid #000000;
	list-style-type: none;
	padding: 0px;
	background-color: #CCCCCC;
}
.menu li {
	background-color: #999999;
	margin: 2px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

li {
	padding-left:10px;
	list-style-position: inside;
}
.image {
	float: right;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image p {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.menu li:hover {
	background-color: #230DA8;
	color: #FFFFFF;
}
.menu a {
	color: inherit;
	text-decoration: none;
}



.scContainer {
	position: absolute;
	float: right;
	margin: 0 0 20px 20px;
	left: 18%;
	top: 180px;
	width: 75%;
	}

.scContent {
	width: 100%;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
		}

.fadeTop {	
		display: none;
		position: absolute;
		width: 756px;
		height: 40px;
		top: 0;
		left: 0;
		background: url(img/gradtop.png);
		z-index: 1;
		}

.fadeBottom {
		display: none;
		position: absolute;
		width: 756px;
		height: 40px;
		bottom: 0;
		left: 0;
		background: url(img/gradbtm.png);
		z-index: 1;
		}
.divider {
	background-color: #EBE9ED;
	background-image: url(img/border.gif);
	position: absolute;
	height: 20px;
	width: 96%;
	left: 2%;
	top: 154px;
}
.list {
	background-color: #FFFFFF;
	border: 0px none;
	list-style-type: disc;
}

