body
{
	background-color: #e9e9e9;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 10px 10% 10px 10%;
}

.blueBottom
{
	 height: 14px; 
	 background-image:url(../Images/blue-bottom-bg.gif); 
	 background-repeat: repeat-x;
	 position: relative;
}

.blueTop
{
	 height: 14px; 
	 background-image:url(../Images/blue-top-bg.gif); 
	 background-repeat: repeat-x;
	 position: relative;
}

.blueWrapper
{
	background-color: #003366;
	color: #ffffff;
	font-size: 80%;
	border-left:1px solid #666666; 
	border-right:1px solid #666666; 
	padding: 0px 14px 0px 14px;
}

.contentWrapper
{
	padding: 0px 25px 0px 25px;
	position: relative;
	font-size: 75%;
}

.copyright
{
	text-align: center;
	color: #666666;
	font-size: 70%;
	line-height: 40px;
}

.navTabGrey
{
	background-image: url(../Images/nav-tab-grey.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 24px;
	top: 0px;
	width: 167px;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 80%;
}

.navTabGrey:link
{
	text-decoration: none;
	color: #003366;
}

.navTabGrey:hover
{
	background-image: url(../Images/nav-tab-lightgrey.gif);
	text-decoration: none;
	color: #003366;
}

.navTabGrey:visited
{
	text-decoration: none;
	color: #003366;
}

.navTabGrey:link
{
	text-decoration: none;
	color: #003366;
}

.navTabWhite
{
	background-image: url(../Images/nav-tab-white.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	height: 24px;
	top: 0px;
	width: 167px;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 80%;
	color: #666666;
}

#bannerContainer
{
	background-color: #003366;
	background-image: url(../Images/sam-logo-buildings.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 54px;
	position: relative; 
}

#columnContainer
{
	position: relative;
	width: 99%;
}

#leftColumn
{
	position: relative;
	left: 0%;
	float: left;
	width: 33%;
}

#middleColumn
{
	position: relative;
	left: 0%;
	float: left;
	width: 33%;
	border-left: solid 1px #666666;
}

#rightColumn
{
	position: relative;
	left: 0%;
	float: right;
	width: 33%;
}


	
#contentContainer
{
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	margin-left: 3px;
	margin-right: 3px;
	padding: 25px 25px 15px 25px;
}

#footContainer
{	
	background-image: url(../Images/foot-bg.gif);
	background-repeat: repeat-x;
	height: 14px;
	position: relative;
	width: 100%;
}

#homepageImg
{
	border-bottom: solid 25px #ffffff;
	border-left: solid 25px #ffffff;
	border-right: solid 25px #ffffff;
	border-top: none;
	float: left;
	text-align: left;
	position: relative;
}

.leftCap
{
	position: absolute;
	top: 0%;
	left: 0%;
}
	
.rightCap
{
	position: absolute;
	top: 0%;
	right: 0%;
}

#login 
{
	text-align: right;
	font-size: x-small;
	padding: 4px;
}

#navContainer
{	
	background-image: url(../Images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	position: relative;
	width: 100%;
}

#navOverview
{
	left: 25px;
}

#navMembers
{
	left: 178px;
}

#pageContainer
{
	text-align: center;
}