#leftnavbar {
        top: 100px;
        bottom: 0px;
        position: absolute;
	border-bottom-color: #0047b6;
	border-bottom-style: none;
	border-left-color: #0047b6;
	border-left-style: solid;
	border-left-width: 4px;
	border-top-style: none;
	border-right-color: #0047b6;
	border-right-width: 4px;
	width: 149px;
	padding-right: 0px;
	padding-left: 3px;
	border-right-style: solid;
	font-size: normal;
	float: left;
}

#leftnavbar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#leftnavbar ul li {
	padding-left: 15px;
	margin-left: -4px;
	color: #0047b6;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: -11px;
}

#leftnavbar ul li a {
	color: #1a4aae;
	text-decoration: none;
}

#leftnavbar ul li.highlighted {
	padding-left: 15px;
	margin-left: -4px;
	background-color: #0047b6;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: -11px;
	color: white;
}

#leftnavbar ul li.highlighted a {
	color: white;
	text-decoration: none;
}

body {
	font-family: Verdana, sans-serif;
	border-color: white;
        position: relative;
	min-width: 700px;
	border-style: solid;
	border-width: 1px;
	margin-left: 0px;
	margin-top: 0px;
}

a img {
        border: none;
}

#topbar {
/*      position: absolute;
        right: 0px;
        left: 0px;
        top: 0px;
*/	min-width: 700px;
	margin-bottom: -10px;
	width: 700px;
	height: 100px;
}

#bodycontent {
	font-size: small;
	max-width: 700px;
	line-height: 1.50;
	border-color: #fefefe;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
/*      margin-top: 100px;
	margin-left: 160px; */
	border-style: none;
	padding-left: 170px;
}

#bodycontent a:link {
	color: #0047b6;
	text-decoration: underline;
}

#bodycontent a:visited {
	color: #d21034;
	text-decoration: underline;
}

#bodycontent a:active {
	color: #ffce18;
	text-decoration: underline;
}

#bodycontent ul {
	padding-left: 20px;
}

#bodycontent li + li {
	margin-top: 5px;
	margin-left: 0px;
}

#bodycontent h1 {
	line-height: 1.20;
        font-weight: bold;
	font-size: x-large;
	text-align: center;
}

#bodycontent h2 {
	line-height: 1.20;
        border-bottom-color: #0047b6;
        border-bottom-style: solid;
        border-bottom-width: 2px;
	font-weight: bold;
	font-size: large;
}

#bodycontent h2.job_ad {
	line-height: 1.20;
        border-top-color: #0047b6;
        border-top-style: solid;
        border-top-width: 2px;
        padding-top: 5px;
        border-bottom-color: #000000;
        border-bottom-style: none;
        border-bottom-width: 0px;
	font-weight: bold;
	font-size: large;
}

#bodycontent h3 {
	font-weight: bold;
	font-size: medium;
}

#bodycontent h4 {
	font-weight: bold;
	font-size: small;
}

#bottombar {
	padding-left: 200px;
	line-height: .8px;
	font-size: 10px;
	height: 20px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #0047b6;
	color: white;
}

#bottombar p {
}

#bottombar p a {
	color: white;
	text-decoration: underline;
}

