*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "Arial" sans-serif;
}

body{
	background-color: #D2875F;
}

#container{
	width: 900px;
	background-color: #FEECAA;
	margin: 0 auto;
}

#menu{
	/* Total width is 111px and total height is 125px */
	background: url(/images/menu_bg_2.jpg) top left no-repeat;
	width: 111px;
	height: 105px;
	padding-top: 20px;
	float: left;
}

#header_right{
	background: url(/images/header_right_2.jpg) top left no-repeat;
	width: 789px;
	height: 125px;
	float: left;
}

#divider{
	background: url(/images/divider_fill.gif) top left repeat-x;
	width: 900px;
	height: 15px;
	clear: both;
}
#main_block{
	width: 900px;
	min-height: 530px;
}
#left_bar{
	background: url(/images/aab_logo.png) top left no-repeat;
	width: 84px;/* Must total 111px with margin & padding - image is 84px */
	margin: 15px 12px 0 15px;
	padding-top: 95px;
	float: left;
}

#content{
	/* total width is 489px */
	width: 759px;
	float: left;
	padding: 15px 15px 20px 15px;
}

#footer{
	width: 900px;
	height: 30px;
	clear: both;
}

/*==================================================
* Text styles go here										*
==================================================*/
#menu ul{
	margin-top:-10px;
}
#menu li{
	list-style: none;
	padding: 2px 0 0 15px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
}

a{
	color: #f9a40f;
}
a:hover{
	color: #98640A;
}
#menu a:hover{
	color: #FEECAA;
}

#header_right h1, #header_right h2{
	text-align: right;
	color: #fff;
	padding: 0 15px 0 0;
	margin:0;
	font-stretch: ultra-condensed;
	letter-spacing: -2px;
	word-spacing: 4px;
}

#header_right h1{
	font-size: 24px;
	padding-top: 30px;
}

#header_right h2{
	font-size: 14pt;
}

#content{
	color: #98640a;
	font-size: 11px;
}

#content h1{
	font-size: 16px;
	font-weight: bold;
}

#content h2{
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	padding: 16px 0 4px 0;
}
#content p{
	text-align: justify;
	padding-bottom: 6px;
}

#content ul{
	margin-left: 15px;
	padding-bottom: 6px;
}

#content li{
	padding: 0 0 3px 25px;
	margin-left: 0;
}

#footer p{
	color: #736e6e;
	font-size: 9px;
	text-align: center;
	padding-top: 6px;
}

.bordered {
	border: 3px solid #E2950F;
	border-collapse: collapse;
	border-spacing:0;
}

.bordered th{
	border: 2px solid #E2950F;
	border-bottom:2px double #E2950F;
	padding: 2px 6px;
}

.bordered td{
	border: 1px solid #E2950F;
	padding: 2px 6px;
}

.alternate {
	background-color:#98640a;
	color:#FEECAA;
}

.print_only{
	display:none;
	color:black;
	border-color:black;
}

ol {
	padding:6px 20px 16px 20px;
}
