html {
	height: 100%;
}

* html body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background: #FFFFFF;
	overflow: scroll;
}

a.theme {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.theme:hover {
	text-decoration: underline;
}

#TopContainer {
	background: transparent url(../images/bg.jpg) no-repeat;
	width: 719px;
	height: 37px;
}

#TopLogoContainer {
	width: 719px;
	text-align: left;
}

#TopLogoContainer img {
	margin: 10px 50px 20px 5px;
	float: left;
}

#InfoContainer {
	margin: 10px 0;
	font-size: 14px;
	color: #000000 :
}

#DepartmentContainer {
	clear: both;
	width: 719px;
}

#Footer {
	background: transparent url(../images/bg.jpg) no-repeat;
	width: 719px;
	height: 37px;
	padding-top: 5px;
}

.Department {
	width: 648px;
	margin: 20px 0;
}

.TopDepartment {
	background: transparent url(../images/top-department.jpg) no-repeat;
	width: 650px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
}

.TopDepartment a {
	color: #FFFFFF;
	font-size: 12px;
}

.CenterDepartment {
	width: 648px;
	min-height: 50px;
	_height: 50px;
	/*border-top: solid 1px #CACBCE;*/
	border-right: solid 1px #CACBCE;
	border-left: solid 1px #CACBCE;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}

.DepartmentText {
	text-align: justify;
	padding: 5px
}

.BottomDepartment {
	background: transparent url(../images/bottom-department.jpg) no-repeat
		top;
	width: 650px;
	height: 15px;
}
