body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/sky.jpg);
	background-repeat: no-repeat;
}
link {
	font-size: 15px;
	color: #3333FF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #3333FF;
	text-decoration: none;
}
a:visited {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.topbuttons {
	font-size: 13px;
	font-weight: bold;
	margin-left: 165px;
	margin-top: 8px;
}
.topbuttons a:link{
	color: #FFFF00;
	text-decoration: none;
	}
.topbuttons a:visited{
	color: #FFFF00;
	text-decoration: none;
	}
.topbuttons a:hover{
    text-decoration: none;
	color:white;
}
.topbuttons a:active{
	color: #FFFF00;
	text-decoration: none;
	}
.yellow-header {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	margin-left: 200px;
	margin-top: 10px;
}
.left-buttons {
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #FFFF00;
	clip:   rect(auto auto auto auto);
	margin-top: 180px;
}
.left-buttons a:link{
	color: #FFFF00;
	text-decoration: none;
	}
.left-buttons a:visited{
	color: #FFFF00;
	text-decoration: none;
	}
.left-buttons a:hover{
    text-decoration: none;
	color:white;
}
.left-buttons a:active{
	color: #FFFF00;
	text-decoration: none;
	}

.page-style {
	font-size: 13px;
	line-height: 18px;
	margin-left: 200px;
	margin-right: 25px;
	margin-top: 150px;
}
.intro-style {
	font-size: 16px;
	line-height: 24px;
	margin-left: 158px;
	margin-right: 0px;
	overflow: hidden;
	margin-top: 115px;
}
.white-header {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 165px;
	margin-top: 10px;
}
.white-heading {
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 150px;
	font-family: "Arial Rounded MT Bold", "Arial Rounded Bold", "Arial Rounded", Arial, Helvetica, sans-serif;
}
#left {
	position:fixed;
	left:0;
	top:0;
	width:158px;
	height:100%;
	z-index:4;
	layer-background-color: #000000;
	border: 1px none #000000;
	overflow: hidden;
	background-color: #000000;
}
#page {
position:absolute;
	left:0;
	top:0;
	overflow: auto;
	}
.blue-header {
	font-size: 28px;
	font-weight: bold;
	color: #333366;
	margin-top: 10px;
}
.left-buttons-multiline {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFF00;
	clip:   rect(auto auto auto auto);
	margin-top: 180px;
}
