body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	/* Base font size is set to 100% for all elements
	and we set individual elements to em units - which
	are proportionate to the base font size -
	.9em is almost the same as saying 90% but is
	more stable cross-browser and platform. */
	font-size: 100%;
	color: #333333;
}
#header {
	height: 100px;
	/* Sets the header to be narrower than the 
	width of sidebar + maincontent so that if
	a horizontal scrollbar is needed, the
	header background color will not be
	cut off. Calculated by taking width of
	mainwrapper + its left and right padding
	or 720 + 24. */
	min-width: 744px;
	background-color: #FFFFFF;
	color:#000000;
	background-image:url(images/1_buildingcomp.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
#header h1 {
	background-color:#FFFFFF;
	color:#FF9933;
	
	}

#topnav	{
	height:25px;
	background-color: #666666;
	color: #CCCCCC;
	border-bottom: 10px solid #FF9933;
		}

/* 	The parent container for the sidebar and maincontent DIVs */
#mainwrapper {
	width: 720px;
	margin: 0px auto;
	padding: 0 12px;
}

/* 	We float both the maincontent and sidebar DIVs right.
	Since sidebar comes first in the markup, it assumes
	the rightmost position. By floating both DIVs, we
	eliminate inherent bugs in IEPC and create a more
	stable layout.
	
	Width is calculated so that the sum of the sidebar and
	maincontent DIVs plus their left padding, right padding,
	left border, and (or) right borders is equal to the width
	of the mainwrapper DIV. */
#maincontent {
	float: right;
	width: 520px; /* 520 + 18 + 2 = 540 */
	margin: 0;
	padding: 0 18px 18px 0;
	border-right: 2px dotted #FF9933;
	text-align: justify;
	font-size: 0.9em;
}
#sidebar {
	float: right;
	/* the width of the sidebar considers the sidebar padding
	and because of a calculation bug in IE5 Mac, also the
	borders on the links in the navbar */
	width: 160px; /* 160 + 18 + 2 = 180 */
	padding: 0 0 0 18px;
	font-size: .8em;
}

/* 	We set the top margin on the UL that holds the navbar */
#nav {margin: 1em 0 0 0; padding: 0;}

/* 	We set the bottom margin of each list item to 1px and
	we turn off the default bullet character. */
#nav li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
}

/* 	For navbar links only - We turn off underlines, assign
	3px padding, a border, a background color, a text color
	and we set the link to display block which makes it act
	like a "button" */
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
	color: #CCCCCC;
	display: block;
}

/* 	the hover class is obvious. Active serves a dual purpose. In
	all browsers, it is triggered when the mouse is down and
	releases when the link loses focus. In IEPC it also is the
	state of the link when tabbed to using the keyboard. Focus
	is triggered when the link is tabbed to in browsers other
	than IEPC. */
#nav a:hover, #nav a:active, #nav a:focus {
	color: #333;
	background-color: #ccc;
}
h2 {font-size: 1.2em; margin: 24px 0px 0px;}

#footer {
	/* Clearing permits the footer to "escape" the float and span the
	area below the sidebar and maincontent DIVs. */
	clear: both;
	background-color: #FFFFFF;
	color:#333333;
	font-size: 0.7em;
	padding: 8px;
	/* To set min-width for footer, take mainwrapper minus its
	left and right padding and subtract from that the left and right
	footer padding: 744-16=728  */
	min-width: 728px;
	border-bottom: 2px dashed #B4B6CD;
}
#footer p {
	margin: 0;
}
#Layer2 {
	position:absolute;
	width:343px;
	height:56px;
	z-index:1;
	left: 41px;
	top: 0px;
}
#Layer2 h1 {
	margin-top:0px;
	font-size: 30px;
	color: #666666;
	background-color: #FFFFFF;
}

#Layer2 h2 {
	margin-top:0px;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #FF9900;
	font-style: italic;
}
.style1 {
	font-size: medium;
	font-weight: bold;
	color: #FF9933;
	background-color:#FFFFFF;
	font-style: italic;
}
.style6 {
	font-size: 12px;
	color:#666666;
	background-color: #FFFFFF;
}


td, th {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#FFFFFF;
}
/*Datatable*/

td, th {
	font: 1em Arial, Helvetica, sans-serif;
	}

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 99%; 
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
	vertical-align: text-top;
	}
.datatable th {
	border: 1px solid #828282;
	background-color: #AAE3EE;
	color: #333333;
	font-weight: bold;
	text-align: left;
	padding-left: 4px; 
	font-variant:small-caps
}
.datatable caption {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:1em; 
	font-family:Arial, Helvetica, sans-serif;
}
