body
{
	font: normal 10pt Verdana, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

h2 {
	font-size: 1.1em;
	margin-top: 0;
	padding-top:0;
	text-align: left;
}

p {
	text-align: justify;
}

ul, li {
	text-align: justify;
}

a, a:link {
	text-decoration: none;
	color: #000000;
	outline: none;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#container {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	border:1px solid #000000;
	background-color: #FFFFFF;
}

#header {
	background-image: url(images/asaellc_logo.gif);
	background-repeat: no-repeat;
	width:760px;
	height: 140px;
	margin:0;
	padding:0;
}

#navigation {
	width:760px;
	height: 41px;
	text-align:center;
}

#navigation #navLinks {
	width: 724px;
	margin: 0 auto;
}

#navigation a {
	float: left;
	clear: none;
	font-weight: bold;
	text-decoration: none;
	width:120px;
	padding: 10px 0 10px 0;
}

#navigation a:hover {
	display: block;
	padding: 10px 0 10px 0;
	background: transparent url(images/menu_bg_hover.gif) left 0 repeat-x;
	width:120px;
}

#body {
	padding: 20px;
	color: #333333;
	text-align: justify;
}

#body .featuredItem {
	background: transparent url(images/callout.gif) left 0 no-repeat ;
	padding-top:20px;
	padding-left:35px;
}

#body table {
	margin-left:-10px;
}

#body p {
	margin: 0;
}

#body ul {
	margin-top: 5px;
}

#jumpToTop {
	text-align:right;
	padding-right:50px;
}

#footer {
	background-color: #3467FF;
	padding-top:1px;
	width:760px;
	height:35px;
	border-top: 1px solid #000000;
}

#footer img {
	margin: 0 auto;
}

#jumpToTop {
	font-size: .8em;
}

#jumpToTop a:hover {
	text-decoration: underline;
}