/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #183047;
	margin-left: 20px;
	margin-top: 10px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #183047;
	margin-left: 20px;
	margin-top: 10px;
}
.splash{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 750px;
	height: 600px;
	margin-top: 100px;
	margin-left: 50px;
	background-image:url(../graphics/logoLarge2.jpg);
	background-repeat: no-repeat;
}

ul li u  li {
	margin-right: 100px;
}

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat;
}

.header{
	width: 100%;
	height: 100px;
	background-image: url(../graphics/gbrLogo.jpg);
	background-repeat: no-repeat;
}

.badge{
	z-index: 1;
	position: absolute;
	left: 600px;
	top: 0px;
	width: 150px;
	height: 123px;
}

.navigation{
	width: 100%;
	height: 23px;
	color: #FFFFFF;
}

.navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation li{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.navigation li a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.content{
	background-color: #FFFFFF;
	width: 100%;
	height: 800px;
	float: left;
	border: #E4CA8C;
	border-top: solid 2px;
}

.content_fixed{
	width: 750px;
	float: left;
}
.content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right: 100px;
}

.sidebar{
	float: right;
	width: 282px;
	height: 300px;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #183047;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* background-image: url(../graphics/mainImage.jpg); */
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
}

.sidebar_text{
	position: absolute;
	bottom: 203px;
	height: 60px;
	width: 225px;
	background-color: #183047;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	left: 526px;
}


.footer{
	position: absolute;
	z-index: 2;
	top: 775;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	height: 50;
	width: 750px;
	border-top: 1px solid;
	color: #999999;
	padding-left: 20px;
	left: 0px;
}

.footer a{
	text-decoration: none;
	color: #999999;
}

.footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
