@charset "utf-8";
html {
overflow: scroll;
} 
body {	background-color: #fdfdfd;
	text-align:center;
	color: #828282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.MainDiv_Container {
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	clear: both;
	height: auto;
	width: 694px;
}
.MainDiv_Bar {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 12px;
	width: 694px;
	background-image:url(../images/background_bar.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.MainDiv_Logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 88px;
	width: 694px;
	background-image:url(../images/background_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.MainDiv_Splash1 {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 191px;
	width: 694px;
	background-image: url(../images/Background_Splah_staff.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.MainDiv_GreyLine {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 2px;
	width: 694px;
	background-image: url(../images/Background_GreyLine.jpg);
	background-repeat: repeat-x; 
	background-position:center;
}
.MainDiv_LightGreyLine {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 2px;
	width: 694px;
	background-image: url(../images/Background_LightGreyLine.jpg);
	background-repeat: repeat-x; 
	background-position:center;
}
.MainDiv_Content {
	text-align: center;
	margin: 0px 3px 0px 0px;
	padding: 3px;
	clear: both;
	height: auto;
	width: 694px;
}



/*Content Columns*/


	
.clearboth {
	clear: both;
}


/*navigation*/
#navigation ul {
	margin:0; 
	padding:0;
	text-align:left;
	margin-left:18px;
	font-size:12px;
	font-weight:bold;
		}
	
#navigation li {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
	}
		
#navigation a 
	{
	color:#666666; 
	padding:0 20px 0 0; 
	text-decoration:none; 
	}
	
#navigation a:hover	
	{
	color:#C90101;
	}

.LeftHead {
	font-size: x-large;
	color: #888888;
	font-weight:300;
		}
		
.OrangeHead {
	font-size: 14px;
	color: #F4B371;
	font-weight:300;
	text-align: left;
		}	
		
/*navigation*/
#basenavigation ul {
	margin:0; 
	padding:0;
	text-align:left;
	margin-left:18px;
	font-size:12px;
	font-weight:bold;
		}
	
#basenavigation li {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
	}
		
#basenavigation a 
	{
	color: #999999; 
	padding:0 20px 0 0; 
	text-decoration:none; 
	}
	
#basenavigation a:hover	
	{
	color:#C90101; 	
	}		
/*Banner Images*/		

.MainDiv_Company {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 191px;
	width: 694px;
	background-image: url(../images/Image_company.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.MainDiv_Print {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 191px;
	width: 694px;
	background-image: url(../images/Image_Print.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.MainDiv_Publish {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 191px;
	width: 694px;
	background-image: url(../images/Image_publishing.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.MainDiv_awaiting {
	text-align: center;
	margin: 5px;
	padding: 0px;
	clear: both;
	height: 191px;
	width: 694px;
	background-image: url(../images/Image_coming.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#LeftNavigation ul {
	margin:0; 
	padding:0;
	text-align:left;
	font-size: medium;
	color: #888888;
	font-weight:300;
		}
	
#LeftNavigation li {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
	}
		
#LeftNavigation a 
	{
	color: #999999; 
	padding:0 20px 0 0; 
	text-decoration: none;
		font-size: medium;
		font-weight:bold;
	color: #888888;
	}
	
#LeftNavigation a:hover	
	{
	color:#C90101;
	font-size:medium; 	
	}	
