html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #000;
	background-color: #F0F5F9;
}

a { 
	color: #006;
}
a:link {
	color: #006;
}
a:visited {
	color: #60A3E1;
}
a:hover {
	color: #999;
}
a:active {
	color: #f99;
}

hr {	
	border: 0;
	color: #000066;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
}

p {
	margin-top: 1.5em;
	margin-bottom: 0; 
}

h1 {
	font-size: 1.5em;
	line-height: 2.4em;
	margin-top: 0.5em;
	margin-bottom: 0;
}

#main h1 {
	font-size: 1.5em;
	line-height: 2.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000066;
}

h2 {
	font-size: 1.5em;
	line-height: 2.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000066;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0;
}

h4 {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2em;
	text-align: center;
	border-bottom: 1px solid #000033;
}

img {
	border: 0;
}

td {
/*
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color: #000;
*/
}

th {
/*
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #003;
	text-align: left;
*/
	font-weight:normal;
}

/* Levin Alexander's graphic headers image replacement markup from
	http://levinalex.net/files/20030809/alternatefir.html

	Note, non-standard markup to support IE5/Mac is omitted.
	Note, z-index to support Opera 5 and 6 is omitted.

	See Also:
	http://www.mezzoblue.com/archives/2003/12/12/accessible_i/#c002804
*/
.replace {
	position:relative;
	margin:0;
	padding:0;
}

.replace span {
	display: block;
	position:absolute;
	top:0px;
	left:0px;
}
/* end levin's graphic header image replacement.  to use, add the following css:
	#myh1, #myh1 span { height:XXXpx; width:XXXpx; background-image: url(XXX); }
	
	where myh1 is id of element being replaced declared as such:
	
	<tag class="replace" id="myh1">Text to be replaced.<span></span></tag>
*/


/* generic sap classes, faux absolute positioning from 
	http://www.alistapart.com/articles/fauxabsolutepositioning
*/
.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 but	*
	*	breaks in page anchor links.  for now, use background image	*
	*	for left and center column backgrounds and avoid full 		*
	*	column height backgrounds or left borders on right column.	*
	*/
}
.item {
	float:left;
	left:100%;
	position:relative;
	/* overflow:hidden; */
}
.sap-content {
	width:100%;
}
/* end generic; all sap elements must have margin-left and with defined */

/* specific faux absolute positioning declarations */
#canvas {
	background: white;
	overflow:hidden;
	border-left: 2px solid #4b4b90;
	border-right: 2px solid #4b4b90;
	width: 73em;	
	margin: 0 auto; 
}
	
/* line 1 */
#header {
}

#logoitem {
	margin-left: -100%;
	width: 100%;
}

/* line 2 */
#primary_nav {
	margin-left: -100%;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000066;
}

/* line 3 */
#main #sidebar-left {
	margin-left: -100%;
	width: 16.4em;
}

#main #maincontent {
	margin-left: -55em;
	width: 39em;
}

#main.widecontent #maincontent {
	width: 53em;
}

#main.nomenu {
	background-image: none;
}

#main.nomenu #maincontent {
	margin-left: -71em;
	width: 69em;
}

#maincontent .content {
	padding: 1.5em 1em 2em 1em; 
}

#main #sidebar-right {
	margin-left:  -14.6em;
	width: 14.6em;
}

/* line 4 */
#footer {
	margin-left: -100%;
	width: 100%;
}

/* end faux absolute positioning declarations */

/*top navigation*/
#primary_nav a {
	text-decoration: none;
	color:  #006;
	outline: none;
	font-weight: bold;	
}

#primary_nav ul {
  margin: 0;
  padding: 0.25em;
}

#primary_nav ul li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}


/* main body and sidebars */
#main {
	background-color: white;
	background-image: url("../img/brd_sidebar_left.png");
	background-repeat: repeat-y;
	background-position: 16.4em; 
}

/*left column - main navigation*/
#sidebar-left h2{
	font-size: 1em;
	line-height: 1.8em;
	margin: 2em 0 0.3em 0;
	padding-left: 0.4em;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #F0F5F9;
}
#sidebar-left h2 a {
	text-decoration: none;
}
#sidebar-left ul {
	font-size: 1em;
	line-height: 1.25em;
	padding: 0px;
	margin-left: 0.25em;
	list-style: none;
}

#sidebar-left li {
	padding-left: 0.8em;
	margin-bottom: 0.2em;
/* */
}

#sidebar-left a { 
	text-decoration: none;
}
#sidebar-left a:visited {
	color: #006;
}
#sidebar-left a:hover {
	color: #999;
	text-decoration: underline;
}
#sidebar-left a:active {
	color: #f99;
}

/*center column - main content*/

/*right column*/

#sidebar-right .module {
	margin-top: 2em;
	background-color: #F8F8F8;
	border-left: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
#sidebar-right .module2 {
	margin-top: 2em;
	border-left: 1px solid #000066;
	border: 0;
}

#sidebar-right h2{
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding-left: 0.5em;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #F0F5F9;
}

#sidebar-right p {
	margin:0.5em;
	line-height:1.2em;
}

#sidebar-right ul {
	font-size: 1em;
	line-height: 1.25em;
	padding: 0;
	margin-left: 0;
	list-style: none;
}

#sidebar-right li {
	margin:0.3em 0.5em 0.3em 0.5em;
}

#sidebar-right a { 
	text-decoration: none;
}
#sidebar-right a:hover {
	text-decoration: underline;
}
#sidebar-right a:active {
	color: #f99;
}

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

#footer {
	border-bottom: 1px solid #000066;
	padding-bottom: 0.5em;
	text-align: left;
	background-color: #F8F8F8;
	
}
#footer p { 
	font-size: 0.9em;
	padding-left: 1.5em;
}

/*** BEGIN Rounded Corners ***/
.rCorners {
  display: block;
  background: transparent;
}

.rCorners b {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #4D566D;
  border-left: 1px solid #4d566d;
  border-right: 1px solid #4d566d;
}

.rCorners b.r1 {
  margin: 0 5px 0 5px; /*	background: #4d566d; */
}

.rCorners b.r2 {
  margin: 0 3px 0 3px;
  border-left-width: 2px;
  border-right-width: 2px;
}

.rCorners b.r3 {
  margin: 0 2px 0 2px;
}

.rCorners b.r4 {
  margin: 0 1px 0 1px;
  height: 2px;

}

.rCornersDark b {
  background-color: #4D566D;
}

.rCornersBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;

}

.rCornersBox {
  background-color: #fff5Cf;
  border-left: 1px solid #4d566d;
  border-right: 1px solid #4d566d;
}

.rCornersBox h2 {
	line-height:1.2em;
	font-size:1.2em;
	margin-top:0;
	padding:0 0 2px 1em;
	color:#fff;
	background-color:#4d566d;
}

#maincontent .rCornersBox .content {
	padding: 1em 1em 1em 1em; 
}

.rCornersBox_tabs {
	margin:0 0 0 1em;
	padding:0 0 2px 0;
}

.rCornersBox_tabs li {
	margin: 0;
	padding: 3px 0 3px 0;
	display: inline;
	list-style-type: none;
	background-color:#3b435a;
}

.rCornersBox_tabs li.current {
	background-color:#4d566d;
}

.rCornersBox_tabs li:hover {
	background-color:#4d566d;
}

.rCornersBox_tabs a {
	padding: 3px 1em 3px 1em;
	color: #fff;
	text-decoration:none;
}

.rCornersBox_tabs a:visited {
	color: #fff;
}

.rCornersBox_tabs a:hover {
	color: #eee;
	text-decoration: underline;
}
/*** END Rounded Corners ***/


/*** BEGIN header MPC link ***/
#hdrMPCLink {
	position:absolute;
	z-index:100;
	left:0px;
	top:0px;
	right:0px;
}

#hdrMPCLink a {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	background-image: url("../img/bkgHdrAlpha.png");
	padding-left:10px;
	font-size:0.8em;
	color: #006;
	line-height:1.5em;
	border-bottom:1px solid #006;
	text-decoration:none;
}

#hdrMPCLink a:hover {
	background-image: url("../img/bkgHdrAlpha_r.png");
	color: #666;
}
/*** END header MPC link ***/

/*** BEGIN other specialized styles ***/
.spacedList li, .spacedList dd {
	margin-bottom: 1em;
}

/*** END other specialized styles ***/
