/* CSS Document*/

container {

	position: absolute;
	width: 1024px;
	margin-left: 0px;
	margin-top: 0px;
	
}


body {

	background-color: #FFFF99;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;

}


/* header */

#header {

	position: relative;
	background-image: url(images/tam_header.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	width: 1024px;
	height: 465px;
	text-align:left;
	
}

/* drop down css */

#dropmenudiv{
	position: absolute;
	border: none;
	border-bottom-width: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 20px;
	z-index: 2;
	color: black;
	text-decoration: none;
	text-align: left;

		
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 20px;
	border-bottom: none;
	padding: 3px 0;
	color: black;
	text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #A1D507;
	color: black;
}


 /* body */

#index_body {

	position: relative;
	background-color: #FFFF99;
	margin-left: 0px;
	margin-top: 0px;
	width: 1024px;
	background-image:url(images/sidebar_spacer.jpg);
	background-repeat:repeat-y;
	
}

.sidebar {

	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 344px;
	background-image:url(images/tam_sidebar.jpg);
	background-repeat: no-repeat;
	
}

.sidebar_text {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;

}

.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16pt;

}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EE0000;
	text-decoration: none;
	
}

a.links:hover {
	text-decoration: underline;
}


 /* footer */

#footer {

	position: relative;
	background-image: url(images/tam_footer.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	height: 181px;
	width: 1024px;

}

.footer_text {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	text-align: center;

}
