* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	
}

a:hover {
	color:#333;
	text-decoration:none;
}

input, textarea {
background-color: #FFFFFF; 
font-weight: bold; 
font-size: 10px; 
color: #000000;
width: 10em;
padding: 1px 3px;
border: 1px solid #666666;
background: #e3e3e3;
}
textarea {
width: 30em;
}
select {
width: 108px;
background-color: #e3e3e3; 
font-weight: bold; 
font-size: 10px; 
color: black;
border: 1px solid #736DEF
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
	text-decoration: none;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}
/* left */
#left {
	width:380px;
	float:left;
}
#left p {
	padding: 0;
	width:480px;
}
/* right */
#right {
	width:321px;
	float:right;
	padding:50px 0px 0px 0px;
}
/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
	width:390px;
}
#content p {
	padding:20px 20px 0;
	width:375px;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}
.reqf {
	font-size: 8pt;
	color: #666;
}
/*both*/
#full {
	width: 750px;
	float: left;
}
#full p {
	padding: 0;
	width: 750px;
}
#full h1 {
	width: 100%;
}
ul.list, ul.list li {
	list-style-type: square;
	margin-left: 20px;
	padding-left: 5px;
}
#items {
	margin-top: 20px;
}
#items li {
	margin: 2px 0 20px 20px;	
}
#items a, #items span {
	display: block;
	text-decoration: none;
}
#items a {
	border-bottom: 1px solid #777;
	font-weight: 700;
}
#items a:hover {
	border-bottom: 1px solid #333;
}
#items span {
	margin-left: 5px;
}
#items span a {
	font-size: 8pt;
	display: inline;
	border: 0;
}
#items span a:hover {
	border: 0;
	text-decoration: underline;
}


#sitemap ul ul li {
	list-style-type: circle;
}
#sitemap ul {
	padding:2px 0 5px 0;
}

#sitemap li {
	padding-bottom:2px;
}