/* CSS Document */<style type="text/css">

body {
  margin: 0px;
  padding: 0px;
}
#header {
	background: #0f0;
	width: 100%;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#leftcol {
	background: #f00;
	float: left;
	width: 19%;
	height: 500px;
	color: #FFFFFF;
	position: relative;
}
#content {
	background: #fff;
	float: right;
	width: 80%;
	height: 500px;
	white-space: normal;
	border-left-width: thick;
}
#footer {
	background: #0f0;
	clear: both;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

</style>

a {
	font-size: 12px;
	color: #3399FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.style1 {
	font-size: 24px;
	color: #000066;
	position: relative;
	left: auto;
}
#content img {
	background-position: center top;
	text-align: center;
	padding: 0px;
	height: auto;
	width: auto;
}
