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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #D2B697;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}


#container{
	width: 100%;
	height: 100%;	
	z-index: 1;
}

#bannerOutside{
	width: 680px;
	height: 116px;	
	margin-left: auto;
	margin-right: auto;
	padding: 6px 6px 6px 6px;
	background-color: #8490DE;
		z-index: 1;
}
	
#bannerInside{

	width: 898px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/logo2.gif);
		z-index: 2;
}
	

#contentOutside{
	margin-top: 0px;
	width: 882px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 8px 8px 8px;
	background-color: #8490DE;
	z-index: 3;
}

#contentInside{
	width: 882px;
	height: 750px;
	float: inherit;
	background-image: url(images/BGgrad.jpg);
	background-repeat:repeat;
	padding: 0px;	
	z-index: 4;
}



#contentLeft{
	width: 450px;
	height: auto;
	padding: 10px;
	margin-left: 10px;
	float: left;
	z-index: 6;
}

#contentRight{

	width: 330px;
	height :auto;
	padding: 10px;
	text-align:center;
	margin-right: 10px;
	float: right;
	z-index: 7;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000
}
a:active {
	text-decoration: none;
	color: #0033FF;
}


.style2 {color: #663300; font-weight: bold; font-size: 36px; font-style: italic;  font-variant:normal; }
.style3 {color: #663300; font-weight: bold; font-size: 18px; font-variant:normal;  }
.style5 {color: #000; font-weight: bold; font-size: 14px;  font-variant:normal; }
.style6 {color: #663300; font-weight: bold; font-size: 12px;  font-variant:normal; }
.style7 {color: #663300; font-weight: bolder; font-size: 18px; font-variant:small-caps; line-height: 21px; }
.style8 {color: #663300; font-weight: normal; font-size: 12px; font-variant:normal; }
.style9 {font-size: 24px;  font-variant:normal; }
.style10 {color: #000; font-size: 14px;  font-variant:normal; }
.style11 {font-size: 12px;  font-variant:normal; }
.style12 {color: #663300; font-size: 10px; font-variant:normal; }