html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image:   url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #5f5549;
	background-color: #666699;
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	background-image:   url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image:   url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#strap {
	background-image:   url(images/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#innerwrapper {
	background-image:   url(images/bridging_slice.jpg);
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	width: 175px;
	margin-left: 25px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 175px;
	background-color: #666699;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	padding: 4px 0 4px 2px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #000066;
	color: #fff; 
}

#content {
	width: 470px;
	margin-left: 215px;
	list-style-position: inside;
	list-style-type: square;
}
#wrapper #innerwrapper #content table tr td ul li {
	list-style-position: inside;
	list-style-type: square;
}


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

#leftcol h2 {
	color: #FFFFFF;
	font-size: 175%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	padding: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #333;
}
#leftcol h3 {
	color: #FFFFFF;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	padding: 3px;
	margin-top: 5px;
	
}

p {
	margin: 10px 0;
	line-height: 125%;
}

#footer {
	background-image:   url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 110px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: center;
	color: #ffffff;
	padding: 10px 30px 0 0;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}

.sidecol-left {
  position: absolute;
  top: auto;
  left: 0;
  }
 
.sidecol-right {
  position: absolute;
  top: auto;
  right: 0;
  }
#content ul li {	
	list-style-type:square;
	}
	
.list {
	list-style-type:square;
	}
	
#content h6 {
	list-style-type: square:
}
#wrapper #innerwrapper #content table tr td p {
	text-align: left;
}
