@charset "utf-8";
body {
	background-color:#000033;
	background-image: url(../images/bg-2009.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	position: relative;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	position: relative;
	left: 0%;
	top: 0%;
}

#col-l {
	height: auto;
	width: 90px;
	position: absolute;
	left: 0%;
	top: 0%;
	text-align: center;
	font-size: small;
}

#col-r {
	height: auto;
	width: 10%;
	position: absolute;
	top: 0%;
	text-align: right;
	right: 0px;
}

#top-l {
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	height: 60%;
	width: 40%;
	position: absolute;
	left: 10%;
	top: 0%;
}

#col-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FF9933;
	text-align: left;
	height: 37%;
	width: 18%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: absolute;
	left: 11%;
	top: 63%;
}

#col-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9933;
	text-align: left;
	height: 37%;
	width: 19%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: absolute;
	left: 30%;
	top: 63%;
}

#col-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9933;
	text-align: left;
	height: 37%;
	width: 19%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 63%;
}

#col-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF9933;
	text-align: left;
	height: 37%;
	width: 19%;
	position: absolute;
	left: 70%;
	top: 63%;
}


#top-r {
	height: 60%;
	width: 39%;
	position: absolute;
	left: 51%;
	top: 0px;
	font-size: small;
}
.style1 {font-size: x-small}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

h2 {color:#FFFF00;}

.img-left {
	float: left;
	margin: 0px 3px 3px 0px;
}

#textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	width: 80%;
	position: absolute;
	left: 10%;
	top: 0%;
}
