@charset "UTF-8";
/* CSS Document */

body{margin:0px; padding:0px; background-color:#401F65;}


/* ------------------Nav CSS --------------------- */


#nav {

}

li a:link {
	color:#FFF;
	text-decoration:none;
	padding:6px 20px 4px 20px;
	}
	
 li a:visited {
	color:#FFF;
	text-decoration:none;
	padding:6px 20px 4px 20px;
	}
	
 li a:hover {
	color:#FFF;
	text-decoration: underline;
	background-color:#6631A3;
	padding:6px 20px 4px 20px;
	}
	
 li a:active {
	color:#FFF;
	text-decoration:none;
	padding:6px 20px 4px 20px;
	}
	

#navBlock {
	width:547px;
	height:38px;
	position:relative;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	position:absolute;
	right:3px;
        top:57px;
z-index:300;
}
#navBlock ul {
	color:#FFFFFF;
	list-style-type: none;
        margin:0px;
        padding:0px;
}
#navBlock li {
	float:left;
}

/* ---------------------------- Page Styles ------------------------------- */

#masterContainer {
	width:100%;
}
#center {
	width:918px;
	margin:0px auto 0px auto;
	position:relative;
}
#gb-header {
	width:918px;
	height:133px;
	background-image:url(images/gb-header.png);
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
}
#gb-body-container {
	background-image:url(images/content-bg.jpg);
	width:918px;
	background-repeat:repeat-y;
	position:absolute;
	top:115px;
	left:0px;
	z-index:100;
}
#gb-left-container {
	width:306px;
	float:left;
	overflow:hidden;
}
#gb-left-header {
	width:276px!important;
	width:306px;
	background-image:url(images/gb-left-header.jpg);
	padding:25px 15px 0px 15px;
}
#gb-left-body {
	width:276px!important;
	width:306px;
	padding:5px 15px;
	overflow:hidden;
}
#gb-right-container {
	float:left;
	width:612px;
	background-image:url(images/right-header.jpg);
	background-position: 0px 288px;
	background-repeat:no-repeat;
}
#hp-flash {
	width:612px;
	height:329px;
}
#gb-right-header { 
width:582px!important;
width:612px;
padding:0px 15px 0px 15px;
margin-top:-20px;
}
#gb-right-body {
width:582px!important;
width:612px;
padding:5px 15px 5px 15px;
overflow:hidden;
}
#gb-footer {
	clear:both;
	background-color:#6631A3;
	width:918px;
	height:23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color:#FFF;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#561D84;
	letter-spacing:-1px;
	font-style:italic;
}
.bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:20px;
}

