﻿body {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	min-width:761px;
}

#centerwrapper {
	text-align: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.pageHeader {
	width: 759px;
	height: 127px;
	background-image: url('images/blueNumbersRack.jpg');
}

.pageHeader h1, .pageHeader h2 {
	font-weight: bold;
	font-style: italic;
	color: white;
	position: absolute;
	left: 150px;
	top: 25px;
}

.pageheader h2 {
	text-align: right;
	top: 50px;
	left: 225px;
}

.leftBar {
	width: 138px;
	background-color: #696969;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url('images/grayboxesleft.png');
}

.markets {
	font-weight: bold;
	font-size: 1.25em;
	position:absolute;
	left:138px;
	top:127px;
	width:621px; 
	height:25px; 
	background-color:#CCCCFF;
}
	
.markets li {
	margin-left: 1em;
	margin-right: 1em;
	float: left;
	list-style: square;
	/*list-style-image: url("images/diamond.gif");*/
	/*list-style-position: inside; */

}

/* .markets li:hover {
	text-shadow: 0 0 5px rgba(0, 0, 255, 2);
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 255, 2); 
    -moz-text-shadow: 0 0 5px rgba(0, 0, 255, 2); 
} */

.markets li:first-child {
	/* margin-left: -1em; */
	list-style: none;
}

#menu14 {
		font-family: Arial, Helvetica, sans-serif;
        padding-top: 25px;
		padding-left: 1em;
		padding-right: 1em;
        /* font-size: 80%; */
        font-weight: bold;
}

#menu14 ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

#menu14 li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

#menu14 li a:link, #menu14 li a:visited {
        color: #333;
        display: block;
        background: url(images/menu14.gif);
        padding: 8px 0 0 10px;
        }

#menu14 li a:hover, #menu14 li #current {
        color: #FFF;
        background: url(images/menu14.gif) 0 -32px;
        padding: 8px 0 0 10px;
}