@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	margin: 0;  
	padding: 0; 
	background:#999;
	background:url(../Icons/background2.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-color:#000;
}
#page{
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;	
	width:1024px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:22pt;
	background-color:#666;
}
a{
	text-decoration:none;	
}

a.menuLink:active{color:#66cccc;}
a.menuLink:visited{color:#66cccc;}
a.menuLink:hover{color:#FFF;}
a.menuLink:visited:hover{color:#FFF;}

a.footerLink:active{color:#66cccc;}
a.footerLink:visited{color:#66cccc;}
a.footerLink:hover{color:#FFF;}
a.footerLink:visited:hover{color:#FFF;}

#header{
	float:left;
	height:130px;
	width:1024px;
	background-color:#333333;
	border-bottom:#FFF 1px solid;
}
#upperContainer{
	float:left;
	height:277px;
	padding-top:5px;
	background:#000;
}
#headerLeft{
	float:left;
	padding-top:40px;
	padding-left:340px;
	width:400px;
}
#headerRight{
	float:right;
	width:205px;
}
#menu{
	height:272px;
	width:159px;
	float:left;
	background-image:url(../Icons/navBar.jpg);
}
#banner{
	margin:0;
	padding:0;
	float:right;
	width:865px;
	height:272px;
}
#mainContainer{
	float:left;
	width:982px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	background:#f1f2f2;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
}
#footer{
	float:left;
	text-align:center;
	width:1024px;
	height:70px;
	font-size:10px;
	color:#FFF;
	background-color:#333333;
	padding-top:35px;
	border-top:#FFF 1px solid;
	line-height:10px;
}
a.footerLink{
	color:#66cccc;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}
a.menuLink{
	text-decoration:none;	
	color:#66cccc;
}
a.menuLink:visited{
	text-decoration:none;	
	color:#66cccc;
}
div.menuIcon{
	width:35px;
	height:35px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
}
div.menuText{
	margin-left:10px;
	margin-top:10px;
	width:111px;
	height:35px;
	float:left;
	color:#66cccc;
	font-size:12px;
}
div.menuText1{
	margin-left:10px;
	margin-top:9px;
	width:111px;
	height:36px;
	float:left;
	color:#66cccc;
	font-size:12px;
}
#linksDiv{
	text-align:center;
}
#bottomSpacer{
	float:left;
	background:#000;
	height:5px;
	width:1024px;
}
