/* Body Formatting */

body {
	text-align: center;
	background-color: #A2BFD1
	}

/* Text Formatting */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #365569;
	}
	
a.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #365569;
	}
	
/* Layout Out Formatting */

#splash {
	position: relative;
	margin: 0 auto;
	top: 10px !important;
	top: 1px;
	}
	
#splash span {
	display: none;
	}
	
#copyright {
	position: relative;
	margin: 0 auto;
	top: 10px !important;
	top: 1px;
	}
	
#links {
	position: relative;
	margin: 0 auto;
	top: 1px !important;
	top: 1px;
	}
	
#header {
	position: relative;
	background-image: url('/images/header.jpg');
	width: 730px;
	height: 155px;
	margin: 0 auto 20px auto;
	}
	
#header span {
	display: none;
	}
	
#content {
	background-image: url('/images/content-bg.gif');
	width: 730px;
	margin: 0 auto;
	margin: 0 auto 20px auto;
	}
	
#contentsmall {
	background-image: url('/images/content-bg-small.gif');
	width: 510px;
	margin: 0 auto;
	margin: 0 auto 20px auto;
	}
	
#col1 {
	float: left;
	text-align: left;
	width: 610px;
	margin: 0 0 0 60px !important;
	margin: 20px 0 0 30px;
	}
	
#colsmall {
	float: left;
	text-align: left;
	width: 390px;
	margin: 0 0 0 60px !important;
	margin: 20px 0 0 30px;
	}

#aboutheader {
	background-image: url('/images/header-aboutus.jpg');
	width: 730px;
	height: 222px;
	}
	
#servheader {
	background-image: url('/images/header-serv.jpg');
	width: 730px;
	height: 222px;
	}
	
#newsheader {
	background-image: url('/images/header-news.jpg');
	width: 730px;
	height: 222px;
	}
	
#contheader {
	background-image: url('/images/header-cont.jpg');
	width: 730px;
	height: 222px;
	}
	
#rfqheader {
	background-image: url('/images/header-rfq.jpg');
	width: 730px;
	height: 222px;
	}

#itpheader {
	background-image: url('/images/header-itp.jpg');
	width: 730px;
	height: 222px;
	}
	
#headersmall {
	background-image: url('/images/header-small.gif');
	width: 510px;
	height: 68px;
	}

#blockbottom {
	clear: both;
	background-image: url('/images/footer.gif');
	width: 730px;
	height: 68px;
	}
	
#blockbottomsmall {
	clear: both;
	background-image: url('/images/footer-small.gif');
	width: 510px;
	height: 68px;
	}