@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/backgrounds/mainbg001.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container{
	width:994px;
	position:relative;
	min-height: 100%
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		}
#menu{
	height: 48px;
	text-align: center;
	padding-left:20px;
}
#banner{
	background-image: url(../images/backgrounds/blackbanner_bg.png);
	background-repeat: no-repeat;
	height: 194px;
	padding-bottom:30px;
	}
#bannerLeft{
	width: 250px;
	padding: 75px 0px 0px 50px;
	float:left;
}
#bannerRight{
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
	color:#FFFFFF;
	margin-left:300px;
	padding-top: 30px;
	}
#mainContentLeft{
	font-family: georgia,tahoma,verdana,Georgia, "Times New Roman";
	font-style: normal;
	font-size:11pt;
	line-height: 20px;
	color:#000000;
	padding-left:5px;
	padding-top:50px;
	padding-bottom:30px;
	width:560px;
	height:100%;
	text-align:left;
}
#mainContentLeft h1{
	font-family: arial,sans-serif;
	font-size:30px;
	color: #6C6C6C;
	letter-spacing: -2px;
	line-height:30px;
	text-align:left;
}
#mainContentRight{
	width: 416px;
	height:100%;
	float: right;
	text-align:left;
	padding-top:40px;
	padding-bottom:30px;
	}
#mainContentRight h1{
	font-size: 20px;
	font-family: arial, sans-serif;
	padding-left: 15px;
}
#mainContentRight img{
	border: 0px;
	padding-top:5px;
}
#latestnews ul{
	margin-left:0px;
	}
#latestnews li{
	margin-left: -42px;
	padding-left: 40px;
	padding-top:0px;
	line-height: 40px;
	height:40px;
	white-space: nowrap;
	background-image: url(../images/newsimages/newsbullet.png);
	background-repeat:no-repeat;
	background-position: 0em;
	list-style:none;
	font-family: tahoma;
	font-size:11px;
	}
#latestnews a{
	text-decoration: none;
	color: #3E3E3E;
}
#latestnews a:hover{
	text-decoration: none;
	color: #000;
	background-color: #E0E0E0;
}
#dlsoq{
	font-family:georgia,tahoma,verdana,Georgia, "Times New Roman";
	text-align:center;
	font-size:12px;
	background-image: url(../images/download.png);
	background-repeat:no-repeat;
	background-position:0;
	padding-top:30px;
	height:50px;
	border: 1px solid #DEDEDE;
	margin-top:30px;
	}
#dlsoq a{
	color: #646464;
}
#acrobatlogo{
	margin-top:-19px;
	text-align: center;
	background-color:#DEDEDE;
	height:44px;
}
#addressbox{
	width:414px;
	padding-top:10px;
	padding-bottom: 10px;
	border: 1px solid #DEDEDE;
	/*background-color:#E7F5F7;*/
	background-image: url(../images/backgrounds/footer_bg.png);
	background-repeat: repeat-x;
	color:White;
	font-size: 8pt;
	font-family: tahoma, arial, sans-serif;
	text-align:center;
	margin-top:-19px;
	}
#starter{
	font-family:arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6F6F6F;
	letter-spacing: -1px;
	padding-right:10px;
	}
