.Page {
	position: absolute;
	height: auto;
	width: 612px;
	left: 230px;
	top: 0px;
	right: auto;
	bottom: auto;
}
.Menu {
	position: absolute;
	height: 220px;
	width: 1px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
}

.Left {
	position: absolute;
	height: 60px;
	width: 200px;
	left: 4px;
	top: 240px;
	right: auto;
	bottom: auto;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px 0px 1px;
	padding: 0px;
	font-size: 90%;
	position: absolute;
	left: 0px;
	top: -8px;
	right: auto;
	bottom: auto;
	width: 190px;
	border: #BDFFBD;
	height: 0px;
	visibility: visible;
	overflow: visible;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #C6FFC6;
	border-bottom: 0px solid #C6FFC6;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-right-color: #C6FFC6;
	border-left-color: #C6FFC6;
	font-size: 90%;
}

#sectionLinks a:hover{
	border-top: 1px solid #C6FFC6;
	background-color: #EFFFEF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #BDFFBD;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #BDFFBD;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #99FF33;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #99FF00;
}
h1 {
	font-size: 140%;
	color: #BDFFBD;
}

h2 {
	font-size: 120%;
	color: #BDFFBD;
}


h6 {
	font-size: 60%;
	text-align: center;
	background-position: top;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #666666;
}
.Right {
	position: relative;
	height: auto;
	width: 590px;
	left: 204px;
	top: 0px;
	right: auto;
	bottom: auto;
}

