﻿#bkGrnd {
	background-image: url('images/lgBk.jpg');
	border-style: none solid none solid;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 1000px;
	top: 0px;
	z-index: 0;
	border-width: thin;
	border-color: #000000;
	left:auto;
	right:auto;
}
body {
	background-color: #f5fbff;
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#div_scLogo {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	z-index: 99;
	width: 139px;
	height: 160px;
	top: 0px;
	left: 0px;
	border: medium double #FF0000;
}
#div_gtLogo {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 100;
	width: 139px;
	height: 160px;
	top: 0px;
	left: 0px;
	border: medium double #FF0000;
}
#div_header {
	border-style: none;
	position: absolute;
	top: 10px;
}
#div_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #78BBFF;
	border-style: Solid none Solid none;
	border-width: 1px;
	border-color: #FF0000;
	position: absolute;
	z-index: 98;
	width: 612px;
	top: -10px;
}
#div_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#div_nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.greenTeam {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

#div_footer {
	position:absolute;
	color:white; vertical-align:top;
	font-size: 11px;
}

#div_footer a {
	color: #DDFFD5;
	text-decoration: none;
}

#div_footer a:hover {
color:red;text-decoration:underline;
}

#div_Content {
    position: absolute;
    z-index: 96;
    width: 650px;
    text-align: left;
    left: 150px;
    top: 6px;
}

.redLink {
	color: red;
	text-decoration: none;
}
    
.subtitleRed 
{
	color:Red;
	font-size: 16px;
	font-weight:bold;
}

.subtitleGreen
{
	color: Green;
	font-size: 16px;
	font-weight:bold;
}
