#container {
	height: 100%;/*700px;*/ /*600px;*/ /*attempting to unlock the set hieght of the page*/
	width: 799px;  /*800px*/
	border: thin none #999999;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#nav_panel {
	float: left;
	height: 100%;/*699px;*/ /*599px;*/ /*attempting to unclock the set height of the nav column*/
	width: 208px;
	border:0;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #668391;
	border-right-color: #668391;
	border-bottom-color: #668391;
	border-left-color: #668391;
	background-color: #E3E8EC;*/
}
#logo {
	background-color: #FFFFFF;
}
#about {
	background-color: #001F31;
	height: 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 0px;
}
#right_container {
	height: 100% /* CHANGED THIS TO FIX RIGHT COLUMN HEIGHT 700px;*/
	width: 590px;
	float: left;
}
#top_banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #264B5E;
	text-align: right;
	height: 15px;
	width: 576px; 
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-weight:normal;
}
#middle_banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #264B5E;
	background-color: #BDC5C8;
	text-align: left;
	text-indent: 15px;
	height: 25px;
	width: 576px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#content {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #151515;
	background-color: #FFFFFF;
	text-align: left;
	height: 100%; /*225px; CHANGED THIS TO FIX MAIN CONTENT HEIGHT */
	width: 560px;
	line-height: 16px;
	padding: 15px;
	font-weight:normal;
	letter-spacing:0.1em;
}
#footer {
	background-color: #264B5E;
	text-align: right;
	height: 20px;
	width: 770px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#flash_container {
	height: 235px;
	width: 591px; /*590*/
}

#wireless {
	background-color: #264B5E;
	height: 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 0px;
}
.interior {
	list-style-position: outside;
	list-style-type: circle;
	color: #668391;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
}

#quote {
	background-color: #668391;
	height: 15px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 0px;
}

#login {
	height: 100%;/*80px;  CHANGED THIS TO MAKE LEFT COLUMN 100%*/
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264B5E;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 15px;
}
#username {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264B5E;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 15px;
}
#password {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264B5E;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 15px;
}
html {
	/*min-height: 100%;*/
}


body {
	background-color: #000000;
	text-align: center;
	min-height: 100%;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001F31;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #264B5E;
	margin-top: 10px;
	margin-bottom: 5px;
}
