body {
	color: #333333;
	background-color: #99CCCC;
    font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content { 
	width: 100%; 
	background-color: #FFFFFF;
	margin: 50px 0px 20px 0px;
	padding: 30px 0px 20px 0px;
    }
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
#left { 
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	text-align:left;
	z-index:1;
    }
#right {
	width:250px;
	height: 300px; 
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	z-index:2;
	}
#left h1{
	font-family: "Courier New", Courier, mono;
	font-size: 32px;
	color: #9CCFCE;
	line-height: 38px;
	}
#left h2{
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	font-weight: lighter;
	}
#footer {
 	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	float:left;
}
