/* This resets the default styling on html tags that often introduces inconsistencies across broswers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* End style reset */

body {
	font-family: "Trebuchet MS", "Time New Roman", Times, serif;
	font-size: 11px;
	color: #737373;
}

a {
	text-decoration: none;
	color: #006a71;
}

a:hover {
	color: #ec9d30;

}

b {
	color: #006a71;
	font-weight: bold;

}

i {
	color: #ec9d30;
	font-style: italic;
	font-weight: bold;

}

h1 {
	font-size: 14px;
	color: #006a71;
	font-weight: bold;
}

.greyItalics {
	font-style: italic;

}

#container {
	margin: auto;
	width: 950px;
}

#header {
	float: left;
	height: 161px;
	width: 950px;
	margin-bottom: 15px;

}

#banner {
	float: left;
	background-color: #006a71;
	background-image: url(/ahau-web/images/bannerbg.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 950px;
	position: relative;
}

#banner img {
	float: left;

}
#banner  #leftBanner {
	margin-left: 21px;

}

#banner #rightBanner {
	margin-top: 65px;
}

#login {
	float: left;
	margin-top: 55px;
	margin-right: 120px;
	width: 300px;
	font-family: "Trebuchet MS", "Time New Roman", Times, Serif;
	font-size: 10px;
	color: #FFFFFF;
	right: 0;
	position: absolute;
}

#loginInfo {
	float: left;
	
}

#loginBtn {
	float: left;
}

#loginBtn img {
	margin-left: 10px;

}

#nav {
	float: left;
	background-image: url(/ahau-web/images/navbg.gif);
	height: 45px;
	width: 905px;
	padding-left: 45px;

}

#content {
	float: left;
	width: 950px;

}

#left {
	width: 422px;
	margin-left: 21px;
	background-color: #83a09e;
	float: left;
	color: #3a4645;
	line-height: 18px;
}

#leftHeader {
	background-color: #348083;
}

#leftContent {
	margin-left: 30px;
	width: 358px;
}

#left b {
	color: #FFFFFF;

}

#left ul {
	margin-left: 25px;

}

#left li {


}

#right {
	width: 452px;
	margin-right: 20px;
	margin-left: 35px;
	float: left;
	line-height: 18px;

}

#right ul {
	margin-left: 25px;

}

.line {
	height: 1px;
	border-top: solid 1px #c1cfce;
	margin: 18px 0 18px 0;
}

#bottomBoxes {
	font-size: 10px;
	line-height: 16px;

}

#bottomBoxes td b {
	font-size: 11px;
	color: #ec9d30;
	font-weight: bold;
	line-height: 18px;
}


#right .button {
	margin: 5px 0 10px 0;
}

#footer {
	width: 909px;
	margin-right: 20px;
	margin-left: 21px;
	color: #83a09e;
	float: left;

}

#footer a {
	text-decoration: none;
	color: #83a09e;
}
