body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/wavebg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	visibility: visible;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-position: center center;
	width: 800px;
} 
.extrared {
	background-color: #990033;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 220px;
	height: 125px;
	text-align: center;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/WAVETecBanner.jpg);
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #9d0621;
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	z-index: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 350px;
	padding-top: 10px;
	padding-left: 5px;
	background-image: url(images/bodycontentbox.jpg);
	background-repeat: no-repeat;
	line-height: 1.15em;
}
.corecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 900px;
	padding-top: 10px;
	padding-left: 5px;
	background-image: url(images/bodycontentbox.jpg);
	background-repeat: no-repeat;
	line-height: 1.15em;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
.sidebarindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 20px;
	text-align: left;
	text-indent: 0px;
	font-style: normal;
}
.topnavbar {
	clear: none;
	float: right;
	height: 15px;
	width: 575px;
	margin-left: -25px;
	padding-bottom: 20px;
}
.agilitytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr #footer {
	background-position: center;
	float: none;
	clear: both;
	background-image: url(images/footershadow.png);
	z-index: 1;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: transparent;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #ffcc66;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
.adjustment1 {
	text-align: right;
	margin-left: 340px;
}
.corebox {
	text-align: center;
}
.linkbox {
	text-align: center;
}
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333366;
	text-align: left;
}
.bodycontent a:link {
    text-decoration: none;
	color: #333366;
}
.bodycontent a:hover {
    text-decoration: underline;
	color: #990033
}
.isrcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.twoColFixLtHdr #flashbuttons {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-color: #9d0621;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	z-index: 1;
	clear: both;
	text-align: center;
	margin-right: 3px;
}
.ptdscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/ptdsbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.vision {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/bodycontentbox.jpg);
	height: 350px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.visiontitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333366;
	text-align: left;
}
.values {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/bodycontentbox.jpg);
	height: 675px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	line-height: normal;
}
.historycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 525px;
	padding-top: 10px;
	padding-left: 5px;
	background-image: url(images/bodycontentbox.jpg);
	background-repeat: no-repeat;
	line-height: 1.25em;
}
.extrared2 {
	background-color: #990033;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 220px;
	height: 50px;
}
.locations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/locationsbox.jpg);
	height: 390px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	line-height: normal;
}
.HubZonecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 1050px;
	padding-top: 10px;
	padding-left: 5px;
	background-image: url(images/HubZonebox.jpg);
	background-repeat: no-repeat;
	line-height: 1.15em;
}
.brieftext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}
.clientsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 0px;
	background-image: url(images/clientsbox.jpg);
	height: 490px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 550px;
}
.contractsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	background-image: url(images/contractsbox.jpg);
	height: 425px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 550px;
}
.extrared3 {
	background-color: #990033;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 220px;
	height: 25px;
}
.careersbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	height: 490px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	width: 525px;
}
.careersbox a:link {
	text-decoration: none;
	color: #333366;
}
.careersbox a:hover {
	text-decoration: underline;
	color: #990033
}
.careertitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #990033;
	text-align: left;
}
.contacttitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #990033;
	text-align: left;
}
.contacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/contactbox.jpg);
	height: 615px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	line-height: normal;
}
.contacts a:link {
	text-decoration: none;
	color: #333366;
}
.contacts a:hover {
	text-decoration: underline;
	color: #990033
}
.utamscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/utamsbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.nrlcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/nrlbg.jpg);
	height: 525px;
	padding-top: 10px;
	padding-left: 5px;
}
.combatcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/combatbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.uwmecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/uwmebg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.topspace {
	padding-top: 70px;
}
.rtraincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/rtrainbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.dartraincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/dartrainbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.analysiscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/analysisbg.jpg);
	height: 550px;
	padding-top: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.performance {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	z-index: auto;
	left: 267px;
	top: 561px;
}
.setacontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	height: 350px;
	padding-top: 10px;
	padding-left: 5px;
}
.tacticalcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/tacticalbg.jpg);
	height: 400px;
	padding-top: 10px;
	padding-left: 5px;
}
.uavsdcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/uavsdbg.jpg);
	height: 460px;
	padding-top: 10px;
	padding-left: 5px;
}
.lewkcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/lewkbg.jpg);
	height: 525px;
	padding-top: 10px;
	padding-left: 5px;
}
.sentinelcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: transparent;
	padding-right: 50px;
	background-image: url(images/sentinelbg.jpg);
	height: 350px;
	padding-top: 10px;
	padding-left: 5px;
}

