@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body, a, #container, #container p a:hover, #footer p {
	color:#FFFFFF;
	outline: 0;
}
#header h1 {
	display: none;
	visibility:  hidden;
}

h2, h3 {
	text-transform: lowercase;
	color:#FF9F00;
	font-family:geneva, serif;
	font-size: 1.6em;
}
.skipcontent {
	position: absolute;
	float:right;
	top: 1%;
	left: 50%;
	z-index: 20;
	text-decoration: none;
}

a[href^="http:"] {
display:inline-block;
padding-right: 16px;
padding-top: .3em;
background:transparent url(../images/external_link_icon.gif) center right no-repeat;
}

p, #leftContent li, .skipcontent {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}
#container {
	width: 100%;
	text-align:left;
	margin: 0 auto;
}
#header {
	position: absolute;
	background:url(../images/header.gif) repeat;
	height: 200px;
	width: 100%;
	margin: 0;
}
#logo {
	float:left;
	background:url(../images/auralogo.gif) no-repeat;
	height:199px;
	width:353px;
	margin-top: 20px;
	margin-left: 20px;
}
#menu {
	position:absolute;
	right: 5px;
	z-index: 20;
	top: 1.2em;
}
#menu ul {
	margin: 0px;
	padding: 150px 0 0 0;
	list-style: none;
}

.activeb {
	background: url(../images/activeb.gif) no-repeat;
	height: 2.5em;
/*	line-height: 3.5em; */
	width: 6em;
	display: block;
	text-decoration:none;
	
}
#menu ul li {
	display: inline;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-indent: -1em;
	text-align:center;
}
#menu li a{
	outline: 0;
	background: url(../images/hoverb.gif) no-repeat;
	height: 2.5em;
/*	line-height: 3.5em; */
	width: 6em;
	display: block;
	text-decoration:none;
	
}
#menu li a:hover {
	background:url(../images/activeb.gif) no-repeat;
	text-decoration:underline;
	height: 2.5em;
/*	line-height: 3.5em; */
	width: 6em;
	display: block;
	
}#leftContent {
	z-index:9;
	top: 34%;
	position:absolute;
	clear:both;
	float:left;
	margin: 0;
	padding-left: 30px;
	padding-top: 20px;
	width: 60%;
}
#leftContent h2 {
	padding-left: .9em;
/*	background:url(../images/welcomeheading.gif) no-repeat;
	height: 1.2em;
	width: 5.2em;
	height: 30px;
	width: 120px; */
}
#leftContent p {
	padding-top: 15px;
	padding-left: 25px;

}
#leftContent ul {
	margin-top: 1em;
	margin-bottom: .8em;
}
#leftContent li {
	margin-left: 2.5em;
	padding-left: .1em;
	list-style-type:circle;
}
#leftContent li.desc {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color:#990000;
	list-style: none;
	padding-left: 2em;
}
#leftContent p a, .skipcontent{
	color:#0066FF;
	text-decoration:none;
	border-bottom:1px dotted #0066FF;
}
#leftContent p a:hover{
	color:#FF9900;
	border-bottom: 1px dotted #FF9900;
}
#leftContent img {
	padding-left: .4em;
}
#rightContent {
	position:absolute;
	float:left;
	width: 27%;
/*	width: 250px; */
	right: 5%;
	top: 36%;

}
#rightContent p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#333333;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 1.5em;
}
#rightContent h2 {
	padding-top: .1em;
	padding-left: 0em;
/*	background:url(../images/booksheading.gif) no-repeat;
	height: 1.2em;
	width: 5.2em;
	height: 30px;
	width: 120px; */
}
#rightContent ul{
	list-style:none;
}
#rightContent li p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 5px;
}
#rightContent p a{
	color:#0066FF;
	text-decoration:none;
	border-bottom:1px dotted #0066FF;
}
#rightContent p a:hover{
	color:#FF9900;
	border-bottom: 1px dotted #FF9900;
}
#rightContent h3 {
	margin-top: .7em;
	padding-top: .1em;
	padding-left: .1em;
/*	background:url(../images/generalheading.gif) no-repeat;
	height: 1.5em;
	width: 5.2em;
	height: 30px;
	width:120px; */
}
.clear {
	clear:both;
	height: 50px;
}
#footer {
	z-index: 9;
	position:absolute;
	top: 80%;
	padding: 0;
	margin-top: 100%;
	height: 3em;
	width: 100%;
/*	height: 50px; */
	background:#6699FF;
}
#footer p {
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#footer p a{
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
#footer p a:hover{
	border: none;
}	
abbr{
	cursor:help;
	border-bottom:1px dotted #333333;
}