body {
	margin: 0;
	padding: 0;
	background: #DCE4EC url(background.gif) repeat-x left top;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
	color: #04356C;
}

h2 { font-size: 15px; }



#wrapper {
	width: 910px;
}

hr { display: none; }

#header {
	width: 910px;
	height: 305px;
	margin: 0 auto;
	background: url(department.jpg) no-repeat left top;
}

#menu {
	width: 910px;
	height: 45px;
	margin-bottom: 5px;
	background: url(background_menu.gif) repeat-y left top;
}

#mainspace {
	width: 910px;
	background: url(background_main.gif) repeat-y left top;
	border-width: 0px 0px 5px 0px;
	border-color: rgb(255,255,255);
	border-style: solid;
}

#container {
	width: 870px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mainfont {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

A:link { text-decoration: none; color: #04356C; }
A:visited { text-decoration: none; color: #04356C; }
A:hover { text-decoration: none; color: rgb(184,104,30); }
A:active { text-decoration: none; color: #04356C; }

