@charset "utf-8";
/* CSS Document */

/* THE FOLLOWING RULES CONTROL THE LAYOUT & STYLING OF THE INDEX PAGE */
/**********************************************************************/
/* This section controls the pagebody and the main div containing the page */
body{
	background-image:url(../pictures/subpages/background.jpg);
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#mainwrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:960px;
}

#details{
	width:960px;
	height:757px;
	background-color:#4169E1;
	border:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

/* This section controls the header (Tree logo, AWJ Title & Tagline) */
#header_logo{
	position:absolute;
	left:24px;
	top:17px;
	width:717px;
	height:85px;

}

#text{
	position:absolute;
	left:164px;
	top:0px;
	width:420px;
	height: 102px;
}

/*This section controls the menu container positioning only, NOT the menu styling*/
#menu{
	position:absolute;
	left:24px;
	top:117px;
	width:910px;
	height:24px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:4px;
	z-index:100;
	padding-left:7px;
}

/*This section controls the content area*/
#content{
	position:absolute;
	top:157px;
	left:24px;
	height:550px;
	width:917px;
}

/*This section contains the footer area with links*/
#footerlinks{
	position:absolute;
	top:717px;
	left:24px;
	width:917px;
	height:22px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:10px;
	text-align:justify;
}

.footer{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:40px;
}

a.footer:link {color:#FFFFFF; text-decoration:none}
a.footer:visited {color:#FFFFFF; text-decoration:none}
a.footer:hover {color: #FFFFFF; text-decoration: underline}
a.footer:active {color:#FFFFFF}

/* This section controls the copyright text area*/
#copyright{
	margin-left:auto;
	margin-right:auto;
	width:965px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0000FF;
}



.firefox_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:left;
}

	
.tharua_heading{
font-size:36px;
font-weight:bold;
color:#FFFFFF;
text-align:justify;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:10px;
}

