@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background-color: #b0d8f2;
	margin-top: 0px;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #474646;
	text-decoration: none;
	line-height:18px;
}
.hometext a:link {
	color:#474646;
	text-decoration:none;
}
.hometext a:active {
	text-decoration:underline;
}
.hometext a:visited {
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height:18px;
}
.footer{
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
color:#04172c;
padding:0px 16px 0px 14px;
text-decoration:none;
}

.footer:hover{
text-decoration:underline;
}

div#header{ 
	background-image:url(../images/glr_header.jpg);
	background-repeat:no-repeat;
	height:163px;
	width:938px;
}

div#homeBody{
width: 938px;
}

.searchText {
color:#999999;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
padding-left:5px;
padding-top:8px;
padding-bottom:8px;
}

