﻿body 
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}

.goButton
{
	margin-bottom: -3px;
}

.topNavLinks a:active,
.topNavLinks a:visited,
.topNavLinks a:link{
	padding:20px 15px 0px 15px;
	color:#D4D4D4;
	text-decoration:none;
    font-weight:bold;	
	font-size:12px;
}
.topNavLinks a:hover{
	padding:20px 15px 0px 15px;
    color:#ff9900;
    text-decoration:none;
    font-weight:bold;	
    font-size:12px;
}
	
div.contentContainer
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 650px;
}

div.contentContainer h1 
{
	background-color: #fc0;
	background-image: url(images/h1bg.png);
	background-position: right;
	background-repeat:repeat-y;
	color: white;
	font-size: 20px;
	margin: 0;
	margin-right: 194px;  /* so the bg gradient ends flush with the people image */
	padding: 3px 0 3px 10px;
	height: 30px;
}

div.contentContainer div.contentArea
{
	margin: 0;
	padding: 5px 240px 10px 10px;
	font-size: 12px;
	color: #333;
}

div.contentContainer div.rightCol
{
	position: absolute;
	width: 200px;
	top: 120px;
	right: 0px;
	padding: 10px;
	color: #eee;
	font-size: 12px;
}

div.contentContainer div.topRightCallout 
{
	position: absolute;
	width: 194px;
	height: 140px;
	top: -58px;
	right: 0px;
	background-image: url(images/group.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/group.png");
	*background-image:none;
}

.footernav 
{
	background-color:#F4F4F4;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color:#BCBCBC;
	margin:0;
	padding:3px;
	border-top:1px #BCBCBC solid;
	border-bottom:1px #BCBCBC solid;
	text-align:center;
}

td.footernav a:hover,
td.footernav a:active,
td.footernav a:visited,
td.footernav a 
{
	color:#BCBCBC;
	text-decoration:none;
	padding:0px 7px 0px 7px;
}