@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: #1f3548;
	border: 1px solid #8298ab;
	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 {
    margin-left: 25px;
    margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
}
#LeftColumn h2, #LeftColumn h3  {
    margin-left: 25px;
    margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 7px;
}
