﻿/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	width:950px;
	margin:auto;
	background: #000000;
 }

#hdr {
 height:170px;
 background:#000000;
 color: #123FA7;
 }

#bar {
 height:25px;
 background:#cccccc;
 color: #333333;

 }
 
 #l-col {
 
 height:25px;
 width:950;

 color: #123FA7;
 
 }
 
#bodyblock {
 position:relative;
 background: #000000;
 color: #333333;
 width:950px;
 height:595px;
 padding:0;
 }
 



#cont {
 width:750px;
 background:#000000;
 color: #CCCCCC;
float:left;
 }
 
#next{
 width:200px;
 background:#000000;
 color: #CCCCCC;
 text-align:left;
float:right;
 }

#ftr {
 height:25px;. 
 width:950px;
 background:#000000;
 color: #333333;
 margin:0;
 }
