


th {
	font-size: 12px;
	line-height: 18px;	
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	background-color: #F0F5F9;
	text-align: left;
	padding-left: 2em;
	}
td	{
	font-size: 12px;
	line-height: 18px;	
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 3em;
	}
hr {	
	border: 0;
	color: #000066;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	}	
p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 0px; 
	}
h1 {
	font-size: 18px;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 0;

	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000066;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	
	}
h5 {
	font-size: 12px;
	
	}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2em;
	text-align: center;
	border-bottom: 1px solid #000033;
	}
img {
	border: 0;
		}

.item-list ul li {
	list-style-type: none;
}
ul.links {
  margin: 0;
  padding: .25em;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 .5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 0;
}
.smalltext {
	font-size: 12px;
	margin: 1em 0 1em 0;
	font-weight: normal;
}
#titleblock {
	border-top: 1px solid #000066;
	padding: 0.3em;
	text-align: center;

}
#titleblock ul li{
	list-style-type: disc;
	display: inline;
 	padding: 0 .5em;
 	font-weight: bold;
	
}
/*

/* generic sap classes */

.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
}
.item {
	float:left;
	left:100%;
	overflow:hidden;
	position:relative;

}
.column {
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

/* end generic; all sap elements must have margin-left and with defined */


#logoitem {
display: none;
}


	
#header {
	padding:0px;
	/*background-image: url("img/header_right.jpg");
	background-repeat: no-repeat;
	background-position: top right;*/
	
}

/*top navigation*/
#primary_nav {
	
	display: none;


}
#canvas {
	border: none;
	background: transparent;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width: 900px;
	min-width: 900px;
		}

/*left column - main navigation*/

#main #sidebar-left {

	display: none;
	width: 0;
	background-color: transparent;
}




/*center column - main content*/
#main {
		background-color: transparent;
}

#main #maincontent {
	margin-left: -100%;
	width: 100%;
	color: black;
	background-color: white;

}
#main #maincontent2 {
	margin-left: -98%;
	width: 75%;
	color: black;
	background-color: white;
}
#main #maincontent  ul {
	font-size: 12px;
	line-height: 18px;
		color: black;
	}

#main #maincontent .sap-content {
	padding: 0 5em 2em 5em;
}



/*right column*/

#main #sidebar-right {
	display: none;
	background-color: transparent;
}


/*footer*/
#footerline {
	border-top: 1px solid black;
}

#footer {
	margin-left: -100%;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
	background-color: #F8F8F8;
	
}
#footer p{ 
	font-size: 11px;
	padding-left: 5em;}

