/* CSS Document */
	
#nav {
	background-image: url('images/banner3.gif');
	background-position: center top;
	background-repeat: no-repeat;
	height:145px;
	width:1200px;
}
	
#main {
	margin:auto;
	background-color: #D0D1D3;
	background-position: top;
	height:auto;
	border:none;
	background-image:url('images/dots.png');
	background-repeat:repeat-x;
	
}
	
/*#leftdots {
	background-image:url('images/dots.png');
	background-position:left;
	background-repeat:repeat-x;
	float: left;
	height: 130px;
	width: 1200px;
	border:none;
	padding: 5px;
}
*/


#top {
	background-image: url('images/main-body3.gif');
	background-position: left top;
	position: relative;
	background-repeat:no-repeat;
	height: 20px;
	margin-left: 325px;
}

	
#bottom {
	width:550px;
	height: 20px;
	background-image: url('images/main-body-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 325px;
}

#navcontainer {
	position: absolute;
	top: 120px;
	left: 455px;
	z-index: 3;
	}

#navlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	list-style-type:none;
	display: inline;
}
	
#navlist li a{
	padding:0.2em 1em;
	text-decoration:none;
	color:#336699;

	}
	
#navlist li a:active {
	color:#336699;
}

#navlist li a:visited {
	color:#336699;
}

#navlist li a:hover {
	color:#003366;
}

#footer {
	margin-left: 450px;
	background-color: #D0D1D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	padding-top: 10px;
	color : #FFFFFF;
	background-position: left bottom;
}	

#footer a:active {
	color : #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#336699;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.job {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

