body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #000;
	line-height: 1.5em;
	padding:0px;
	margin:0px;
}

a, a:visited, a:active {
	color: #004990;
	text-decoration:none;
	border-bottom:1px dotted #004990;
}
a:hover {
	border-bottom:1px solid #004990;
}


h1 {
	font-size: 12px;
	text-transform:uppercase;
	background-color:#FFE4AE;
	padding:10px 30px 5px 30px;
	margin:0px
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 30px 5px 5px;
	margin:0px;
	background-color: #FFFFFF;
	color: #498059;
	border-bottom: 1px solid #CCCCCC;
	/*text-transform: uppercase;*/
	text-align: right;
}

h3 {
	font-size: 15px;
	font-weight: normal;
}

h4 {
	padding: 10px 30px 0px 30px;
	margin:0px;
}

img.download {
	vertical-align:middle;
}

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	/* border: 1px solid #CCCCCC; */
	/*background: #BDE1F7 url(http://www.aaae.org/products/_860_Annual_2007/assets/images/backgradient.jpg) repeat-x;*/
}

/* ----------banner for logo-------------- */
#banner, #dcbanner {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#adbanner {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#adbanner a {
	text-decoration: none;
	border: none;
}

/* -----------------content--------------------- */
#content {
	background-color: #FFF;
	padding: 0px;
	padding-bottom: 20px;
	margin-left: 200px;
	margin-right: 0px;
	/*margin-top: 0px;*/
}
div#content { 
	min-height: 360px;
	height: expression(this.scrollHeight > 360 ? "auto":"600px"); 
}

table, form {
	margin-top: 0px;
	
}

p, pre{
	padding: 10px 30px 0 30px;
	margin: 0px;
}

/*#content table {
	margin: 10px 5px 10px 5px;
}*/

#content p {
	/*text-indent: 25px;*/
	text-align: justify;
}

#content p.noindent {
	text-indent: 0px;
}

#content p.indent {
	text-indent: 25px;
}

#content #sidebar {
  float:right;
  width: 200px;
  margin-right: 30px !important;
  margin: 30px 18px 5px 15px;
}

#content #sidebar h6 {
	background: #99CCFF url(/products/_860_Annual_2007/assets/images/pagetip.gif) no-repeat right top;
	height: 22px;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	font-size: 12px;
}

#content #sidebar p {
	text-indent: 0px;
	text-align: justify;
	padding: 5px;
	margin: 0;
	border:1px solid #99CCFF;
}

#content #faqlist {
	padding: 10px 30px 0 30px;
	margin: 0px;
}

#content #faqlist li {
	list-style-type: square;
}

#content #faqlist li a {
	/*padding-left: 15px;*/
	/*background: transparent url(/products/_860_Annual_2007/assets/images/list-off.gif) left center no-repeat;*/
}

#content #faqlist li a:hover {
	/*background: transparent url(/products/_860_Annual_2007/assets/images/list-over.gif) left center no-repeat;*/
}

/* ---------------form style----------------- */
.button {
	background : #ffffff url(/products/_890_Annual_2009/assets/images/buttonback.jpg) left bottom repeat-x;;
	font: 1em Verdana, Arial, sans-serif;
	font-weight: bold;
	border: 1px solid #AD0008;
	color: #FFF;
	padding: 2px;
	width: 150px;
	margin : 0;
	text-transform : uppercase;
	letter-spacing: .1em;
	cursor: pointer;
}

/* --------------left navigation------------- */
#left {
	/*background-color: #BDE2F7;*/
	background-color: transparent;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
}

/* menu bar */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	padding-top: 5px;
	/* background: #FFFFFF url(http://www.aaae.org/products/_870_Annual_2008/assets/images/fleur_menubg.jpg) no-repeat; */
}
#menu dt {
	margin: 2px;
	/*height: 20px;*/
	line-height: 20px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#menu dd {
}
#menu li {
	text-align: left;
	margin: 2px;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	
	height: 100%;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
#menu li a:hover, #menu dt a:hover {
	/*background: #FFF;*/
	color: #498059;
}

/* -----------footer--------------------------- */
#footer {
	/* background: #FFFFFF url(http://www.aaae.org/products/_870_Annual_2008/assets/images/footer.jpg) no-repeat; */
	background-color: #FFE46F;
	color: #498059;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
	/* border-top: 1px solid #CCCCCC; */
}



