html {
	min-height: 100%;
	height: auto;
}

body{
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: .9em;
	background-image: url(../images/bg-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 25px;
	
}

h1{font-size: 2em; font-weight: bold; color: #382773; line-height: 1.4em;}
h2{color: #382773; font-size: 1.6em; margin: 0; padding:0;}
h2 a{text-decoration: none; color: #382773;}
.cust-h2{font-style: italic; font-size: 1.5em; margin: 45px 0;}
p{line-height: 1.8em;}
p.legal{font-size: .6em; line-height: 1.3em;}
p.legal a{text-decoration: none;}

ul{color: #382773; margin-left: 30px;}
li{margin-bottom: 12px;}

span.list-item{color: #000; font-style: italic;}

#content{margin-top: 35px;}

#aanumber{
	text-align: center;
	color: #382773;
	font-size: 1.2em;
	width: 543px;
	height: 67px;
	background-image: url(../images/aanum-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	line-height: 67px;
	margin-bottom: 20px;
}

#sub_content{
	position: relative;
	top: -30px;
}