body {
	background-color:#909FAE;
	color:#000000;
	font-family:'Lucida Sans Unicode','Lucida Sans',Verdana,helvetica,sans-serif;
	font-size: small;
	padding:0px;
	margin:0px;
	text-align:center;
	}

a:link, a:visited {
	color: #820010;
	font-weight: bold;
	}

a:hover {
	color: #023A67;
	text-decoration:underline;
	font-weight: bold;
	}

h1 {	
	margin: 0px 15px;
	}

h2 {	
	margin: 0px 15px;
	border-bottom: #CC9933 2px solid;
	}

h3 {	
	margin: 0px 15px;
	}

h4 {	
	margin: 0px 15px;
	}

p {	margin: 30px;
	}

/**********************DIVISIONS**********************/
#content {
   	width: 734px;
	margin: 15px auto;
	padding: 0px;
	}

#header {
	background:#909FAE url(/images/header01.gif) no-repeat scroll left top;
	width: 725px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
}

#main {
	background-color: #FFFFFF;
	width: 725px;
	clear: both;
	margin: 0px auto 25px auto;
	padding: 10px 0px;
	text-align: justify;
	}

#buttonContainer {
	text-align:center;
	background-color: transparent;
	width: 500px;
	margin: 15px auto 0px auto;
	padding: 0px;
	}

#buttonContainer p {
	margin: 0px auto;
	}

.becauseIEDoesNotRecognizeAutoMargins{
	text-align: center;
}

.mailing {
    width: 310px;
	margin: 10px;
	padding: 0px;
	float: left;
	text-align: left;
	}
.mailing p {
	margin: 0px;
	margin-left: 20px;
	}

/**********************NAVIGATION BAR**********************/

#navcontainer {
	background-color: #003366;
	height: 64px;
	width: 725px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	text-align: center;
	}

#navcontainer ul {
	list-style-type:none;
	margin: 0px auto;
	padding: 0px;
	width: 578px;
	}

#navcontainer li {
	display: inline;
	margin: 0px;
	}

#navcontainer a:link, #navcontainer a:visited {
	background-image: url(/images/homeTab.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 20px 0px;
	padding: 0px;
	}

#navcontainer a.home:link, #navcontainer a.home:visited {
	background-image: url(/images/homeTab.png);
	width: 58px;
	}
#navcontainer a.about:link, #navcontainer a.about:visited {
	background-image: url(/images/aboutTab.png);
	width: 57px;
	}
#navcontainer a.experience:link, #navcontainer a.experience:visited {
	background-image: url(/images/experienceTab.png);
	width: 89px;
	}
#navcontainer a.current:link, #navcontainer a.current:visited {
	background-image: url(/images/currentTab.png);
	width: 100px;
	}
#navcontainer a.bidding:link, #navcontainer a.bidding:visited {
	background-image: url(/images/biddingTab.png);
	width: 100px;
	}
#navcontainer a.employment:link, #navcontainer a.employment:visited {
	background-image: url(/images/employmentTab.png);
	width: 100px;
	}
#navcontainer a.contact:link, #navcontainer a.contact:visited {
	background-image: url(/images/contactTab.png);
	width: 73px;
	}

#navcontainer a:hover, #navcontainer a:active {
	background-position: left bottom;
	}

/**********************HEADINGS**********************/

h1#heading {
	margin: 0px;
	padding: 0px;
	font-size: 400%;
	width: 580px;
	float: left;
}

h3#subheading {
	margin: 0px;
	padding: 0px;
	font-size: 200%;
	float: left;
}

/**********************IMAGES**********************/
#logo {
	width: 120px;
	height: 120px;
	margin: 5px 15px 5px 5px;
	float: left;
	}

/**********************BUTTONS**********************/
.button {
	width: 199px;
	height: 125px;
	background-position:left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	}

.button:hover { 
	background-position: left bottom;
}

#firstButton {
	background-image: url(/images/buttons/employment.png);
	float: left;
	margin: 0px 5px 5px 0px;
	}


#secondButton {
	background-image: url(/images/buttons/subSupply.png);
	float: right;
	margin: 0px 0px 5px 5px;
	}