* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image:url(images/background.gif);
  background-repeat:repeat-y;
 }

p {
padding-top:10px;
}

 .left {
  float:left;
  padding-top: 56px;
  width: 310px;
  background-color:#001fac;
 }

 .right {
  padding-left: 310px;
  padding-top: 200px;
}

.right img {
  margin: 15px 10px 0 0;
  border: 2px solid #c83e1b;
 }
 
 .right img:hover {
  border: 2px solid #292929;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	letter-spacing:8px;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 12px;
 }
 
a {
	color: #c83e1b;
	text-decoration: none;
 }

a:visitet {
  text-decoration: underline;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
  padding-left:20px;
 }
 
 
 
 /*sidenav*/
 
.arrowlistmenu{
float:right;
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #000;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #c83e1b;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
	color: #c83e1b;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #c83e1b;
background-color: #ffffff;
}

.active_sub_li{ /*hover state active*/
color: #c83e1b;
background-color: #ffffff;
}