body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #F0ECE7;
	text-align: center;
	font: .93em Verdana, Arial, Helvetica, sans-serif;
}

.fontLarge { font-size:1.2em; }

.fontMedium { font-size:.93em; }

.fontSmall { font-size:.85em; }

#container {
	width: 780px;
	margin: 0 auto;
	background: #FFF url(../wgbi_images/container_bg.gif) repeat-y;
	text-align: left;
	border: thin solid #2873D0;
}

#mainContent {
	padding: 20px 10px;
	margin: 20px 10px 6px 190px;
	font-size: .93em;
}

#header {
	background: #F0ECE7;
	width: 100%;
	float: left;
	border-bottom: 2px solid #2873D0;
}

#header a {
	float: left;
	border-right: 1px dashed #2873D0;
	padding: 4px 8px;
}

#sidebar {
	width: 176px;
	float: left;
	padding-left: 4px;
	color: #0C4183;
}

#sidebar p {
	margin-top: 6px;
	padding: 2px;
	margin-left: 2px;
}

#sidebar .contactus {
	padding: 10px 2%;
	background: #FFF;
	width: 164px;
	margin: 10px 0px;
}

#sidebar ul, #sidebar li {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
	list-style: none;
}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	list-style: none inside;
	margin-top: 0px;
	margin-bottom: 0px;
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 0px;
}

.fltleft { float: left; }

.fltright {
	float: right;
	clear: right;
}

.spacer {
	border-bottom: 1px dotted #2873D0;
	margin: 4px;
}

h1 {
	color: #D84D3F;
	font: bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	margin-top: 10px;
}

h2 {
	color: #D84D3F;
	font: bolder 1em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h3 {
	color: #0C4183;
	font: bold 1em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h4 {
	color: #D84D3F;
	font: bold 1em/.93em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 10px;
}

a {
	color: #0C4183;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

ul {
	list-style: square;
	font-size: .93em;
}

li { list-style: square; }

a:hover {
	color: #F0ECE7;
	text-decoration: none;
	background: #D84D3F;
}

.highlight {
	padding: 8px 8px 1px 8px;
	background: #FC6;
	margin: 0px 0px 8px;
}

/************** tables *******************/

.widest {
	padding: 2px;
	width: 96%;
	clear: right;
	float: left;
	list-style: none;
	background: #F0ECE7;
	margin: 10px 0px 20px;
	text-align: left;
}

.table {
	width: 100%;
	border: 1px solid #D84D3F;
	clear: right;
	float: left;
	list-style: none;
	text-align: left;
}

.table .lastrow {
	font-size: 0.93em;
	padding-left: 2%;
	background: #EEE;
	border-top: 1px dashed #D84D3F;
	margin-top: 2px;
}

.table .th {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #D84D3F;
	background: #D84D3F;
	padding-top: 1px;
	padding-bottom: 1px;
}

.table .tr {
	background-color: #eee;
	margin-top: 4px;
}

/************** 3 column table *******************/
.table .td {
	float: left;
	width: 30%;
	padding-left: 2%;
	list-style: none;
	margin-top: 4px;
}

/************** 5 column table *******************/
.table .td5 {
	float: left;
	width: 15%;
	padding-left: 2%;
	list-style: none;
}

.table .td ul {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 2px;
	list-style: none;
}

.table .td ul li {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

.table .td ul li a {
	display: block;
	text-decoration: none;
	list-style: none inside;
}

#footer {
	margin: 0 auto;
	text-align: left;
	border-top: thick solid #2873D0;
	color: #0C4183;
	clear: right;
	float: left;
}

#mainContent ul li ul li { list-style: circle; }

#footer .logo, .address {
	float: left;
	width: 250px;
	padding: 10px;
	clear: right;
}

#footer .copyright {
	float: left;
	width: 500px;
	padding: 10px;
	clear: both;
}

#footer a { }
