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: #003366;
	background-color: #99CCFF;
}

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

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

#header h1 {
            font-size: 150%;
			padding :50px 0 5px  240px;
			color: #336699; 
}
#strap {
	background-image: url(images/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 190px;
}

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

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

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

#leftcol ul li {
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #003366;
	border-right: 1px solid #99CCFF;
	width: 200px;
	background-color: #336699;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #99CCFF;
	padding: 4px 0 4px 10px;
	
	
	
}

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

#content {
	width: 440px;
	margin-left: 240px;

}
#content ul{
padding: 10px;}
#content ul li {

	
	color: #003366;
	padding: 4px 0 4px 4px;}
h1 {
	font-size: 130%;
	padding: 10px 0;
}
h2 {font-size: 110%;
	padding: 10px 0;
}
h3 {font-size:100%;
padding: 10px 0;}

#leftcol h2 {
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: 1px solid #003366;
	
}

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

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

#footer p {
	font-size: 86%;
	line-height: 110%;
	text align:right;
	color: #99CCFF;
	padding:10px 10px 0 25px;
}
#sign { background-color: #99CCFF;
      font-size: 80%;
text-align: center;
}

table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	}
th, td {
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;
	}
th {
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
	}

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