body {
	background: #4F6685;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 100%;
	margin: 0 20px;
	padding: 0;
	min-width: 730px;
} 
h1, h2, h3 {
	margin: 0;
}

#header { 
	position: relative;
	background-color: #ffffff;
	height: 77px;
	width: 955px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #fff;
}

#logocontainer {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 73px;
	background: url(../images/vgplogo_white.jpg) no-repeat;
}

#titlecontainer {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 73px;
	background-image: url(../images/vgp_headerwhite.jpg);
}

#topnav {
	width: 955px;
	margin-top: 0px;
	height: 30px;
	background: #6b89a4;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	position: relative;
	width: 971px;
	margin: 0 auto;
}

#sidebar {
	border: 8px solid #fff;
	font-size: 0.7em;
	padding: 16px;
	position: absolute;
	top: 0;
	right: 0;
	width: 158px;
	background: #D1CDA7;
	letter-spacing: .1px;
	line-height: 1.4em;
}

#news {
	border: 8px solid #fff;
	font-size: 0.7em;
	padding: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 158px;
	background-color: #88AED1;
	letter-spacing: .1px;
	line-height: 1.4em;
}
#maincontent {
	border: 8px solid #fff;
	top: 5px;
	background-color: #ffffff;
	line-height: 1.9em;
	letter-spacing: .2px;
	text-align: left;
	font-size: .9em;
	margin-top: 0;
	margin-right: 196px;
	margin-bottom: 0;
	margin-left: 200px;
}
#sidebar h2, #news h2 {
	font-size: 1.25em; 
	margin: 0 0 6px; 
} 
#maincontent h2 {
	font-size: 1.35em; 
	margin: 0 0 6px; 
} 
#maincontent h3 {
	font-size: 1.25em; 
	margin: 0 0 6px;
	color: #252859;
} 
#footer {
	color : #CCCCCC; 
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 955px;
	margin-bottom: 20px;
}

a {
	color: #4F6685;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #4F6685;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4F6685;
}

a:visited {
	color: #6b89a4;
	font-weight: bold;
	text-decoration: none;
} 
/*NAVIGATION BAR*/
#navbar {
	margin: 0;
	padding: 0;
}

#navbar2 {
	margin: 0;
	padding: 0;
}

#navbar3 {
	margin: 0;
	padding: 0 100px;
	list-style-type: none;
}
#navbar li {
	list-style-type: none;
	margin: 0 0 6px 0;
}

#navbar2 li {
	list-style-type: none;
	margin: 0 0 6px 0;
    display: none;  /* [SJG 20100512] Temporarily disable link to mailing list form */
}
#navbar a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #6b89a4;
	padding: 8px 6px;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #333333;
	background-color: #8ECA2E;
}

#navbar2 a {
	display: block;
	padding: 8px 6px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #4F6685;
}

#navbar2 a:hover, #navbar a:active, #navbar a:focus {
	color: #333333;
	background-color: #8ECA2E;
}

#navbar3 a {
	display: block;
	padding: 8px 6px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
	background-color: #4F6685;
}

#navbar3 a:hover, #navbar a:active, #navbar a:focus

#navbar2 a:hover, #navbar a:active, #navbar a:focus {
	color: #333333;
	background-color: #8ECA2E;
}
#uberlink {
	color: #333333 !important;
	font-weight: bold;
	background-color: #FFFFFF !important;
}

#ctedinfo {
	position: relative;
	top: 30px;
	left: 0;
	width: 200px;
	height: 52px;
	float: left;
	margin-bottom: 20px;
}

#expWAinfo {
	position: relative;
	top: 30px;
	right: 0;
	width: 200px;
	height: 52px;
	float: right;
	padding-bottom: 20px;
}

.tablehead {
	color: #FFF;
	font: .8em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.tabletext {
	font-size: .8em;
	line-height: 1.3em;
	text-align: left;
}
.txtcontent {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	}

