@charset "utf-8";
body, html {
	min-height: 100%;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #74767d;
}
/* Set up width of the wrapper for page and center it */
#wrapper {
	position: relative;
	width: 918px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#masthead {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 918px;
}
#nav {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 919px;
	height: 28px;
	background-image: url(../assets/images/navback.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}
#content {
	position: relative;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 918px;
	height: 500px;
	background-color: #FFFFFF;
	z-index: 1;
}
#footer {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 916px;
	color: #FFF;
	font-size: 9px;
}
#privacy {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#privacy a {
	color: #FFF;
}
#address {
	margin: 0;
	padding: 0;
	color: #1A154B;
}
#address a {
	color: #1A154B;
}
#copyright {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
#welcome {
	position: relative;
	float: left;
	margin: -200px 0 0 230px;
	padding: 0;
	width: 600px;
	color: #FFF;
	font-weight: bold;
}
#welcome img.more_info {
	position: relative;
	float: right;
	margin: 10px 0 0 10px;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bold_yellow {
	font-size: 16px;
	font-weight: bold;
	color: #D6D62E;
}
.bold_blue {
	font-weight: bold;
	color: #2F296D;
}
.bold_grey {
	font-weight: bold;
	color: #666;
}