@import url(nav.css); /* This style sheet controls the navigation items */
@import url(style.css); /* This style sheet controls the main page elements */

/* The current style sheet controls the layout and positioning of the pages. */
* { padding:0; margin:0;}
body { 
	text-align:center; 
	background: transparent url(../i/bg.gif) 0 0 repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #7a7a7a;
}
#wrapper { 
	position:relative; 
	width: 770px;
	margin: 15px auto;
	text-align:left;
}

/*.home #wrapper { margin: 15px auto;}*/
#logo {
	position: absolute;
	top: 0; 
	left:0;
	width: 151px;
	height:144px;
	z-index:99999
}
#topContainer {
	position:relative;
	width: 764px;
	top: 5px;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}
#header { 
	position: relative;
	top:0; 
	right:0;
	height: 122px;
}
#navigation { 
	position: absolute; 
	bottom: 9px;
	drdoc: ";
	/*";/* IE */
	bottom: 11px;
	right:0;
	width: 620px;
	height: 27px;
	background:#000;
	z-index: 1;
}
.home #mainContainer { 
	width: 757px;
	margin-left: 7px;
	height: 400px; 
	background:#fff url(../i/bg_bottom1.gif) bottom left no-repeat;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 4px solid #9A0002;
}
#mainContainer { 
	width: 757px;
	margin-left: 7px;
	background:#fff;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 4px solid #9A0002;
	background: #fff url(../i/rig.jpg) bottom center no-repeat;
}
#leftCol { 
	position: relative;
	width: 100%;
	height: 100%;
	float:left;
	margin-top: 5px;
	drdoc: ";
	/*";/* IE */
	margin-top: 2px;
}
#rightCol { 
	position: relative;
	width: 309px;
	height:100%;
	float:left;
	margin-top: 5px;
	drdoc: ";
	/*";/* IE */
	margin-top: 2px;
	border-left: 1px solid #b2b2b2;
}
#footer { 
	margin-left: 7px;
	border: solid #b2b2b2;
	border-width: 0 1px 1px 1px;
	width:757px;
}

div#last_updated {
	margin:0;
	padding:60px 0 0 5px;
	font-size:70%;
	}
div#leftCol > div#last_updated {
	margin:0;
	padding:30px 0 0 5px;
	}
	
#bottomContent {
	width:755px;
	height:220px;
}

#pdfDownload
	{
		width: 228px;
		height: 218px;
		border: 3px #ccc double;
		margin-right: 30px;

	}


#downloadContent
	{
		background-color: #a41e05;
		height: 218px;
	}



	
