body {
        font-family: verdana;
        font-size: 0.8em;
        background: #000000;
        text-align: center;
        min-width: 960px;
}
a {
		color: #000000;
}
#wrapper {
        width: 960px;
        margin: 0 auto;
        text-align: left;
}
#header {
        position: relative;
        background: url(../img/cubes/header.gif) no-repeat;
        height: 59px;
        color: #000;
        padding-left: 31px;
        padding-top: 12px;
        text-indent: 70px;
}
#horizList {
        height: 3em;
		margin-top: 0px;
}
#horizList ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
        width: 938px;
        background: steelblue;
}
#horizList ul li {
        float: left;
        background: url(../img/cubes/navi_divider.gif) no-repeat right center;
}
#horizList ul a {
        display: block;
        padding: 0 2em;
        line-height: 2.1em;
        text-decoration: none;
        color: #fff;
}
#horizList ul a:hover {
        color: #333;
}
#left_panel {
		padding-top: 1px;
		width: 190px;
		height: 693px;
		float: left;
		background: url(../img/cubes/list_back.gif) no-repeat;
}
#content {
		height: 693px;
		width: 740px;
		float: right;
		background: url(../img/cubes/content_back.gif) no-repeat;
}
#left_content {
		float: left;
		width: 155px;
		padding: 28px 12px 12px 12px;
		font-size: 0.8em;
}

.content_headers {
		background: url(../img/cubes/header_s.gif) no-repeat;
		color: #ffffff;
		height: 15px;
		padding: 1px 0 0 4px;
}
#right_content {
		float: right;
		width: 480px;
		padding-top: 6px;
		padding-right: 48px;
}
.home {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(../img/cubes/navi_1.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}
.chart {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(../img/cubes/navi_2.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}
.clock {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(../img/cubes/navi_3.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}

#navi p {
	padding-left: 8px;
}

#navi ul {
        list-style-type: none;
        margin-top: -10px;
}
#navi ul li {
        display: block;
        width: 165px;
        padding: 5px 0 0 12px; 
        background: url(../img/cubes/bullets.gif) 0px 10px no-repeat;
}
#navi ul li a{
        display: block;
        text-decoration: none;
}
#navi ul li a:hover{
        color: #FAA123;
}

img.right {
padding-left:12px;
margin-right:0px;
position:relative;
z-index:200;
float:right;
}

img.left {
padding-right:12px;
margin-left:0px;
position:relative;
z-index:200;
float:left;
}

img.center {
padding-left:12px;
margin-right:0px;
position:relative;
z-index:200;
float:center;
}

img {
width:auto;
max-width:100%;
height:auto;
}

.evenrow {
	background: #CBD3E2; 
}

.oldevenrow {
	background: #D9ECFF; 
}

.oddrow {
	background: #FFFFFF;
}