body
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	text-align: center;
	background-image:url(/img/acs-bg.jpg);
}
#global 
{
     margin-left: auto;
     margin-right: auto;
     width: 765; /* mandatory to be centered */
	 text-align: left; /* used for dropdown menu alignment - site is centered from body tag*/
}
table.main 
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-left: 0px;
	margin-right: auto;
	width: 765px;
}
td.col
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding: 0px;
	margin-left: 0px;
	margin-right: auto;
}
td.col-r
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding: 0px;
	padding-left: 20px;
	margin-right: auto;
}
table.home
{
	padding: 10px;
	margin-left: 0px;
	margin-right: auto;
	width: 765px;
	background-image:url(/img/home-bg.gif);
}
td.home
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding: 5px;
	width: 255px;
	vertical-align: top;
}
td.middle
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding-left: 15px;
	width: 255px;
	vertical-align: top;
}
table.body
{
	padding: 0px;
	margin-left: 0px;
	margin-right: auto;
	width: 765px;	
	background-image:url(/img/internal-bg.gif);
}

td.body
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding-right: 10px;
	vertical-align: top;
	line-height: 15px;
}
td.navbar
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: 666;
	padding: 5px;
	width: 245px;
	vertical-align: top;
}
td.ftr
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: EFEFEF;
	padding: 7px;
	margin-left: 5px;
	margin-right: auto;
	background-color:#333;
}
td.sm
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9E988C;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
}
a.sm:LINK, a.sm:ACTIVE, a.sm:VISITED 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9E988C;
	text-decoration: none;
}
a.sm:HOVER 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9E988C;
	text-decoration: none;
}
a.crumb:LINK, a.crumb:ACTIVE, a.crumb:VISITED 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7599AB;
	text-decoration: none;
}
a.crumb:HOVER 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7599AB;
	text-decoration: underline;
}
/* ORG LINK COLOR #F99500 */
a:LINK, a:ACTIVE, a:VISITED 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	text-decoration: underline;
}
a:HOVER 
{
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	text-decoration: none;
}
ul 
{
list-style-image: url(/img/bt-icon.gif);
}
#content
{
	padding-left: 15px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: auto;
	color: #666;
}

h1
{
	font-family: Arial, Helvetica, verdana, tahoma, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 32px;
	line-height: 27px;
	letter-spacing: -1px;
}
h2
{
	font-family: Helvetica, verdana, arial, tahoma, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: -1px;
	color: #7599AB;
}


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-10px;
	top:-10px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #ccc;
	z-index:2;
	}

.DropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#FFFFFF;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 

gif inside this DIV is replaced by */
.DropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background:#494949;
	color:#CCCCCC;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.DropdownMenu .item img {
	margin-left:10px;
	}

/* SIDENAV & SIDENAV LINKS*/

#navbox { 
	padding: 10px;
	background-color: #DDDCDA;
}

#sidenav { font-family: Verdana, Arial, Tahoma, San-Seriff; font-size:11px; background-color:#FFF; border: #FFF; border-top-width: 0px; border-bottom-width: 0px;}
#sidenav a { font-family: Verdana, Arial, Tahoma, San-Seriff; font-size:11px }
#sidenav br { font-family: Verdana, Arial, Tahoma, San-Seriff; font-size:11px }
#sidenav p { font-family: Verdana, Arial, Tahoma, San-Seriff; font-size:11px }

ul#sidelinks {list-style:none; margin: 0px; padding: 0px; }
ul#sidelinks li { width:100%; display:block}
ul#sidelinks li a { display:block; padding-top:4px; padding-bottom:4px; border-bottom: 1px solid #CCC; font-size:12px; font-family: Verdana, Arial, Tahoma, San-Seriff; width:100%; text-decoration: none; color:#666; font-weight: bold; }
ul#sidelinks li a:hover { padding-top:4px; padding-bottom:4px; border-bottom: 1px solid #EBE2D2; font-size:12px; font-family: Verdana, Arial, Tahoma, San-Seriff; width:100%; background-color:#e6e5e3; color:#666; text-decoration: none; font-weight: bold;  }

.sidehead { color: #F9740B; font-family: Verdana, sans-serif; font-size: 11px; text-decoration: none; font-weight:bold;}
.divider1 {	height:1px; width:100%; line-height:1px; background-color:#EBE2D2 }