@charset "UTF-8";
/* CSS Document 
*/

body {
	padding:0;
	margin:0;
	font-size:0.8em;
	text-align:center;
	line-height:1.2em;
	background: #E1E1E1 url(/images/layout/bgnd.jpg) repeat-y top center;
}
body, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
form {
	display:inline;
}
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td dl, dt, dd, ul, ol, li, select, hr {
	margin:0;
	padding:0;
}
table, input, select, textarea {
	vertical-align:middle;
}
caption {
	text-align:left;
	font-weight:bold;
	color:#1E238A;
	font-size:110%;
}
hr {
	height:1px;
	clear:both;
	width:inherit;
	border:none;
	border-top:1px solid #000;
}

img {
	border: 0;	
}


h1 {
	font-size: 170%;
	margin: 10px 0;
}

h2 {
	font-size: 150%;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 130%;
	margin: 20px 0 10px 0;
}

h4 {
	font-size: 110%;
	margin: 20px 0 10px 0;
}




ul {
	margin-left: 20px;
	
}

.clear {
	clear: both;
	display: block;
	
}

#header {
	width: 960px;
	margin:0 auto 0 auto;
	background:#fff;
	
}


#wrapper {
	width:960px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	background:#fff;
	padding: 0;
}

#nav {
	border-bottom: 1px solid #E1E1E1;
}

#navList {
margin: 0 0 10px 0;
padding: 0;
list-style: none;
width: 960px;
float: left;
border-bottom: 1px solid #E1E1E1;
}

#navList li {
	float: left;	
}

#navList a {
	display: block;
	padding: 0 2em;
	font-size: 110%;
	line-height: 2.1em;
	text-decoration: none;
	color: #069
}

#navList a:hover {
	color: #C60;
}

#content {
margin: 0 10px 10px 10px;	
}
#accList {
	width: 200px;
	float: right;
}
