body {
	background: rgb(197,204,211);
	font-family: Helvetica;
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

.header {
	background: rgb(109,133,163) url(../img/bgHeader.png) repeat-x top;
	border-top: 1px solid rgb(205,213,223);
	border-bottom: 1px solid rgb(46,55,68);
	padding: 10px;
	margin: 0 0 0 -10px;
	min-height: 44px;
	-webkit-box-sizing: border-box;
}

.header h1 {
	color: #fff;
	font: bold 20px/30px Helvetica;
	text-shadow: #2d3642 0 -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 49%;
	padding: 5px 0;
	margin: 2px 0 0 -24%;
	position: absolute;
	top: 0;
	left: 50%;
}

.header a {
	color: #FFF;
	background: none;
	font: bold 12px/30px Helvetica;
	border-width: 0 5px;
	margin: 0;
	padding: 0 3px;
	width: auto;
	height: 30px;
	text-shadow: rgb(46,55,68) 0 -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
	top: 7px;
	right: 6px;
	-webkit-border-image: url(../img/toolButton.png) 0 5 0 5;
}

.header #backButton {
	left: 6px;
	right: auto;
	padding: 0;
	max-width: 55px;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(../img/backButton.png) 0 8 0 14;
}

.section {
	padding-left: 2px;
	padding-top: 10px;
	margin: 0 0 0 0;
	margin-bottom: 10px;
	font: normal 14px Helvetica;
}

.section h1 {
	color: rgb(76,86,108);
	font: bold 16px Helvetica;
	text-shadow: #fff 0 1px 0;
	margin: 6px 0 10px 0;  
}

.section h2 {
	color: rgb(76,86,108);
	font: bold 16px Helvetica;
	text-shadow: #fff 0 1px 0;
	margin: 15px 0 0 0;  
}

.section p {
	font: normal 14px Helvetica;
}

.section a {
	font: normal 14px Helvetica;
	background: none;
	text-decoration: none;
}

.section img {
	margin: 2px 2px 2px 2px;
}

.section ol {
	font: 14px Helvetica;
}
		
.section ol li {
}

.nav#vert ul {
	color: black;
	background: #fff;
	border: 1px solid #B4B4B4;
	font: 17px Helvetica;
	padding: 0;	   
	margin: 15px 10px 17px 0;
	-webkit-border-radius: 8px;
	}
		
.nav#vert ul li {
	color: #666;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;	
	padding: 10px 10px 10px 10px;
	background-image: url(../img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}
					
.nav#vert ul li a {
	width: 100%;
	color: #000;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 12px 10px 12px 10px;
	margin: -10px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.nav#vert  ul li a:hover {
	background:#E6EFB4;
}
		
.nav#hori ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: left;
}

.nav#hori li{
display: inline;
margin: 0;
}

.nav#hori li a{
text-decoration: none;
padding: 5px 7px;
margin-right: 5px;
color: white;
background: #3282c2;
border-radius: 8px; 
box-shadow: 1px 1px 2px rgba(0,0,0,.5); 
-moz-border-radius: 8px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4);
-webkit-border-radius: 8px;
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); 
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); 
}

.nav#hori li a:hover{
color: lightyellow;
-moz-border-radius: 8px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5); 
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 15%, #3282c2 35%, #357cbd 75%, #72a6d4); 
-webkit-border-radius: 8px;
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5);
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(15%, #72a6d4), color-stop(35%, #3282c2), color-stop(75%, #357cbd), to(#72a6d4)); 
}

.footer {
	clear: both;
	color: rgb(76,86,108);
	font: normal 10px Helvetica;
	text-align: center;
	text-shadow: white 0 1px 0;
	margin: 30px 0px 0px 0px;
}

.footer a {
	background: none;
	text-decoration: none;
}
