html, body {
	margin:0;
   	padding:0;
	height:100%; 
	background-color: #333366;
	font-family :verdana,arial,sans-serif;
	background: url(/images/bg22.gif) repeat;
  
  }
#wrapper {
    width: 80%;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;
}

#header {
	float:left;
	width:1024px;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
}

#topbar {
	left:10px;
	top:10px;
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	height:20px;
}

#logo {
	left:10px;
	top:30px;
	width:200px;
	height:91px;
}

#chart {
	left:210px;
	top:30px;
	width:824px;
	height:91px;
}

#bar2_orange {
	left:10px;
	top:121px;
	width:200px;
	height:20px;
	background-color: #F78E1F;
}

#bar2_blue {
	left:210px;
	top:121px;
	width:824px;
	height:20px;
	background-color: #333366;
}

.address {
	width:800px;
	font-size:13px;
	font-weight:bold;
	color: #fff;
	text-align:center;
}

#orangegradient {
	width:200px;
	background-color: #F78E1F;
	}

#bluegradient {
	width:824px;
	background-color: #333366;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:240px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}

.floatL {
float: left;
}

.floatR {
float: right;
}

.clear {
clear:both;
}


#twocolwrapper {
position:relative; 
}

#vantage {
float: left;
width:380px;
border-right:1px solid gray;
padding: 10px;
position:relative; 

}

#commentary {
float: right;
width:380px;
padding: 10px;
position:relative; 

}

#cccode {
clear: both;
}

/*display styles*/



img {
border: none;
}

ul.menu {
  list-style-type: none;
  margin-left: 6px;
  margin-top: 0;
  padding-left: 0px;
  padding-top: 0px;
  line-height: 150%;
}

ul.menu li {
  background-color: #fff;
  font-size:14px;
  margin:0;
  padding-left: 8px;
  background-image: url('images/orangerightarrowsm.gif');
  background-repeat: no-repeat;
  /*background-position: center left;*/
  background-position: 0 10px;
}

ul.menu li ul li{ /*for sub menus*/
  font-size:12px;
  background-image: none;
  list-style-type: circle;
  padding: 0;
  margin-left: 8px;
}

ul.menu li a {
  width: 100%;
  text-decoration: none;
  font-weight : bold;
  color:#333366;
}
ul.menu li a:hover, a:hover, a:active {
  background-color: #F78E1F;
  color:#333366;
}

ul.menu li a:visited {
	color : #333366;
	
}

ul {
   margin : 0 0 12px 15px;
   padding : 0 0 0 0px;
 }

 li {
   margin : 0 0 4px 15px;
   padding : 0;
font-size:15px;
 }

 li ul {                             /* for lists inside lists */
   margin-top : 5px;
   margin-left : 18px;
   list-style : disc;
 }

OL.a { 
list-style-type: lower-alpha; 
}

a, a:visited {
 color : #333366;
}

a:hover, a:active {
	background-color: #F78E1F;
}

h1 {
	color : #333366;
	text-align: left;
	vertical-align: top;
	font-size:20px;
	margin:0 10px 10px;
	}

h2 {
	color : #333366;
	text-align: left;
	vertical-align: top;
	font-size:18px;
	margin:0 10px 10px;
	}
h3 {
color : #000000;
text-align: left;
vertical-align: top;
font-size:15px;
margin:0 10px 10px;
}
	
p {
	margin:0 10px 10px;
	line-height:1.4;
	font-size:15px;
}

.borderblue {
	border:1px solid #333366;
	border-collapse:collapse;
}
	
.border {
	border:1px solid #000;
	border-collapse:collapse;
}

.border td, th{
border:1px solid #000;
}

.footnote {
font-size:10px;
}

.bold {
font-weight:bold;
}

.blue {
color : #333366;
}

.caption {
font-size:9px;
}

.margin40 {
	margin-left: 40px;
}
.center {
text-align: center;
}



























