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

a:link {color:#0000FF;}
a:visited {color:#0000FF;}
a:active {color:#0000FF;}

a.nav:link {color:#0000ff;}
a.nav:visited {color:#0000ff;}
a.nav:active {color:#0000ff;}
a.nav:hover {color:#0000ff; font-style:oblique;}

body {
	background-image:url(../images/acsbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 5%;
	}
	
#container {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	height:800px;
	}

#header {
	position:relative;
	width:800px;
	height:107px;
	background-image:url(../images/top.jpg);
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	}
	
#middle {
	position:relative;
	width:775px;
	height:34px;
	background-image:url(../images/middle.png);
	padding-left:25px;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:999;
	}
	
#content {
	position:relative;
	width:800px;
	height:600px;
	background-image:url(../../images/tranbg2.png);
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:1;
	}


#banner2 {
	float:right;
	padding:7px;	
	}
	
.infotxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
.infomain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#bottom {
	position:absolute;
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.bottomlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}