/* Body */

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333333;
	}
p, td, li, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
h1	{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
	}
h2	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
p	{
	font-size: 0.90em;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.25em;
	}
dt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	color: #333;
	}	
dd	{
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: 2px;
	}
td img {
	display: block;
	border: 0;
	}
.inline {
	display: inline;
	}
ul, ol {
	text-align: center;
	list-style-position: inside;
	}
ul li {
	list-style-image: url(../images/bullet.gif);
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 0.50em;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	}
ol li {
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 0.50em;
	font-size: 0.90em;
	font-family: Arial, Helvetica, sans-serif;
	}


/* Links */

a:link {
	color: #0081C3;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #0081C3;
	}
a:hover {
	text-decoration: underline;
	color: #0081C3;
	}
a:active {
	text-decoration: underline;
	color: #0081C3;
	}


/* Header */

#header {
	background: transparent url(../images/al_logo_bg.jpg) repeat;
	}

	
/* Content */

#content {
	margin: 0;
	}
#primarycontent {
	background: #FFFFFF;
	}
#primarycontent td.maintd {
	padding: 12px;
	}
#assc {
	background: #FFFFFF;
	margin-top: 10px;
	}


/* Left Sidebar */

#sidebar {
	margin: 0;
	}
td#sidebarbg {
	background: #000000 url(../images/al_sidebar_02.jpg) repeat-y;
	}
#menu {
	margin-top: 0;
	}


/* Footer */

#footer {
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #444444;
	}
#footer p {
	font-size: 11px;
	color: #333333;
	/* margin: 0; */
	/* padding-top: 10px; */
	/* line-height: 18px; */
	text-align: center;
	}
#footer a:link, #footer a:visited {
	color: #0081C3;
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #0081C3;
	font-weight: bold;
	text-decoration: underline;
	}
#footer a.hide:link, #footer a.hide:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	}
#footer a.hide:hover, #footer a.hide:active {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}
#lowbar {
	background: transparent url(../images/lowbar.jpg) repeat;
	}
#shadow {
	border-top: 1px solid #444444;
	background: transparent url(../images/shadow.gif) repeat;
	}


/* Misc */

a.hide:link, a.hide:visited {
	color: #333333;
	text-decoration: none;
	}
a.hide:hover, a.hide:active {
	color: #333333;
	text-decoration: none;
	}
#primarycontent .xbig {
	font-size: 2.0em;
	font-weight: bold;
	margin: 0;
	color: #B43A2F;
	}
#primarycontent .emphasis {
	font-style: italic;
	font-weight: bold;
	color: #B43A2F;
	}
.small {
	font-size: 0.85em;
	}
