@charset "UTF-8";
body {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}
#header {
	background-image: url(images/grs_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 245px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 919px;
	text-align: left;
	clear: both;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
}
#menu a {
	margin-left: 170px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: none;
}

#pagebody {
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#leftcol {
	float: left;
	width: 480px;
}
#rightcol {
	float: right;
	width: 350px;
	text-align: center;
	border: 1px solid #999999;
}

#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 100%;
	text-align: center;
	clear: both;
}
#footerimg {
	background-image: url(images/footer.gif);
	height: 110px;
	width: 879px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3366CC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
}
#footerimg a {
	color: #3366CC;
	text-decoration: none;
}
#footerimg a:hover {
	color: #FF0000;
	text-decoration: none;
}

.clearall {
	clear: both;
}
.floatright {
	float: right;
}
.ticklist {
	list-style-image: url(images/tick.gif);
	line-height: 1.3em;
}

p {
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

li {
	font-size: 0.8em;
}
#pagebody a {
	color: #3366CC;
	text-decoration: none;
}
#pagebody a:hover {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 1.1em;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
}
