@charset "UTF-8";
/* ACSO-CSS Document */

body{
	background-image:url(stripeBG.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#shadowbg{
	width:800px;
	background-image:url(acsoShadow.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-image:url(bannerbg.jpg);
	width:780px;
	height:150px;
}
#menubar{
	width:780px;
	height:20px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#sidelinks{
	width:120px;
	height:250px;
	background-color:#ded7b1;
	margin-left:3px;
	border-right:dotted;
	border-right-width:1px;
	border-right-color:#000;
}
#footer{
	height:75px;
	background-color:#ded7b1;
}
.body{
	background-color:#eeeddf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a:link{
	text-decoration:none;
	color: #000;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#336666;
}
a:active{
	text-decoration:none;
	color:#000;
}
.footerlink:link{
	text-decoration:underline;
	color:#FFF;
}
.footerlink:visited{
	text-decoration:underline;
	color:#FFF;
}
.footerlink:hover{
	text-decoration:underline;
	color:#09F
}
.footerlink:active{
	text-decoration:underline;
	color:#FFF;
}
.doclinks:link{
	text-decoration:none;
	color:#03F;
}
.doclinks:visited{
	text-decoration:none;
	color:#03F;
}
.doclinks:hover{
	text-decoration:underline;
	color:#03F;
}
.doclinks:active{
	text-decoration:none;
	color:#03F;
}
