.highres {
	width: 75%;
}

.page {
	margin-top:5px;
}

A:link { text-decoration: none; color:#505050; } 
A:visited { text-decoration: none; color:#505050; } 
A:active { text-decoration: none; color:#505050; } 
A:hover { text-decoration: underline; color:#505050; } 

.maincontent A:link { text-decoration: underline; color:#505050; } 
.maincontent A:visited { text-decoration: underline; color:#505050; } 
.maincontent A:active { text-decoration: underline; color:#505050; } 
.maincontent A:hover { text-decoration: underline; color:#505050; } 
	


.navi1 > ul > li > A {color:#a71930 !important;}
.navi1 > ul > li.selected > A {color:white !important;}
.navi2 > ul > li > A {color:#a71930 !important;}
.navi2 > ul > li.selected > A {color:#df8300 !important;}

.left {
	float:left;
}

.float-right {float:right; margin-left:10px; font-size:15px;}
.float-left {float:left; margin-right:10px; font-size:15px;}
.float-left-marginright {float:left; margin-right:100px; font-size:15px;}

html {
	overflow-y: scroll;
}

body > .header{
   position: relative;
   float: left;
   left: 0.00%;
   width: 1000px;
   height: 229px;
}

.header .left {
    position: relative;
    float: left;
    left: 0;
    width: 600px;
}

.header .right {
    float: left;
	width: 400px;
}
.header .right img {
	float:right;
	margin-right:-25px;
}
.wrapper{
   position: relative;
   float: left;
   left: 0px;
   width: 1000px;
}
.left1{
   position: relative;
   float: left;
   left: 0px;
   width: 200px;
   font-family: Arial, Helvetica;
}

.navi1 ul {
	list-style-type: none;	
	padding-left:0px;

}

.navi1 .selected {
	background-color:#df8300;
	color:white;
	font-weight: bold;
}

.navi1 li {
	color:#a71930;
	text-transform:uppercase;
	padding: 3px 10px 3px 10px;
	font-size:12px;
	margin-bottom:5px;
	width:156px;
	height:12px;
}
.left2{
   position: relative;
   float: left;
   left: 0px;
   width: 510px;
   margin-top:9px;
   padding:0px 20px 0px 20px;
   /*background-color:green;*/
}

.navi2 ul {
	float:left;
	left:0px;
	text-align:left;
	padding-left:0px;
}

.navi2 li {
	display:inline;
	list-style: disc inside none;
	padding: 0px;
	margin-right:10px;
	list-style-type: none;	
	color:#a71930;
	font-size:12px;
	
}

.navi2 .selected {
	color:#df8300;
	font-weight:bold;
}

.navi2 {
	clear:left;
	text-align:left;
	height:30px;
	font-size:12px;
	font-family: Arial, Helvetica;
	height:30px;
}



.right{
   position: relative;
   float: left;
   right: 0px;
   width: 250px;
   
   /*background-color:gray;*/
}

.wrapper > .right {
	padding-left:20px;
	width:230px;
}

.right .box {
	border: 1px solid;
	margin-top:40px;
	font-size:12px;
	width:225px;
}

.bold {
	font-weight:bold;
}
.blue {
	color:#3db7e4;
	border-color:#3db7e4;
}

.red {
	color:#a71930;
	border-color:#a71930;
}

.orange {
	color:#df8300;
	border-color:#df8300;
}

.gray {
	color:#505050;
	border-color:#505050;
}



.right .box .logo {
	margin-top:-10px;
}

.right .box .headline {
	margin-top:-20px;
	margin-left:35px;
	text-transform:uppercase;
	font-family: Arial, Helvetica;
	font-size:13px;
	
}  

.right .box .logo {
	margin-left:-20px;
	margin-top:-28px;
}

.right .box .content {
	margin-left:16px;
	color: #505050;
	font-size:14px;
	padding-bottom:7px;
	margin-top:-10px;
}

.right .box .content .header {
	font-weight:bold;
	width:60px;
}

table.boxtable tr {
	height:8px;
}

td.italic {
	font-style:italic;
}

#upperbox {
	margin-top:76px;
}

#lowerbox {
	margin-top:47px;
}

.footer{
   position: relative;
   float: left;
   left: 0.00%;
   width: 500px;
   margin-top:10px;
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px auto;
   width:1000px;
   color: #505050;
}
p,h1 {
	font-family: 'Times New Roman',Times;
}

h1 {
	font-size:24px;
	color: #a71930;
	margin-bottom:4px;
	font-weight:normal;
	
}

h2 {
	font-size:16px;
	color: #3db7e4;
	font-weight:normal;
	margin-top:0px;
	line-height:20px;
	
	
}

p {
	margin-top:0px;
	font-size:15px;
	line-height:18px;
	
}

.footer { font-family: Arial, Helvetiva; font-size: 10px; padding-left:220px;margin-top:50px; margin-bottom:50px;}

.maincontent {
	 font-size:15px;
}

.maincontent > figure {
	margin:0px;
	padding:0px;
	font-style: italic;
}

.maincontent > h3 {
	color: #3db7e4;
	font-size:16px;
	font-weight:normal;
}
.maincontent > ul {
    list-style: none;
    padding:0;
    margin:0;
}

.maincontent li { 
    padding-left:0.65em; 
    text-indent: -.7em;
	line-height:18px;
	margin-bottom:6px;
	font-size:15px;
}

.maincontent li:before {
    content: "• ";
    color: #df8300; /* or whatever color you prefer */
}