<style type="text/css">
<!--
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}
	a:link {color: #B64926;}
	a.nav:link {color: #808080;}
	a:hover {color: #696434;}
	a:visited {color: #b64296;}
	a:link, a:visited {text-decoration: none; }

body
{
	background: #fff;
	color: #000;
	padding: 50px;
	background-image: url(img/back.gif);
	background-color: #b3ae7a;
	text-align: center;
}

h1
{
	color: #933;
	font: 12px Verdana, sans-serif;
	margin: 0 0 10px;
	padding: 20px 0 5px;
	text-align: center;
}
h2
{
	background: inherit;
	color: #933;
	font: bold 10px Verdana, sans-serif;
	margin: 0 0 10px;
	text-align: left;
}

.title
{
	background: inherit;
	color: #933;
	font: bold 12px Verdana, sans-serif;
}
p {
	clear: both;
	font: 12px LucidaGrande, serif;
	line-height: 15px;
	margin-top: 0.5em; 
} 

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

hr {width: 90%;
text-align: left;/*this will align it for IE*/
margin: 10 auto 0 0; /*this will align it left for Mozilla*/
} 

.new
{
	background: #ed0;
	color: #800;
	font: bold italic 10px Verdana, sans-serif;
	}


.copy {
	font: 10px Verdana, sans-serif;
	margin: 60px;
	text-align: left;
	position: relative;
	top: -120px;	
}
 	
	.center {
 		font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif; 
		font-size: 10px; 
		text-align: center;
		}
		
 	.rights {
		color: #000;
 		font: 10px Trebuchet, Verdana, Helvetica, Arial, sans-serif; 
		width:800px;
		margin: 0 auto 20px;
		text-align: center;
		}

	.rights a {
		color: #fff;
		}

	.container{
		border: 0px;
		margin: 0 auto;
		padding-bottom: 1px;
		width: 800px;
		text-align: left;
		background-color: #dbd6a7;
		}

	.containera{
		border: 0px;
		margin: 0 auto;
		width: 800px;
		height: 150px;
		text-align: left;
		background-color: #dbd6a7;
		}
	.containerc{
		border: 0px;
		margin: 0 auto;
		width: 800px;
		height: 60px;
		text-align: left;
		background-color: #dbd6a7;
		}

	.containershadow{
		border: 0px;
		margin: 0 auto;
		width: 800px;
		height: 3px;
		background-color: #85804a;
		}		
		
		
	.logo{
		height: 180px;
		padding: 20px;
 		background-image: url(img/tcwlogo.png);
 		background-repeat: no-repeat;
 		background-position: center center;
 		z-index: 8;
 		}
		
	.nav{
		font-family: Times, serif; 
		font-size: 14px; 
		letter-spacing: 0.1em;
		padding: 20px;
		z-index: 100;
 		} 

	.leftnavigation{
		float: left;
		width: 40%;
		}
		
	.rightnavigation{
		float: right;
		width: 40%;
		text-align: right; /* depends on element width */
		}
		
	.indeximagebar{
		border: 0px;
		margin: 0 auto;
		top: 20px;
		width: 800px;
		height: 272px;
		background-color: #FFFFFF;
		z-index: 1;
		}
		
	.indeximagea{
		float: left;
		padding: 6px;
		z-index: 2;
		}

	.content2600{
		position: relative;
		top: -75px;
		border: 0px;
		margin: 0 auto;
		width: 800px;
		height:2600px;
		background-color: #FFFFFF;
		text-align: left;
		z-index: 1;
		}
			
	.content1800{
		position: relative;
		top: -75px;
		border: 0px;
		margin: 0 auto;
		width: 800px;
		height:1800px;
		background-color: #FFFFFF;
		text-align: left;
		z-index: 1;
		}
			
	.sectioncopy{
		padding:30px;
	}
	
		
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	font: 10px Verdana, sans-serif;
	margin-top: 0.5em; 
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -237px;
	left: 20px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: bottom;
	width: 125px;
	height: 125px;
}

.hoverbox li
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	width:700px;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 600px;
	height: 600px;
}


</style>
		