body
{
	background: #005e82 url(../../images/bkg_body.jpg) no-repeat 50% 0;
	font: 9pt Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img { border:0; vertical-align:middle; }

h1 { font-size: 18pt; line-height:18pt; }
h2 { font-size: 16pt; line-height:16pt; color: #005e82; }
h3 { font-size: 14pt; line-height:14pt; }

table#container
{
	background-color: #fff;
}

div#main
{
	background-color: #fff;
	padding: 10px;
}

/* Header */
div#header
{
	width: 785px;
	margin: 0 auto;
	position: relative;
	height: 149px;
	color: #fff;
}
h1#logo
{
	position: absolute;
	top: 55px;
	left: 55px;
	width: 213px;
	height: 77px;
	text-indent: -9999px;
	background: transparent url(../../images/gwcvb_logo.gif) no-repeat;
	margin: 0;
}

div#header a, #header a:visited
{
	color: #fff;
	text-decoration: none;
}
div#header a:hover, #header a:visited:hover
{
	text-decoration: underline;
}

a { color: #00f; text-decoration: none; }
a:hover { text-decoration:underline; }

