body {
	background-color:#666;
	background-image: url(graphics/backstrip.jpg);
	background-position: center;
	background-repeat: repeat-y; 
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

* {	
	margin: 0;
	padding: 0;
}

div#contentArea { 
	width: 900px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div#copy {
	height: 620px;
	width: 475px;
	float: left;
}

div#ads {
	color: #666;
	line-height: 18px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

div#ads ul { margin-left: 40px; }

div#ads ol { margin-left: 40px; }

div#contacts {
	height: 620px;
	width: 200px;
	float: left;
}

div#logo {
	height: 120px;
	width: 225px;
	float: left;
}

div#navcontainer { 
	float: left;
	text-align: left;
	width: 225px;
	height: 600px;
	padding-top: 0px;
	background-color:#fff;
}

div#image { 
	width: 675px;
	height: 200px;
	float: left;
}

div#small a { 
	color: #b53d00; 
	text-decoration: none;
}

div#small a.hover { 
	color: #b53d00;
	text-decoration: none;
}

img { border: none; }

h1 {
	color: #99cc00;     
	font-size: 12pt;
	font-weight: bolder;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
 
h2 {
	color: #99cc00;     
	font-size: 12pt;
	font-weight: bolder;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
 
p {
	color: #666;
	line-height: 18px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

#submit {
	margin-left: 20px;
	color: #666;
	font-size: 10px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

#submit input {
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 12px;
}

#submit textarea {
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
	font-size: 12px;
}

#submit.heading { font-weight: bold; }

#contact {
	width: 200px;
	color: #666;
	line-height: 18px;	
	font-size: 11px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

div#navcontainer ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 8pt;
  	font-weight: bold;
	line-height: 12px;
}

div#navcontainer ul li { line-height: 3; }
 
div#navcontainer ul li a { 
	color: #333;
	text-decoration: none;
	padding-left: 15px;
	width: 210px;
	display: block;
	border-bottom: 1px solid #ececec;
}
 
div#navcontainer ul li a.selectedTLMenu {
	color: #fff;
	text-decoration: none;
	padding-left: 0px;
	width: 225px;
	display: block;
}
 
div#navcontainer ul li a:hover { color: #9c0; }

div#navcontainer ul li a.selected { color: #9c0; }

a { color: #666; }

a.hover { color: #999; }

.reqd { color: #f00; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */