/* CSS Document */

body,td,th {
	font-family: Verdana, Tahoma, Trebuchet MS;
	color: #23273f;
}
body {
	background-color: #000000;
	line-height:150%;
	font-size:small;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:972px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	height:336px;
	width:100%;
	background-image:url(/t/2/images/BGheader.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#titlespace {
	color:#6798c2;
	font-size:4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:30px;
	padding-left:40px;
	margin-bottom:-50px;
}
#nav {
	padding:0px;
	margin-top:75px;
	height:55px;
	float:left;
	min-width:600px;
	width:68%;
}
#navend {
	padding:0px;
	margin-top:-70px;
	margin-right:-142px;
	background-image:url(/t/2/images/GRnavend.png);
	background-repeat:no-repeat;
	behavior: url(/t/commonI/iepngfix.htc);
	width:142px;
	height:55px;
	float:right;
}
#navcontent {
	padding-top:15px;
	height:55px;
	background-image:url(/t/2/images/BGnav.png);
	behavior: url(/t/commonI/iepngfix.htc);
	background-repeat:repeat-x;
	text-align:right;
}
#content {
	margin:-130px auto 0 auto;
	width:972px;
	background-color:transparent;
	padding-bottom:80px;   /* Height of the footer plus some space*/
	vertical-align:top;
}


#leftbox {
	width:550px;
	float:left;
	margin-top:40px;	
	height:auto;
}

	.leftboxRow {
		width:100%;		
	}

	.leftboxTL {
		background-image:url(/t/2/images/GRcontent-TL.gif);
		background-repeat:no-repeat;
		height:22px;
		width:22px;
	}
	.leftboxBL {
		background-image:url(/t/2/images/GRcontent-BL.gif);
		background-repeat:no-repeat;
		height:22px;		
		width:22px;
	}


	.leftboxTR {
		background-image:url(/t/2/images/GRcontent-TTR.gif);
		background-repeat:no-repeat;
		height:22px;	
		width:108px;
	}
	.leftboxBR {
		background-image:url(/t/2/images/GRcontent-BR.gif);
		background-repeat:no-repeat;
		height:22px;		
		width:108px;
	}

	.leftboxTop {
		width:100%;
		background-image:url(/t/2/images/GRcontent-top.gif);
		background-repeat:repeat-x;
		height:22px;
	}
	.leftboxBottom {
		width:100%;
		background-image:url(/t/2/images/GRcontent-bottom.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		height:22px;
	}
	
	
	.leftboxRight {
		height:100%;
		background-image:url(/t/2/images/GRcontent-right.gif);
		background-repeat:repeat-y;
		background-position:right;
	}

	.leftboxLeft {
		height:100%;
		background-image:url(/t/2/images/GRcontent-left.gif);
		background-repeat:repeat-y;
		background-position:left;
	}
	
	.leftboxcontent {
		background-color:transparent;		
	}
	
	.leftboxtext {
		float:left;
		color:#2f3a47;
		background-color:#FFFFFF;
		width:510px;
		padding-left:10px;
		padding-bottom:40px;
		padding-top:20px;
	}



#rightbox {
	width:308px;
	float:right;
}

	.rightboxRow {
		width:100%;
	}
	.rightboxTop {
		background-image:url(/t/2/images/GRform-top.gif);
		height:92px;
	}
	
	.rightboxcontent {
		background-color:#1468af;
		padding-right:10px;
	}
	
	.rightboxBottom {
		background-image:url(/t/2/images/GRform-bottom.gif);
		height:12px;
	}
	
	
.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#536370;
}
#footercontent {
   padding:5px;
   color:#ffffff;
   font-size:x-small;
   width:95%;
}
#footercontent a
{
	color: #AAA;
}
#man {
	background-image:url(/t/2/images/GRman.png);
	background-color:transparent;
	behavior: url(/t/commonI/iepngfix.htc);
	width:294px;
	height:358px;
	float:right;
	margin-top:-80px;
	margin-bottom:-60px;
	margin-left:-294px;
}
.formcontent {
	color:#ffffff;
	text-align:right;
	width:100%;
}


.formcontent input, .formcontent select {
	border:1px #7dff3d;
	background-color:#b3ff8e;
	font-size:small;
}

.formtopcontent {
	color:#88c0ff;
	font-size:x-small;
	width:60%;
	text-align:left;
	margin-top:30px;
	padding-top:25px;
	*padding-top:0px;
	padding-left:15px;
}

input, select {
	margin-top:2px;
	margin-bottom:2px;
}
.welctext
{
	font-size: 24px;
	color: #28689F;
	font-weight: bold;
}
span.shadow {
	top: 1px;
	left: 1px;
	color: #000;

}
.highContrast {
	position: relative;
	color: #fff;
	margin-left:18px;
	margin-top:6px;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
	text-align:center;
}	
.vidlnk
{
	color:#1468AF;
}