@charset "utf-8";
/* CSS Document */


html, body {
	padding:0px;
	margin:0px;
	height: 100%; /* Required */
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	color:#242424;
}
dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}
img {
	border: 0 none transparent;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#36393d;
	padding-bottom:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding:6px 0px 4px 0px;
}
h3 {
	width: 90%; 
	padding-top: 6px;
}
p {
	font-family:verdana, Helvetica, sans-serif;
	color: #36393d;
	font-size: 0.9em;
	line-height: 125%;
	padding:5px 0px;
}

table td {

}

a:link,a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover,a:active {
	text-decoration: none;
}
.tfvHighlight {
	border:1px #FF0000 solid;
}
.tfvNormal {
	border:1px #666666 solid;
}

#statusMessage {
	border:1px solid #CC3300;
	padding:5px;
	background-color:#CCEACD;
	color:#CC0033;
}
#statusMessage p {
	color:#CC0033;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.dotted {
	border: 1px dotted #999999;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
h1.gbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
	color: #FFFFFF;
}
.images {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: bold;
	background-color:#FFFFFF;
	padding:5px 0px;
}
/********************************************/
#topLeftImage {
	position:absolute;
	top:-50px;
	left:-50px;
	/*width:379px;
	height:307px;*/
}
#bottomRightImage {
	position:absolute;
	bottom:-50px;
	right:10px;
/*	width:327px;
	height:354px;*/
}
td {
	vertical-align:top;
	position:relative;
}
#wrapper {
	width:761px;
	min-height:0px;
	margin:40px auto;
	background-color:#ffffff;
}
* html #wrapper {
	width:781px;
	height:0px;
	background-color:#ffffff;
}
#logo {
	background-image:url(../images/GBS-Images.gif);
	background-repeat:no-repeat;
	width:114px;
	height:114px;
	text-indent:-2000em;
}
#left {
	position:relative;
	width:606px;
	background-color:#FFFFFF;
	min-height:600px;
	padding:20px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
* html #left {
	float:left;
	width:626px;
	height:600px;
}
#left ul {
	padding-left:20px;
	line-height: 125%;
}
#right {
	float:right;
	width:114px;
	background-color:#ffffff;	
	min-height:350px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 5px;
}
#navigation a:link,#navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 5px;
}
#navigation a:hover {
	color: #000000;
	background-color: #CCCCCC;
	border-bottom-color: #FFFF00;
}
#navigation a:active {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-color: #FFFFFF;
}