body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3C8C2;
		margin: 0px;
	padding:0px;
}



/*********************/
/* LAYOUT*/
/*********************/
#wrapper{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/left-container.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #4e1319;
}

#mainbanner{
	width: 780px;
	height: 216px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainbanner.jpg);
	background-repeat: no-repeat;
}

#leftcontainer{
	width: 228px;
	float:left;
	background-image: url(images/left-container.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightcontainer{
	width: 552px;
	float:right;
	background-image: url(images/rightcontainer.jpg);
	background-repeat: no-repeat;
	background-color: #4e1319;
}


#footer{
	width: 780px;
	height:201px;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}


#test a{
	background:url(images/tcw_icon.gif) no-repeat left center;
	color:#FF0033;
}


.cl{
	clear:both;
}
.smalllogo{
	float:left;
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.smalllogo1{
	float:left;
	width: 30px;
	height: 26px;
	background-image: url(images/small-logo4.gif);
	background-repeat: no-repeat;	
}
.picturebox{
	width:167px;
	height: 125px;
	background-color:#FFFFFF;
	float:left;
	margin: 30px 0px 0px 5px;
}
.picturebox2{
	width:250px;
	height: 188px;
	background-color:#FFFFFF;
	float:left;
	margin: 100px 0px 0px 5px;
}

ul.heads{
	margin:40px 0px 0px 0px;padding:0;list-style-type:none;clear:both;
}
li.heads{
		padding-left:30px;
		margin-left:0px;
		font-size:1.1em;
		font-weight:bold;
		line-height:1.6em;
		background: url(images/small-logo4.gif) no-repeat left center;
		color:#FFFFFF;
		}

/*********************/
/* NAV*/
/*********************/
#navcontainer {
	padding: 0px 0px 0px 20px;
	width: 190px;
	margin: 0px;
	float: left;
}
#navcontainer ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style: none;
	border-bottom: none;
	float: left;
}
#navcontainer a {
	display: block;
	margin: 0px 0px 25px 0px;
	text-decoration: none;
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
}
#navcontainer a:link, #navlist a:visited {
 	color: #FFFFFF;
 	text-decoration: none;
}
#navcontainer a:hover {
 	color: #666666;
}
li.nav {
		padding-left:35px;
		font-size:1.0em;
		font-weight:bold;
		line-height:1.6em;
		background: url(images/small-logo1.gif) no-repeat 0 1px;
		color:#FFFFFF;
		}
li.nav2 {
		padding-left:35px;
		font-size:1.0em;
		font-weight:bold;
		line-height:1.6em;
		background: url(images/small-logo2.gif) no-repeat 0 1px;
		color:#FFFFFF;
		}
li.nav3 {
		padding-left:35px;
		font-size:1.0em;
		font-weight:bold;
		line-height:1.6em;
		background: url(images/small-logo3.gif) no-repeat 0 1px;
		color:#FFFFFF;
		}

.navfiller{
	width: 66px;
	height:30px;
	float:left;
}

/*********************/
/* FONT STYLES*/
/*********************/

h1{
	font-size: 130%;
	color:#FFFFFF;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2{
	font-size: 100%;
	color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 45px 0px 0px 0px;
}

p.large{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 100%;
	font-weight:bold;
	color: #FFFFFF;
}
p.large2{
	margin: 5px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 100%;
	font-weight:bold;
	color: #FFFFFF;
}
.email{
	margin:0px 0px 0px 0px;
	padding: 3px 0px 0px 215px;
	font-size: 110%;
	font-weight:bold;
	color: #4e1319;
}

p.banner{
	margin:0px 0px 0px 0px;
	padding: 100px 0px 0px 215px;
	font-size: 160%;
	font-weight:bold;
	color: #4e1319;
}
p.main1{
	margin: 8px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	color: #FFFFFF;
}
p.main2{
	margin: 0px 80px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 80%;
	color: #FFFFFF;
}
p.copyright{
	margin: 0px 0px 0px 0px;
	padding: 150px 0px 0px 0px;
	font-size: 70%;
	text-align:center;
	color: #000000
}
a.tcw:link {
	color: #000000;
	background:url(images/tcw_icon.gif) no-repeat right ;
	padding-right: 15px;
}
a.tcw:visited {
	color: #000000;
	background:url(images/tcw_icon.gif) no-repeat right;
	padding-right: 15px;
	
}
a.tcw:hover {
	color: #000000;
}
a.tcw:active {
	color: #000000;
}
a.tcw2:link {
	color: #000000;
	text-decoration:none;
}
a.tcw2:visited {
	color: #000000;
	text-decoration:none;
}
a.tcw2:hover {
	color: #000000;
	text-decoration:none;
}
a.tcw2:active {
	color: #000000;
	text-decoration:none;
}

a.banner:link {
	color: #4e1319;
	text-decoration: none;
}
a.banner:visited {
	text-decoration: none;
	color: #4e1319
}
a.banner:hover {
	text-decoration: none;
	color: #000000;
}
a.banner:active {
	text-decoration: none;
	color: #4e1319;
}

a.internal:link {
	color: #FFFFFF;
	
}
a.internal:visited {
	
	color: #FFFFFF;
}
a.internal:hover {
	
	color: #FFFFFF;
}
a.internal:active {

	color: #FFFFFF;
}
