﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 10pt
	
}
#logo {
	float: left;
	width: 200px;
}
#masthead {
	min-width: 600px;
}

#top_nav {
}


#container {
	
	
}
#left_col {
	width: 185px;
	float: left;
	font-size: 25px;
	margin-top: 20px;
	list-style-type: none;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-left: 15px;
}
#page_content {
	margin-left: 200px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	max-width: 550px;
	font-size: 12pt;
}
#right_col {
	width: 100px;
	float: right;
}

#thumbs {
	margin-top: 20px;
	font-size: 11px;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
}

a {
text-decoration: none; color: #000000;
}
a:hover {
	color: red; 
}
.wehere {color: white;}
.style1 {
	font-size: 12pt;
	text-align: center;
}
.style2 {
	border-width: 0;
	vertical-align: middle;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 12pt;
}
.style3 {
	font-size: 12pt;
	text-align: left;
}
.style4 {
	font-size: 14pt;
}
.style5 {
	border-width: 0px;
}
.style6 {
	border-width: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.style7 {
	border-width: 0;
	font-size: 14pt;
	text-align: center;
}
.style8 {
	vertical-align: top;
}
.style9 {
	margin-right: 10px
}
.widetab {
	width: 700px;
}