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

/*resets font sizes to default in browser*/
html {
font-size:100%;
} 
body {
font:normal 60% Verdana, helvetica, geneva, lucida, 'lucida grande', arial, sans-serif;
font-size-adjust:none;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}



/*-----------------------------------------------------*/
/*-------------------- MAIN SHELL ---------------------*/
/*-----------------------------------------------------*/
.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

div.left {
	position: absolute;
	top: 92px;
	left: 0px;
	width: 318px;

	border-color: #271700;
	border-right-style:solid;
	border-right-width:medium;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



div.top {

top: 0px;
left: 0px;
width: 980px;
height: 90px;
z-index: -1;
}

div.main {
	position: absolute;
	top: 92px;
	left: 340px;
	width: 642px;

	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.main2 {
	position: absolute;
	top: 92px;
	left: 0px;
	width: 980px;

}
div.footer {
color: #666666;
	font-size: 12px;
	left: 0px;
	width: 900px;
	height: 25px;
	border-color: #B56D3C;
	border-top-style:solid;
	border-top-width:1px;
}



.footerText {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footerText a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}
.footerText a:link {color: #ffffff;}
.footerText a:visited {color: #ffffff;}
.footerText a:hover {color: #666666;}
.footerText a:active {color: #ffffff;}
.footerText a:focus{color: #ffffff;}

div.aboutFooter {
	position: absolute;
	top: 439px;
	left: 163px;
	width: 600px;
	height: 20px;
	z-index: 10
	}

div.container {
position: relative;
margin: 0 auto;
width: 980px;

text-align: left;
border: 1px solid #B56D3C;
}

table {
//width: 500px;
height: auto;
}

td {
vertical-align: middle;
text-align: center;
}	
