/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Courier New", monospace;
	font-size:10.5px;
	line-height:14px;
	color: #000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	text-decoration: none;
}

body.section-1 {
	background-color:white;
	color:black; 
	}
body.section-2 {
	background-color:white;
	color:black; }
body.section-3 {
	background-color:white;
	color:black; }

a:link {
	color:#000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #333333;
	background-position: center;
	text-decoration: none;
}

a img {
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

#menu {
	width: 200px;
	overflow: visible;
	top: 10px;
	bottom: 0;
	left: 20px;
	position: absolute;
	height: 100px;
	background-color: #fff;
}

#menu ul {
	margin: 0 0 12px 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li.section-title {
	font-weight: normal;
	margin-bottom:2px;
	margin-right:15px;
	margin-top:15px;
	padding-bottom:0px;
	padding-left:2px;
	padding-top:0px;
	bottom: 5px;
	top: 5px;
	width: 150px;
	left: 2px;
	font-style: normal;
	color: #025F70;
}

#content {
	height: 100px;
	top: 10;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.container {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.container p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	color: #000000;
}
#content p {
	margin-bottom:9px;
	width:400px;
}
	
p {
	margin: 0 0 9px 0;
	color: #000000;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p {
	font:Georgia, "Times New Roman", Times, serif
	width: 400px;
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#once { clear: left; }