		body {
			background-color: #0c3364;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.5em;
		}
		#container {
			width: 783px;
			\width: 803px;
			w\idth: 783px;
			margin: 5%;
			margin-left: auto;
			margin-right: auto;
		}

		#header {
			position: relative;
			padding: 0;
			width: 783px;
			height: 78px;
			background-image: url(../img/headerBlue.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			border-bottom: 4px solid #CC9900;
		}
		#header a h1 {
			font-size: 1.5em;
			background-image: url(../img/logoBlue.gif);
			width: 247px;
			height: 52px;
			text-indent: -1000em;
			cursor: pointer;
		}
		
		#other-info {
			position: absolute;
			right: 0;
			top: 3.5em;
			list-style: none;
			margin: 0;
			padding: 0;
			line-height: 1.1em;
		}
		#other-info li {
			float: left;
			padding: 0 5px;
			border-right: 1px solid #ffffff;
		}
		#other-info li.last {
			border: none;
			padding-right: 0;
		}
		#other-info a {
			color: #ffffff;
		}
		#other-info a:hover {
			color: #fff;
		}
		
	
		#content {
			background-color: #993333;
			height: 301px;
			padding: 5px 0;
		}
		
		#col-info {
			padding: 0;
			background-color: #dfe1e3;
			border: 1px solid #dfele3;
			border-width: 1px 0 1px 1px;
			height: 315px;
			overflow: auto;
			background-image: url(../img/inside.gif);
			background-repeat: repeat-x;
			background-attachment: scroll;
		}
		#col-info img {
			margin: 0;
			padding: 0;
			width: 581px;
			
		}
		#innerWrap {
			margin: 3em;	
		}
		#innerWrap h2 {
			font-size: 1.4em;
			color: #993333;
		}

		#col-nav {
			float: left;
			width: 200px;
			margin: 0;
			padding: 0;
		}
		* html #col-nav {
			margin-right: -3px;
		}

		#footer {
			position: relative;
			clear: both;
			padding: 0;
			margin: 0;
			
			background-image: url(../img/footerBlue.gif);
			background-position: top;
			background-repeat: no-repeat;
			height: 100px;	
			border-top: 4px solid #CC9900;
			color: #ffffff;
		}
		#footer #designby {
			margin-top: 3em;
		}
		#footer #copyright {
			position: absolute;
			right: 0;
			top: 3em;
		}
		#footer #fdic {
			position: absolute;
			right: 0;
			top: 4.5em;
			background-image: url(../img/fdicBlue.gif);
			background-position: top right;
			background-repeat: no-repeat;
			text-indent: -1000em;
			height: 24px;
			width: 182px;
		}
		
		#footer a {
			color: #ffffff;
		}
		#footer a:hover {
			color: #fff;
		}
		
		
		#menu {
			list-style: none;
			margin: 0;
			padding: 0;
			border-top: 1px solid #B87171;
		}
		#menu li {
			margin: 0;
			border-bottom: 1px solid #B87171;
		}

		#menu a {
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 5px 0;
			text-align: center;
		}
		#menu a:hover {
			background-color: #AD5C5C;
		}
		
		* html #menu a {
			width: 100%;
		}
		
		#home #menuHome,
		#convenience #menuConvenience,
		#personal #menuPersonal,
		#business #menuBusiness,
		#resources #menuResources,
		#games #menuGames,
		#about #menuAbout {
			background-color: #7A2929;
			background-image: url(../img/menu_arrow.gif);
			background-repeat: no-repeat;
			background-position: right center;
		}
		#home #menuHome a:hover,
		#convenience #menuConvenience a:hover,
		#personal #menuPersonal a:hover,
		#business #menuBusiness a:hover,
		#resources #menuResources a:hover,
		#games #menuGames a:hover,
		#about #menuAbout a:hover {
			background-color: #7A2929;
			background-image: url(../img/menu_arrow.gif);
			background-repeat: no-repeat;
			background-position: right center;
		}
		
		#contact {
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			color: #fff;
			border: 1px solid #993333;
			border-width: 1px 0;
			margin-top: 1em; 
			margin-bottom: .3em;
		}
		#contact a {
			color: #fff;
		}
		#contact a:hover {
			color: #CC9999;
		}
		#contact dt {
			float: left;
			width: 55px;
			text-align: right;
			text-transform: uppercase;
			font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
			height: 20px;
			color: #CC9999;
			padding-right: 3px;
		}
		#contact dd {
			margin-left: 60px;
			width: 130px;
			border-left: 1px solid #CC9999;
			padding-left: 5px;
			height: 20px;
		}
		* html #contact dd {
			margin-left: 0;
		}