@charset "utf-8";
/* CSS Document */

#Header {
	background-image: url(../images/layout/header3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 68px;
	width: 935px;
	padding-left: 25px;
	padding-top: 12px;
}
#DepartmentHeader {
	height: 140px;
	width: 960px;
	overflow: hidden;
}
#SearchBox {
	font-size: 11px;
	color: #dddddd;
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}
#SearchBox a {
	color: #dddddd;
	text-decoration: none;
}
#SearchBox a:hover,#SearchBox a:active {
	text-decoration: underline;
}
.SearchBox {
	font-size: 13px;
	color: #dddddd;
	height: 14px;
	width: 151px;
	margin-right: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color: #242818;
	border: 1px solid #757968;
	float:left;
}
.SubmitSearch {
	background-image: url(../images/layout/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float:left;
}
#ProgramNavigation {
	height: 30px;
	width: 960px;
	background-color: #3d648e;

}
#CenterColumn {
	border-right-width: 0px;
}
#LeftColumn h1 {
	color: #ffffff;
	background-color: #3d648e;
}
#LeftColumn {
	padding-bottom: 300px;
	}
#LeftColumn p, #LeftColumn h2, #LeftColumn h3,#LeftColumn h4 {
	margin-left:25px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#LeftColumn ul {
	margin-top: 20px;
}
#LeftColumn li {
	margin-left: 25px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

