html, body {margin: 0; padding: 0; border: 0;}

body {
	margin-top: 0px;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777;
	text-align: left;
	background-color: #111;
	padding: 5px;
}

a:link {
	color: #4CA4B8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4CA4B8;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #4CA4B8;
}

p  {margin: 6px 0; padding: 0 6px;}

h1 {
	font-size: 2.6em;
	color: #fff !important; 
	text-align: left;
	padding: 2px 0;
	margin: 0;
	text-indent: 20px;
}

.style1 {font-size: 115%}
.style2 {font-size: 75%}

h2 {
font-size: 1.4em; 
color: #AC0E0F;
text-align: left; 
padding: 10px 0; 
margin: 0; 
}

.clear { clear: both; }

.wide {
background: #111 /* header and footer colours */
width: 100%; 
font: 85% 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #777;
text-align: center;
}

.wrapper {
margin: 0 auto;
width: 950px;
text-align: left;
background: #000;
}

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 185px;    /*** Critical left col dimension value ***/
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
background: #000;  /*** Sets background of center col***/
}

.float-wrap {
float: left;
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/
}

.center {
float: right;
width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
margin-left: -1px;
text-align: center;/* Hidden from IE-mac */
}

.left {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 152px;    /*** Critical left col/divider dimension value ***/
margin-left: -151px;    /*** Critical left col/divider dimension value ***/
float:left;
}

.container-left {
width: 150px;    /*** Critical left col dimension value ***/
padding-bottom: 5px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
}

.right {
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 152px;    /*** Critical right col/divider dimension value ***/
margin-right: -150px;    /*** Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/
}
