﻿body 
{
	background-color: #e2f2fa;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	text-align: center;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 1em;
}
h1 
{
	font-size:2em;
	font-weight:bold;
	margin:0pt 0pt 0pt 200px;
	padding:24px 0pt 0pt;
	color:#7B000D;
}
.header 
{
	margin:4px 0pt;
	padding:0px 0pt 1px;
}
#content .header 
{
	background:#F5F5EB url(images/header_border.gif) repeat-y scroll left top;
}
#content .header h3 
{
	background-color:#F5F5EB;
	color:#7B000D;
	font-size:1.2em;
	margin:0pt;
	padding:3px 0pt 4px 3px;
}
p
{
	padding-left:10px;
	padding-right:2px;
}
a:link, a:visited 
{
	color: Blue;
}
div#wrapper 
{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div#flash
{
	float:right;
	padding-top:23px;
}
div#body 
{
	background: #F5F5EB url(images/bgcgw.jpg) no-repeat scroll top left;
	border: solid 1px #666;
	min-height:625px;
}
/* Columns */
/* Left (navigation) */
ul#sidenav 
{
	background: #f3efeb url(images/side_bg.gif) repeat-x scroll top left;
	width: 137px;
	min-height: 438px;
	margin-top: 63px;
	padding-left: 10px;
	border-top: solid 1px #FC8857;
	border-right: solid 1px #FC8857;
}
/* Middle (main content for all pages) */
div#content 
{
	position: absolute;
	left: 149px;
	top: 188px;
	width: 620px;
	height: 438px;
	overflow-y:auto;
}
/* Middle for the home page only */
/* Allows space for a right column */
body#home div#content 
{
	width: 442px;
}
/* Right */
div#right
{
	background: #F3EEEA;
	width:179px; /*214px*/
	min-height: 438px;
	top:188px;
	position:absolute;
	float:right;
	left:590px;
}
div#footer 
{
	margin-top: 8px;
	font-size: 0.65em;
	color: Gray;
	text-align: center;
}
#right .section 
{
	background:#F3EEEA url(images/right_separator.gif) repeat-y scroll top right;
	padding-bottom: 1px;
}
#right .section h4
{
	background-color: #F3EEEA;
	color: #7B000D;
	font-size: 0.8em;
	margin: 0pt;
	padding: 3px 0pt 4px 3px;
}
#right .section * 
{
	background-color: #F3EEEA;
	color: #333;
	font-size: 0.8em;
	margin: 0pt;
	padding: 3px 0px 4px 3px;
}
ul.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainnav 
{
	margin: 79px 0 0 212px;
	height: 44px;
}
ul#sidenav li 
{
	margin: 0.5em 0;
}
ul#mainnav li 
{
	display: inline;
	margin: 0em .125em;
	padding: 0.5em;
	background-image: none;
}
ul.nav a 
{
	text-decoration: none;
	font-size: 0.9em;
}
ul#mainnav a 
{
	color: #333;
}
ul#mainnav a:hover 
{
	color: #555;
}
ul#mainnav li:hover 
{
	background-image: url(images/topnav_hover.gif);
	color: #000;
}
ul#sidenav a:link, ul#sidenav a:visited 
{
	color: #790009;
	font-weight: normal;
}
ul#sidenav a:hover 
{
	font-weight: bold;
}