/*	Since the Logo and Navigation bar are in absolutely positioned DIVs (Layers), we can set
	the body's top and left margins to clear them both so that the main content is properly placed.
	Note that margin shorthand values are used: 84px 0 0 248px. Shorthand notation always refers
	to the values in this order: Top Right Bottom Left. Think of TRouBLe and you'll remember.
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 69px 0 0 0px;
	background-image:  url("images/scm01_pbg.gif");
	background-repeat: repeat-x;
}
#logo {
	left: 0;
	position: absolute;
	top: 0;
}
#mastermenu {
	position: absolute;
	float: right;
	width: 180px;
	left: 1px;
	top: 69px;
	visibility: hidden;
}
#mastermenu2 {
	position: absolute;
	float: right;
	width: 180px;
	right: 1px;
	top: 74px;
	visibility: hidden;
}
#maincontent {
	background-color: #EEEEEE;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 20px 20px;
	width: 620px;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #DBDBDB;
	margin-bottom: 5px;
}
#mainheader {
	background-color: #EEEEEE;
	font-size: 1em;
	padding: 20px 20px;
	width: 620px;
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #DBDBDB;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {margin: auto; font-size: 1.5em; font-weight: normal;}
h2.first {margin: 0;}
h3 {font-size: 1.3em;}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CCCCCC;
}
