body {
	padding: 0; margin: 0;
}

a, a:hover, a:visited {
	color: darkblue;
}

#page_area {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 158px;
	vertical-align: bottom;
	background-image: url('/media/192/header.gif');
	background-repeat: no-repeat;
}

#main {
	min-height: 300px;
	padding-bottom: 15px;
}

#content {
	width: 649px;
	float:left;
}

#infoBar {
	width: 230px;
	padding-left: 10px;
	border-left: gray solid 1px;
	float: right;
}

#bottom {
	background-image:url('/media/212/bottom.gif');
	background-repeat:no-repeat;
	height:32px; width:900px;
	text-align:center;
	font-size:90%;
	color:white;
	clear:both;
	padding-top: 16px;
}

#bottomText {
	margin-top: 5px;
	font-size:90%;
	color:#999999;
	text-align:center;
}

#aboveHeader {
	font-size:90%;
	color: #838383;
	text-align:center;
}

#flashHeader {
	height: 114px;
	position: relative;
	width: 590px;
	left: 300px;
}

#top_tomain_link {
	position: absolute;
	width: 150px;
	height: 150px;
}

#menuTop {
	padding-left: 160px;
}

#currentDepartment{
	position:absolute;
	margin-left: 160px;
	margin-top: 80px;
	width: 300px;
	height:30px;
	z-index: 1;
}

#currentDepartment a{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #184870;
	/*color: #a5bed3;*/
}

#currentDepartment a:hover{	
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:white;
}


/**** Tool tip ****/
a.info{
	position:relative; /*this is the key*/
	z-index:24; background-color:#ccc;
	color:#000;
	text-decoration:none;
	cursor: hand;
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	color: white;
	width: 150px;
	margin-left: 10px;
	margin-top: 2px;
	text-align:center;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
