@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/bgTile.gif) repeat-x #d9d9d9;
	text-align: center;
	font-size: 80%;
}

a, a:visited {
	color: #457cc2;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size:220%;
	margin-top:0;
}

#container {
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	margin-top:20px;
	width: 740px;
	padding: 10px;
	background-color:#FFF;
}

#headingBox {
	background-color:#457cc2;
	background: url(../images/headerBG.jpg) no-repeat;
	padding: 20px;
	width: 700px;
	height: 155px;
	color:#FFF;
	margin-bottom: 10px;
}

#headingBox p {
	margin: 2px 0 0 0;
}

.subHeading {
	font-size:150%;
	margin: 8px 0 0 0;
}

.updated {
	font-style:italic;
	font-size: 90%;
	margin: 16px 0 0 0;
}

.jobBlock {
	padding: 20px 20px 30px 20px;
	width: 700px;
	background:url(../images/blockTile.gif) no-repeat;
}

.jobBlock p {
	margin: 8px 0 0 0;
}

.jobTitle {
	color: #457cc2;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 12px;
}

.infoLabel {
	font-style: italic;
	font-weight:bold;
	color:#333333;
}

.info {
	font-style: italic;
	color: #457cc2;
}

#headingBox a, #headingBox a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#headingBox a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}