{
padding: 0;
margin: 0;
border: 0;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

body, html {
	margin: 0px;
	color: #444444;
	background: #ffffff url(images/layout/bg.png) repeat-x;
	text-align: center;
}
body {
font:70% Arial, Helvetica, sans-serif;
}

ul.left {
  display: inline;
  padding:0px;
  margin:0px;
}
li.left {
  padding:0px;
  margin-left:20px;
}

#innergrad {
width:760px;
background: #FFFFFF url(images/layout/divider.png) repeat-y;
margin: 0 auto;
}
#innergradrepeat {
	width:760px;
	background: url(images/layout/bg-contain.png) no-repeat;
	text-align:left;
}
#container {
	background: white url(images/layout/divider.gif) repeat-y;
	width: 744px;
	margin: 0 auto;
	clear:left;
	border-bottom:1px solid #990000;
}

#header {
	border-bottom: 1px solid #990000;
	height:108px;
}
#leftpanel {
	width: 169px;
	float: left;
	background: white url(images/layout/left-grad.png) no-repeat top right;
}
#leftinfo {
margin:100px 5px 10px 5px;
}
#content {
    width: 555px;
	float:left;
	padding:10px;
}
#fullbox {
  margin-top:10px;
  float:left;
  height:1%;
  width: 555px;
  background:white url(images/layout/index-dropshadow.png) no-repeat;
  }

#fullbox p {
font: 1.2em Arial, Helvetica, sans-serif;
padding:0 0 0 10px;
margin-top:0px;
}
#fullboximg {
float:right;
padding:0 5px 1px 10px;
margin:0px;
width:300px;
height:250px;
}
#fullboxbot {
clear:both;
width:555px;
background:white url(images/layout/index-dropshadow-bot.png) no-repeat bottom;
height:0px;
}
#manulogo img{
padding:12px;
}
#footer {
	width: 760px;
	text-align: right;
	background: url(images/layout/footer.png) no-repeat bottom;
	clear:both;
	padding-bottom:12px;
}
img {
border:0px white none;
margin:0px;
padding:0px;
}

h1 {
    background: #660000 url(images/layout/h1-bg.png) no-repeat top left;
        border:1px #660000 solid;
	color:white;
	padding:5px 10px 5px 10px;
	font: 2em Arial, Helvetica, sans-serif;
	margin:0;
	}
h2 {
	font: bolder 1.4em Arial, Helvetica, sans-serif;
	text-align:center;
	color: #660000;
	padding: 8px 0 8px 0;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #880000;
	padding: 0px;
	margin: 0px;
}


.menu2{
font-family: arial, sans-serif;
width:150px;
font-size:12px;
margin:0 auto;
}

.menu2 ul{
list-style-type:none;
padding:0;
margin:0;
display:block;
}

.menu2 li{
width:150px;
background-color:#E7EAE4;
margin:10px 0 10px 0;
}

.menu2 ul li a{
display:block;
width:150px;
line-height:2.5em;
background-color:#E7EAE4;
border-top:solid white 1px;
border-bottom:solid #9EA09C 1px;
border-right:solid #9EA09C 1px;
text-indent:5px;
}

.menu2 ul li a:hover, ul li a:active {
background-color:#556842;
font-weight:bold;
color:white;
}
