html {
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

/* Unordered list */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}




#t {
	width: 100%;
	height: 100%;
	border: 0px solid #000000;
	border-collapse: collapse;
	background-color: #E4FCFB;
}

#hdr {
	background-image: url('bg.gif');
	border-bottom: 1px solid black;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}
			
#header {
	
}

#siteheader {
	font-size: 2em;
	margin-left: 5px;
	margin-top:0.2em;
	margin-bottom: 0.2em;
}

#mn {
	display: none;
	width: 11em;
	vertical-align: top;
	height: 100%;
	background-image: url('bg.gif');
	border-right: 1px solid black;
}

#hiddencell{
	background-image: url('bg.gif');
	border-right: 1px solid black;
}

/* Menu */
#menu {
	padding-top: 0.4em;
}


#menu .menuitem {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1em;

}

#menu .submenu li {
	padding-top: 0.3em;
	padding-left: 10px;
}


#menu li a {
	text-decoration: none;
	color: #003399;
	font-size: 1em;
	font-weight: bold;
}


#menu .submenu li a {
	font-size: 0.9em;
}


#menu li a:hover {
	color: #9900FF;
	text-decoration: underline;
}


#content {
	height: 100%;
	vertical-align: top;
}

#main {
	width: auto;
	margin: 5px;
}

#foot {
	border-top: 1px solid black;
	background-image: url('bg.gif');
	display: none;
}

#footer a {
	text-decoration: none;
}

#footer {
	position: relative;
	margin: 5px;
	display: none;
}

.footitem {
	display: inline;
}

.top {
	display: inline;
	position: absolute;
	right: 0;
	margin-right: 5px;
}/* CSS Document */

