
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #67b;
	margin: 0;
	padding: 0;
	color: #000;
}

.header h1 {
	font-size:26px;
	padding-top: 30px;
	padding-bottom: 30px; 
}


h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 20px; 
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
}


.header {
	background: #ddb;
}

.contact {
	width: 100px;
	top:0px;
	right:0px;
}


.sidebar1 {
	float: left;
	width: 187px;
	background: #cdf;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	width: 770px;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 170px;
	text-decoration: none;
	background: #cdf;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #fff;
	color: #000;
}


.footer {
	padding: 10px 0;
	background: #dcb;
	position: relative;
	clear: both; 
	font-size: 90%;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#contact {
	font-size:90%;
	margin-left: 5px;
}

.main {
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
}