﻿body {
font-family:verdana;
font-size:11px;
background-color:#2B434D;

}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #D1DBBD;
	border-right: solid 1px #2B434D;
}
#masthead {
	width: 780px;
	height:143px;
	background-color: #3E606F;
	background-repeat:no-repeat;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #193441;
	background-repeat:no-repeat;
	position: relative;
	clear: both;
	display: inline;
	color:#FFFFFF;
	text-align:center;
}
#programs {
	text-align:center;
}
#content {
	float: right;
	margin-right:30px;
	width: 520px;
	overflow: auto;
	color:#3E606F;
	background-image:url(../buttons/bglogo.png);
	background-repeat:no-repeat;
	background-position:60%;

}
#jobtext {
	color:#3E606F;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 195px;
	display: block;
	margin: 0;
	padding: 2px;
}
#sidebar li {
	display: block;
	text-align:left;
	text-indent:20px;
	padding:2px;
}
#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}
.borderit img{
border: 1px solid #193441;
}
.borderit:hover img{
border: 1px solid #999999;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}
.login img{
border:1px solid #193441; 
}
.login:hover img{
border: 1px solid #999999;
}
#sidebar li:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px;
	background-color: #3E606F;
}
#footer {
	clear: both;
	width:780px;
	height:27px;
	overflow: auto;
	background-image:url(../images/footer.png);
}

/* Styles for Footer */

#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	border-right: solid 2px;
}

.float_right {
	float:right;
}
a:link {
	color: #3E606F;
}
a:visited {
	color: #3E606F;
}
.bigbold {
	font-size: 18px;
	font-weight: bold;
}
.medbold {
	font-size: 14px;
	font-weight: bold;
}
