/* CSS Document */

body {
	background-image: url(eaimages/bgcolor.png);
	margin: 0px;
	}
	
p {
	font-family: tahoma;
	font-size: 13px;
	color: #fff;
	}
li {
	font-family: tahoma;
	font-size: 13px;
	color: #fff;
	}
td {
	font-family: tahoma;
	font-size: 13px;
	color: #fff;
	}
	
a {
	color: #99cc00;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
	}
	
#docs a {
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
	}
	
#docs a:hover {
	color: #fff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	}
	
#main {
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	}
	
#header {
	width: 800px;
	float: left;
	height: 189px;

	}
	

	
#menu {
	width: 800px;
	height: 44px;
	background-image: url(eaimages/menubg.png);
	font-family: tahoma;
	font-size: 13px;
	padding: 0px;
	float: left;
	color: #fff;	
	}

#menu_text {
	padding-top: 10px;
	padding-left: 12px;
	}
	
#menu a {
	color: #ffffff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #ffffff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
	}
	
#left {
	float: left;
	width: 199px;
	border-right-color: #999999;
	border-right-style: dashed;
	border-right-width: 1px;
	}
#left a {
	color: #999999;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: none;
	}
	
#left a:hover {
	color: #ffffff;
	font-family: tahoma;
	font-size: 13px;
	text-decoration: underline;
	}
#mainmenu {
	float: left;
	width: 199px;
	}
#subcontent {
	float: left;
	width: 199px;
	border-top-color: #999999;
	border-top-style: dashed;
	border-top-width: 1px;
	}
	
#pagecontent {
	float: left;
	width: 590px;
	padding-left: 10px;	
	}
	
#footer {
	background-image: url(eaimages/footerbg.png);
	width: 800px;
	height: 86px;
	float:left;
	margin-top: 10px;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	}	
#footer_text {
	padding: 34px 0px 0px 10px;
	}
	
#footer a {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	}
	
	
.title {
	font-family: tahoma;
	font-size: 14px;
	color: #99cc00;
	}
.tbltitle {
	font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
	}

.left {
	float: left;
	border: 1px solid #ffffff;
	padding: 3px;
	}
