body {        
	font-size:100.01%;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	margin: 0;
	padding:0;
	background-color: #fff;
	color: #333;
	line-height: 120%;
}

#top {
	padding: 0;
	margin: 0 0 2em 0;
	background-color: #fff;
}

#top h1 {
	text-align:center;
	padding: 0;
	margin:0;
}

h2 {
	font-size:1.1em;
	color: #038100
}

h3 {
	font-size:.9em;
	color: #038100
}
div#navigation ul {
        width:140px;
}

#navigation ul {
	list-style-type: none;
	float: left;
	padding:0;
	margin:55px 0 0 0;
}

#navigation ul li {
	display:inline;
	list-style-type: none;
	text-align:center;
	width:140px;
	margin:0;
	line-height: 100%;
}

#navigation ul li a {
	display: block;
	width:130px;
	padding:9px 5px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size:.75em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;	
}
#navigation ul li a, #footer ul li a { 
	background:url(../images/blue.jpg) 0 0 repeat-y;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus, #footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {
	color: #000;
	background:url(../images/yellow.jpg) 0 0 repeat-y;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#content {
	margin-left:170px;
	margin-top:0;
	color:#000;
	background:#fff;
}

div#text_center p {
	text-align:center;
}	

#content p {
        margin:0;
        padding-top:1em;
        width:80%;
        font-size:90%;
	text-align:left;
	color:#000;
	background:#fff;
}

.manual {
	font-size:85%;
	margin-bottom:4em;
}
.img-left {
	height:242px;
	width:170px;
        float:left;
        margin:0 17%;
}


dt {
	font-size:.9em;
	font-weight:bold;
	margin:1em 0 0 0;
}
dd {
	margin:0;
	font-size:.9em;
}

div p {
	margin-right:15%;
	text-align:right;
	font-size:.8em;
	color:#002d8a;
}
dd a, a {
	color:#993300;
	text-decoration:none;
}

dd a:hover, dd a:active, dd a:focus, a:hover, a:active, a:focus {
	color:#000;
	text-decoration:underline;
	background:#fcff05;
}

#footer {
	clear:both;
	margin-top:60px;
	margin-bottom:10px;
	padding:0;
	text-align:center;
	font-size:.75em;
	line-height:130%;
	background:#fff;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	padding:0;
	margin:0;
}
#footer ul li a {
	text-decoration:none;
	padding:6px 12px;
	font-weight:bold;
	color:#fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;

}

