body {
	margin:20px;
	padding:0px;
	background-attachment: fixed;
	text-align:center;
}

body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}

#outer {
	text-align:left;
	border: 1px solid;
	width:650px;
	margin:10px auto;
	background-color:#FFFFFF;
}

#sections ul {
	padding:0px;
	margin:0 0 0 157px;
	list-style:none;
	text-align:left;
}

#sections li {
	display:inline;
	padding:10px;
	margin:0px;
	list-style:none;
	text-align:center;
	line-height:40px
}

#sections a {
	border:none;
	text-decoration:none;
	font-weight:bold;
}

#sections a:hover, #sections a.current {
	color:#FFFFFF;
}

#hdr {
	height:100px;
	border:0;
	padding:5px;
 }

#bar {
	height:40px;
	border-style:solid;
	border-width: 0 0 1px 0;
}

#bodyblock {
	display:inline-block; /* italic fix */
	padding: 0 0 0 0;
	border: 0;
}

#l-col {
	float:left;
	width:145px;
	text-align:left; 
	padding: 0;
	margin: 5px 0;
}

#content {
	display:inline-block; /* italic fix */
	border-style:solid;
	border-width:0 0 0 1px;
	text-align:left;
	padding: 10px 15px 5px 15px;
	margin: 0 0 0 150px;
}

/* Fix for IE6 italics causing drop-down */
/* hide from MacIE. only WinIE sees this. \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
}
/* end hide */

#ftr {
	border:0;
	margin:0;
	text-align:center;
	padding: 15px 0;
	clear:both;
}
 
#content  {
	text-align:justify;
}

#content h1 {
	font-size:16px;
}

#content h2 {
	font-size:14px;
}

#content img {
	margin:4px;
}

#content a img {
	border: 0;
} 

#hdr h1 {
	margin-top: 10px;
}

#l-col ul {
	margin : 0 0 10px 0; 
	padding : 0 0 0 20px; 
}

#l-col ul.nested {
	margin : 0; 
}

#l-col li {
	list-style : none; 
	padding-top: 8px;
	padding-left : 0; 
	text-indent : 0; 
} 

#l-col a {
	font-weight:bold;
	text-decoration:none;
}

#ftr a {
	text-decoration:none;
}

hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#CCC;
	height: 0;
}
