html {
	background-color: #000;
	text-align: center;
}
body {
	color: #FFF;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px; 
	background-color: #000;
	text-align: center;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content {
	position: relative;
}
a {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 1;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	}



a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.8;
	color: #233E95;
	font-weight: bold;
	
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


#links { font-size: 20px; font-family: Arial, Helvetica, sans-serif; 
}
.container #links div { font-size: 14px; margin-top: 10px; color: #88A8D7; 
}


h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px; 
}


a:link {
	color:#8A99D2;
	text-decoration: none; 
	font-weight: normal;
}
a:visited {
	color: #8A99D2;
	text-decoration: none;
	font-weight: normal;
	zoom: 1;
	filter: alpha(opacity=100);
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #8A99D2;
	font-weight: normal;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
