
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 192%;
}

h2 {
	font-size: 167%;
	font-weight: bold;
	color: #990000;
	
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
.highlight{
	color: #990000;
	font-weight:bold;
}

p, ol, ul {
	line-height: 180%;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* CSS for logo starts here */

#logo {
	width:533px;
	height:74px;
	float: left;
	padding-top: 0px;
	background: url(../images/AHI_logo.gif) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* CSS for logo ends here */



#spanish {
	width:150px;
	height:20px;
	float: right;
	text-align:right;
	padding-top: 15px;	
}


#spanish a {
	text-decoration: none;
	color: #666666;
		
}

#spanish a:hover {
	text-decoration:underline;
	color: #C27077;
}

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Top Menu starts here */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#headerimg {
	float: right;
	width: 560px;
	height: 200px;
	font-size: 92%;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 510px;
	padding-left: 20px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(../images/img10.gif) no-repeat;
}

/* CSS for sidebar starts here */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background: url(../images/img07.gif) repeat-x top;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(../images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
	color: #333333;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#993300;
}

#sidebar .first {
	border: none;
}

/* CSS for sidebar ends here */



/* CSS for forms starts here */


form{
	float:left;
	height: 890px;
	width: 460px;
	border: 1px solid #990000;
	background-color: #E2E2E2;
	padding-left: 10px;
}
#formcontent{
	color:#000;
	border:0px;
}
#formcontent p{
	font:80% Tahoma;
	padding:5px 15px 5px 5px;
	text-align:right;
	margin-left:10px;
	margin-right:140px;
}
textarea {
	font-size: 12px;
	color: #000;
	background: #FFF;
	height: 100px;
	width: 200px;
	border: 1px solid #990000;
}
input {
	font-size: 12px;
	color: #000;
	background:  #FFF;
	height: 15px;
	width: 150px;
	border: 1px solid #990000;
}
.but {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	height: 26px;
	width: 76px;
	border: 1px solid #000;
}
legend {
	font-size: 12px;
	color:#000;
	text-align:left;	
	text-decoration: none;
	padding:4px 0px 0px 8px;
}
label {
	font-size: 12px;
	color: #000;
	text-align:left;	
	text-decoration: none;
	padding:10px 6px 0px 0px;
}
select {
	font-size: 12px;
	color: #000;
	background: #FFF;
	height: 16px;
	width: 150px;
	border: 1px solid #990000;
}
.deviderform{
	width:440px;
	height:1px;
	margin-left:10px;
	border-top:1px solid #990000;
}
.fields{ 
	margin-left:37px; 
}
/* CSS for forms ends here */


/* CSS for footer starts here */

#footer {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 180px;
	background: url(../images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	color: #ffffff
}

#footer a {
	color: #ffffff;
}

/* CSS for footer ends here */