@charset "utf-8";
/* AAHC Page Styles */
/*
AAHC Colors:
Brown: #663333;
Light Brown: #D1C6B9;
Very Light Brown:#EFEBE6;
Red: #CA3827;

Very Light Brown:#FFFAF4;
Background:#E0DCD7;
Links: #663300;
Text: #333333;
*/


/*PAGE DEFAULTS ////////////////////////////////////////////////////////////////////*/
html, body, div{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#E0DCD7;
}

table  {
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
}

img{
	border-style:none;
	padding:none;
}

a{
	color:#663300;
	text-decoration:none;
}

a:hover{
	color:#663300;
	text-decoration:underline;
}

hr {
	color:#EEEEEE;
}

h1 {
	font-size:1.6em;
	font-weight:700;
}

h2 {
	font-size:1.4em;
	font-weight:700;
}

h3{
	font-size:1.2em;
	font-weight:700;
}

.hidden {
	display: none;

}

.note{
	font-size:.8em;
	color:7777777;
	font-weight:normal;
}




/* MAIN ////////////////////////////////////////////////////*/
table.mainTable{
 align:center;
 width:810;
 HEIGHT:100%; 
 margin:auto;
 padding:0px;
}

.mainCell{
	background-color:white;
}

.mainCell div{
	background-color:white;
}



/* HEADER PROPERTIES */

#header {
	width:100%;
	margin: 0 0 0 0;
	background:url(../../images/backtp.gif) repeat-x;
}

#header table{
	margin: 0 0 0 0;
	width:100%;
}

#header table th{
	align:left;
	padding:12px 10px 8px 20px;
}

#header table td{
	padding:0px;
}

#header img{
	float:left;
}


/* LEFTNAV  ////////////////////////////////////////////////////////*/

#leftNav {;
	width:170px;
	vertical-align:top;
	margin-bottom:20px;
	height:100%;
	padding:5px;
	padding-bottom:40px;
	background-color:#D1C6B9;	
}


#leftNav table td{
	align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	font-size:1.2em;
}

#leftNav table th{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	font-size:1.2em;
}

#leftNav td:hover{
	background-color:#999999;
	cursor:pointer;
}

#leftNav th:hover{
	background-color:#D1C6B9;
}


table#loginDiv{
	width:170px;
	border-color:gray;
	border-bottom-style:solid;
	border-width:thin;
	margin-bottom:40px;
}

table#loginDiv td{
	width:100%;
}

table#myAccountDiv{
	width:170px;
	border-color:gray;
	border-bottom-style:solid;
	border-width:1px;
	padding-left:3px;
	margin-bottom:40px;
	height:120px;
}	

table#myAccountDiv td{
	width:100%;
}




/* CONTENT  //////////////////////////////////////////////*/
#content {
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:40px;
	width:580px;
	vertical-align:top;
}




/* FOOTER  //////////////////////////////////////////////////*/
#footer {
	/* places below all other elements */
	clear:both;
	
	text-align:center;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	color:white;
	border-top-style:solid;
	border-top-color:#CA3827;
	font-weight:700;
	color:#333333;
}

#footer table{
	border-collapse:separate;
}




/* MainLoginWelcome //////////////////////////////////*/
table.mainLoginWelcome td{
	padding-left:20px;
	width:50%;
	vertical-align:top;
}




