body {
	background-color: #333333;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 18px;
	color: #cccccc;
}

a {
	color: #ffffff;
	text-decoration: none;
}

p {
	font-size: 14px;
	color: #cccccc;
}

img { 
	border: none;
}

#mainFrame {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 688px;
	background-color: #ffffff;
}

img#logo {
	position: relative;
	top: 6px;
	left: 10px;
	width: 68px;
	height: 35px;
}

a#linkedin {
	position: absolute;
	top: 5px;
	left: 931px;
}

a#twitter {
	position: absolute;
	top: 5px;
	left: 954px;
}

a#facebook {
	position: absolute;
	top: 5px;
	left: 977px;
}

#topNav {
	position: relative;
	top: 44px;
	left: 115px;
	width: 910px;
	height: auto;
	z-index: 100;
}

#topLine, #bottomLine {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 1000px;
	height: 6px;
	background-color: #333333;
}

#topLine a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-left: 40px;
	line-height: 22px;
}

a#company, a#science, a#military, a#consumer {
	position: absolute;
	top: 78px;
	left: 115px;
	width: 185px;
	height: 433px;
}	

a#science {
	left: 310px;
}

a#military {
	left: 505px;
}

a#consumer {
	left: 700px;
}


#content {
	position: relative;
	width: 880px;
	height: 372px;
	top: 71px;
	left: 0px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}

#bottomLine {
	top: 564px;
}

#lowerTag {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #999999;
	font-family: arial, sans-serif;
	font-variant: small-caps;
	font-size: 24px;
}

#copyright {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	margin: 0px auto;
	font-family: arial, sans-serif;
	font-size: 10px;
}

#copyright a {
	color: #666666;
}
	
#copyright a:hover {
	color: #d3242a;
}

#banner, #bannerInner {
	position: absolute;
	top: 589px;
	left: 0px;
	width: 708px;
	height: 80px;
}

#bannerInner {
	top: 598px;
}

