body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE auto margins */
}

a:link { color: #330099; }

a:active { color: #f93; } 

a:visited { color: #3399FF; }

#header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.logo {
	width: 100%;
	height: 129px;
	background-image: url(../images/upper_banner.gif);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
}

.separator {
	width: 100%;
	height: 20px;
	background-image: url(../images/upper_cellback.gif);
	background-repeat: repeat-x;
	margin: 0;
	display: block;
}

#navigation {
	width: 220px;
	height: auto;
	background-image: url(../images/left_cellback.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;	
	margin: 15px 0px 15px 0px;
	font-size: 10px;
	font-weight: bold;
}

#navigation ul li {
	width: 170px;
	height: 25px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	padding-top: 6px;
}

#navigation a {
	text-decoration: none;
	display: block;
	width: 170px;
}

#navigation a:link { color: #333; }

#navigation a:visited { color: #000 }

#navigation a:hover { color: #00c }

#content {
	text-align: left;
	font-size: small; /* For resize purposes */
	margin: 0 0 0 220px;
	padding: 15px 5px 2px 5px;
	border-left: 10px solid #b4c6f2;	
}

#content h1 { 
	font-size: 1.2em; 
	font-weight: bold;
}

#content h2 {
	font-size: 1.1em;
	color: #06c;
	font-style: italic;
}

#footer {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}

.copywrite {
	display: block;
	font-size: 10px;
	margin: 2px;
	padding: 0;
	text-align: center;
}

#jobinstructions {
	border: 2px solid #06c;
	width: 350px;
	margin: 0 auto 0 auto;
	padding: 10px;
	display: block;
}

#jobinstructions .address {
	margin: 0 25% 0 25%;
	font-weight: bold;
}

#jobinstructions h1 { text-align: center; }

#jobinstructions img { margin: 0 0 0 125px; }

.center { text-align: center; }

.indent { margin-left: 6em; }

#latestNews {
	width: 80%;
	border: 2px solid #06c;
	padding: 5px;
	font-size: 12px;
	margin: 5px auto 5px auto;
}

#latestNews h1 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#latestNews .newsDate {
	font-style: italic;
	font-weight: bold;
	color: #06c;
}

#latestNews .newsItem { font-weight: bold; }

/* Pixel Shift Hack for IE */
* html #content { display:inline-block; padding-left:5px; }