body{
	background-color: black;
	background-image: url(../images/background.png);
	padding: 0px;
	margin: 0px;
	font-family: tahoma, sans-serif, verdana, arial;
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: none;
	color: #F67A3E;
}
a:hover {
	text-decoration: underline; 
}

a img{
    border-style: none;
}

h2, h3, h4 {
	font-family: sans-serif;
	padding-left: 16px;
	margin: 0px;
}

#center{
	margin-top: 10px;
	width: 910px;
	height: auto;
	min-height: 400px;
    padding: 0px;
	position: absolute;
	margin-left: -455px;
	left: 50%;
	
}

.centerBlock {
	min-height: 70px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 28px;
	margin: 0px;
}

.centerBlockNormal {
	padding-top: 16px;
	background-image: url(../images/paragraph_top.gif);
	background-repeat: no-repeat;
}
.centerBlockNarrow {
	background-image: url(../images/paragraph_top_narrow.gif);
	background-repeat: no-repeat;
	width: 232px;
	padding-top: 18px;
	text-align: justify;
}
.centerBlockWide {
	background-image: url(../images/paragraph_top_wide.gif);
	background-repeat: no-repeat;
}

.noMinHeight{
	padding-top: 4px;
	min-height: 0px;
}


#tabs{
	position: relative;
	left: 0px;
	height: 21px;
	margin:0px;
	padding: 0px;
	z-index: 99;
	text-align: right;
	width: 850px;
}
#tabs img#active{
	margin-bottom: -1px;
}
#mainBO{
	position: relative;
	top: 0px;
}

#content{
	background-color: white;
}

#border{
	width: 872;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right: 19px;
	height: 19px;
	
}
#left,#right{
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#left{
 	left: 0px;
}

#right{
	right: 0px;
}
#spacer{
	width: 40%;
	background-color: white;
}
#mainBO #content #top{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#mainBO #content #top #logo{
	position: relative;	
	display: inline;
	margin-left: 23px;
	width: 255px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#mainBO #content #top #menu{
	position: relative;
	display: inline;
	left: 50px;
	height: 100px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#menu a img{
	margin: 0px;
	margin-bottom: -4px;
	padding: 0px;
}

#mainBO #content #top #menu a{
	margin: 0px;
	padding: 0px;
	margin-left: -3px;
	margin-right: -3px;
}


#headerImage{
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header_img_1.jpg);
	height: 198px;
}

#middle{
	margin-left: 14px;
	margin-right: 14px;
}

#middle h2{
 color: #f15d21;
 font-weight: bold;
 font-size: 1.5em;
 margin-top: 20px;
 margin-bottom: 2px;
}

#middle h3{
 color: #564748;
 font-weight: bold;
 font-size: 15px;
}

#middle p{
	font-size: 1.0em;
	line-height: 1.6em;
}

#middle div{
	position: relative;
}

#middle #textPanel{
	left: 0px;
	width: 670px;
	float: left;
    padding-bottom: 42px;
}
#middle #textPanel ul{
	font-family: inherit;
	font-size: 1.0em;
	line-height: 1.9em;
	padding-right: 28px;
}

#middle #sidebar{
	float: right;
	top: 0px;
	left: 0px;
 	width: 202px;
 	height: auto;
 	margin-left: 0px;
 	color: #929292;
}
#middle #sidebar #sidebarcontent{
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: -50px; 
	margin-left: 15px;
	z-index:0;
	height: auto;
	width: 203px;
}

#sidebarcontent a{
	text-decoration: none;
}

#middle #sidebar #sidebarcontent #background{
    background-image: url(../images/sidebar_middle.png);
    background-repeat: repeat-y;
}

div.datetimeBlock {
	width:99px;
	background-image: url(../images/date_block.png);
}
div.datetimeInside {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #F18A60;
}
.newsItemTitle{
 color: #f15d21;
 font-weight: bold;
 font-size: 14px;
}


.even{
	background-color: #f4f4f4;
}

#sidebar p{
	font-size: 1.0em;
	border-top-style: dashed;
	border-top-color: black;
	border-top-width: 1px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
#sidebar p i{
	font-size: 9px;
}

h4{
	font-size: 1.3em;
	letter-spacing: 0px;
	color: #F15D22;
	margin-top: 10px;
	margin-bottom: 0px;
}

#bottom {
	margin-top: 30px;
}


#portfolioPanel,#border.bottomborder{
	background-color: #F1EFEF;
}

#portfolioPanel{
	border-top-style: dashed;
	border-top-color: black;
	border-top-width: 1px;
	z-index: 100;
}

#portfoliobar div{
	padding-top: 0px;
	margin-top: -42px;
	display: block;
	float: left;
	width: 180px;
	margin-left: 30px;
	text-align: center;
	font-size: 11px;
}
#portfoliobar div img{
	margin: 0px;
	padding: 0px;
	
}
.goButton{
	position: relative;
	top: 3px;
}

table.listTable{
    width: 100%;
    border: 0px solid #000000;
}

tr.header{
	text-align: left;
    background-color: #F67A3E;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

.listTable td{
    padding: 2px;
	font-family: sans-serif, tahoma, verdana, arial;
	font-size: 11px;
}

td.borderRight{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: silver;
}

.basicTable {
	border-collapse: collapse;
	margin: 0px;
}
.basicTable td{
	padding: 2px;
	vertical-align: top;
}

.newsTitle{
	font-size: 1.2em;
	color: #F15D22;
	font-weight: bold;
}


#topBar {
	position: relative!important;
	top: 0px!important;
 	margin: 0px;
	margin-top: 10px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	vertical-align: middle!important;
}
#topBar a{
	color: #f15d21;
	font-weight: bold;
}

.width5prc{
    width: 5%;
}

.width20prc{
    width: 20%;
}

.width40prc{
    width: 40%;
}

.width80prc{
    width: 80%;
}

.width85prc{
    width: 85%;
}

.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.underline{
    text-decoration: underline;
}

.border{
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    padding: 5px;
}

#errorReports .report{
    border-style: solid;
    border-color: red;
    border-width: 1px;
    padding: 5px;
}

#screenMessages .info{
    border-style: solid;
    border-width: 1px;
    border-color: red;
    padding: 5px;
}

#screenMessages .info#infoMessage{
    border-color: #21BE16;
}

p.lightOrangeBackground{
	color: #FFFFFF;
	background-color: #F68E5C;
}

.lightOrangeBackground a{
	color: #FFFFFF;
}

.smallFont{
    font-size: 8px;
}

.footerAddress {
	font-family: sans-serif, tahoma, verdana, arial;
	font-size: 1.0em;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 40px;
}
