body, html {
	margin: 0px; 
	padding: 0px;
	background:#515e67;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;
	line-height:14px;
	}
p {
	color: #ffffff;
	margin: 0px 0px 6px 0px;
	}
p write-title{
	color: #ffffff;
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	}
h1 {
        font-style: normal;
		font-size: 18px;
		font-weight: 100;
		color: #ffffff;
		margin: 21px 0px 0px 0px;
		padding: 0;
	}
h2 {
        font-style: normal;
		font-size: 12px;
		font-weight: 900;
		color: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 0;
	}
#wrapper {
	min-height:100%;
	background:#515e67;
	}
* html #wrapper {
	height:100%;
	}
#content {
	position: fixed;
	margin: 10px 0 0 10px;
	left:40%;
	width: 450px;
	height: 80%;
	overflow:auto;
	}
#footer {
	top: 90%;
	width: 100%; 
	background-image: "../img/footerblank.gif";
	position: fixed;
	height: 100px;
	margin: 0px;
	border: none;
	overflow: hidden;
	}
#nav {
	position: relative;
	font-size: 14px;
	width: 150px;
	height: 100%;
 }
#nav1text { position: fixed; margin-left: 80px; margin-top: 40px; top:2%; left:80px; display:none; }
#nav1 { position: fixed; margin-left: 80px; top:2%; left:0px; }
#nav2text { position: fixed; margin-left: 80px; margin-top: 40px; top:14%; left:80px; display:none; }
#nav2 { position: fixed; margin-left: 80px; top:14%; left:0px; }
#nav3text { position: fixed; margin-left: 80px;  margin-top: 40px; top:26%; left:80px; display:none; }
#nav3 { position: fixed; margin-left: 80px; top:26%; left:0px; }
#nav4text { position: fixed; margin-left: 80px;  margin-top: 40px; top:38%; left:80px; display:none; }
#nav4 { position: fixed; margin-left: 80px; top:38%; left:0px; }
#nav5text { position: fixed; margin-left: 80px;  margin-top: 40px; top:50%; left:80px; display:none; }
#nav5 {position: fixed; margin-left: 80px; top:50%;left:0px;}
#nav6text { position: fixed; margin-left: 80px;  margin-top: 40px; top:62%; left:80px; display:none; }
#nav6 { position: fixed; margin-left: 80px; top:62%; left:0px; bottom:15px; }
#nav7text { position: fixed; margin-left: 80px;  margin-top: 40px; top:74%; left:80px; display:none; }
#nav7 { position: fixed; margin-left: 80px; top:74%; left:0px; }
#title {
	font-size: 14px;
}

.text-title {
	font-size: 14px;
}

.text-bold {
	font-size: 10px;
	font-weight:bold;
}
.text-underlined {
	font-size: 10px;
	color: #fff;
	text-decoration:underline;
}
.text-info {
	font-size: 10px;
	color: #ccc;
}
a:link, a:visited {
		font-size: 10px;	
		color: #CCC;
        text-decoration: underline;
	}
a:active, a:hover {
		font-size: 10px;
		color: #FFC;
        text-decoration: underline;
	}