/* CSS Document */
/* THIS STYLE SHEET IS FOR THE HOME PAGE AND NOT THE INTERIOR PAGES*/
/* GLOBAL TAGS */

body
{
	text-align: center;
    margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
    padding: 0px;
    background-image: url(images/bground_tile_2.gif);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #663333;
    line-height: 16px;
    
}
a:link {
	font-size: 11px;
	font-weight: bold;
	color: #ED4C3A;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	text-decoration: none;
	color:#ED6F44;
}
a:hover {
	font-size: 11px;
	text-decoration: underline;
	color:#ED4C3A;
}
a:active {
	font-size: 11px;
	text-decoration:none;
	color:#ED4C3A;
}


div#container {
	position:relative;
	width: 760px;
	height: 1200px;
	background-image: url(images/bground_tan.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
    padding: 0px;
    border: 0px;
	text-align: left;

}

div#banner {
	width:760px;
	height:210px;
	background-image: url(images/navbar/bground.jpg);
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
    border: 0px;
	text-align: center;
	
}


div#nav {
	width: 760px;
	height: 199px;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    padding: 0px;
    border: 0px;
	text-align: left;
	
}

div#footer {
 	font-size: 10px;
 	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 14px;
 	text-align: center;
 	position: absolute;
 	bottom: 15px;
 	left: 0px;
 	width: 100%;
 	height: 18px;
}




/* HOME PAGE TAGS */

.home_image_left
{
    position: absolute;
	top: 270px;
	width: 280px;
	height: auto;
	text-align: center;
    margin-top: 0px;
	margin-bottom: -200px;
	margin-left: 40px;
	margin-right: 15px;
    padding: 0;    
}

.home_leftbar
{
	position: absolute;
	top: 242px;
	width: 280px;
	height: 5px;
	text-align: center;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 48px;
	margin-right: 0px;
    padding:0; 
}	

.home_left
{
    position: absolute;
	top: 490px;
	width: 280px;
	height: auto;
	text-align: left;
    margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 60px;
	margin-right: 0px;
    padding: 0;  
}



.home_centerbar
{
	position: absolute;
	top: 255px;
	width: 20px;
	height: 350px;
	text-align: center;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:377px;
	margin-right:0px;
    padding:0; 
}	

.home_right
{
    position: absolute;
	top: 270px;
	width: 305;
	text-align: left;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 435px;
	margin-right: 15px;
    padding: 0;
    
}





