@charset "utf-8";
/* CSS Document */

img { -ms-interpolation-mode:bicubic; }

body, html {
	font-family: "Verdana", Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding: 0px;
	color: #FFF;
	background-color: #000;
	border-top: 1px solid #666666;
	}
 
#container {
	width: 960px;
	clear: both;
	margin: auto;
	height: auto;
	text-align: left;
	background-color: #000;

}
	
#header{
	width:960px;
	float:left;
	height:267px;
	margin:0px;
	padding:0px;
	background:#000 url(../images/eos_academy_banner.jpg) no-repeat;
}

#back{
	width:200px;
	float:right;
	text-align:right;
	padding-top:230px;
}

#content{
	width:960px;
	float:left;
	height:auto;
}


#footer{
	float:left;
	width:960px;
	padding: 10px 0px 20px 0px;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align:center;
	border-top: 1px solid #ccc;
}

h2{
	font-size: 22px;
	font-weight:bold;
	padding:15px 0px 20px 0px;
	margin:0px;
	float:left;
	text-transform:uppercase;
	color:#FF0000;
	font-family:"Arial";
}

#text{
	width:960px;
	padding:0px 0px 50px 0px;
	float:left;
	font-size:12px;
	font-family: "Verdana", Helvetica, sans-serif;
}
.title{
	font-weight:bold;
	color:#FFFF00;
	text-transform:uppercase;
	padding:10px 0px 10px 0px;
}

.red{
	color:#FF0000;
}

table{
	float:left;
	width:900px;
	font-size:12px;
	padding:0px 0px 0px 0px;
}

.box{
	margin:10px;
	padding:15px;
	width:230px;
	height:auto;
	line-height:20px;
	border:1px dotted #fff;
	font-weight:bold;
	/*cursor:pointer;*/
}

li{
	padding:5px;
}

/******************************link********************************/
a:link{
	color:#FFFF00;
	text-decoration:none;
}

a:visited{
	color:#FFFF00;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

a:active{
	color:#FFFF00;
	text-decoration:none;
}