/* CONTENT STYLES */

div#main {
	font-size: .9em;
}

div#notice, div#errorExplanation {
	background-color: #82FF82;
	border: 3px solid #5FD95F;
	margin-bottom: 15px;
	padding: 3px;
}


div#notice h1, div#content div#errorExplanation h2 {
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
}

div#errorExplanation ul {
	padding-left: 1.4em;
}

div#content h1 {
	color: #787878;
	border-bottom: 2px solid #F4D8D2;
	padding: 0;
	margin-top: 0;
	font-size: 1.5em;
	font-weight: normal;
}

div#content h2 {
	font-size: 1.4em;
}

div#content h3 {
	font-size: 1.2em;
}

div#content h4 {
	font-size: 1.05em;
}

div#content h5 {

}

div#content h6 {

}

div#content table td {
	vertical-align: top;
}

/* PAGE-WIDE STYLES */

body {
	font-family: Georgia, serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gill Sans, Tahoma, Geneva, Trebuchet MS, sans-serif;
	color: #CC482B;
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:link {
	color: #419BA3;
}

a:hover {
	text-decoration: underline;
	color: #419BA3;
}

a:active {
	color: red;
}

a:visited {
	color: #035C69;
}


/* --LAYOUT RULES-- */

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/images/welcome/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #419BA3;
}

/* OVERALL */

div#container {
	background-image: url(/images/welcome/containtop.gif);
	background-repeat: repeat-x;
}


/* HEADER */

a#aai_logo {
	display: block;
	position: absolute;
	bottom: 18px;
	right: 10px;
}

a#aai_logo img {
	border: 0;
}

ul#nav {
	/* background-color: chartreuse; /* switch */
	position: absolute;
	margin-top: 28px;
	left: 180px;
	padding: 0px;
}

ul#nav li {
	font-family: Gill Sans, Tahoma, Geneva, Trebuchet MS, sans-serif;
	font-size: .8em;
	color: #797979;
	float: left;
	list-style-type: none;
	margin-right: 28px;
}

ul#nav li a {
	color: #797979;
}

/* MAIN */

/* CONTENT */

/* SIDEBAR */

/* UTILITY */

div.clear {
	clear: both;
}
