body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;s
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	background-image: url(images/so_air_bg.jpg);
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	text-align: left;
}
* html #container {
    \width: 800px; /* for IE5 and IE6 in quirks mode */
    w\idth: 750px; /* for IE6 in standards mode */
}
#menugrey {
	position:relative;
	width:730px;
	height:35px;
	z-index:1;
	background-color: #333333;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	padding-top: 25px;
	padding-right: 20px;
}
* html #menugrey {
    \height:47px; /* for IE5 and IE6 in quirks mode */
    h\eight:35px; /* for IE6 in standards mode */
}
#menugrey a {
	color: #cccccc;
	text-decoration: none;
}
#menugrey a:hover{
	color: #FFCC00;
	text-decoration: none;
}
#header {
	position:relative;
	width:750px;
	height:162px;
	z-index:2;
	padding-bottom:15px;
}
#bodytext {
	margin-left: 280px;
	margin-right: 60px;
}
#menublue {
	position:absolute;
	top:0px;
	top:67px;/* -- IF Diversity is removed use this line*/
	height:222px;
	z-index:3;
	margin-left: 39px;
	width: 150px;
	display: inline;
}
.blueboxes {
	width:126px;
	height:13px;
	z-index:4;
	background-image: url(images/btn_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 12px;
}
.blueboxes a {
	color: #FFFFFF;
	text-decoration: none;
}
.blueboxes a:hover{
	color: #FFCC00;
	text-decoration: none;
}
#maincontent {
	margin-left: 15px;
	margin-right: 15px;
}
#leftside {
	position: relative;
	margin-left: 40px;
	width: 175px;
	float: left;
	margin-right: 30px;
	display: inline;
}
#rightside {
	margin-left: 25px;
	margin-right: 15px;
	float: right;
	display: inline;	
}
#footercontent {
	position: relative;
	margin-left: 15px;
	margin-right: 25px;
	padding-top: 5px;
	clear: right;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}
.text a {
	color: #003366;
	text-decoration: none;
}
.text a:hover{
	color: #003333;
	text-decoration: underline;
}
.text li {
	padding: 0em 0em 1.5em 0em;
}
.textnospace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1em;
}
.textnospace a {
	color: #003366;
	text-decoration: none;
}
.textnospace a:hover{
	color: #003333;
	text-decoration: underline;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	line-height: 1em;
	padding: 0.75em 0em 0.25em 1em;
}
.subnav a {
	color: #003366;
	text-decoration: none;
}
.subnav a:hover{
	color: #FF9900;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 2em;
	font-style: italic;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer a {
	color: #003366;
	text-decoration: none;
}
.footer a:hover{
	color: #003333;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.menu_btn {
	margin-right: 19px;
	margin-left: 19px;
	margin-bottom: 24px;
}
