<!--
empty {
}

body {
	font-family:		arial, tahoma, verdana, helvetica, sans-serif;
	font-weight:		bold;
	font-size:			12px;
	color:				#000000;
	background-color:	#ffffcc;
	overflow:			auto;
}

/*	grouped selectors	*/
table, tr, th, td, input, textarea, select, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-family:		arial, tahoma, verdana, helvetica, sans-serif;
	font-weight:		normal;
	font-size:			12px;
	color:				#990000;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:				0px;
	padding:			0px;
}

/*	element selectors	*/

a {
	color:				#990000;
	text-decoration:	none;
}

a:hover {
	color:				#990000;
	text-decoration:	underline;

}

a:visited {
	text-decoration:none;
}

ul {
	margin-top:			0px;
	margin-bottom:		8px;
}

li {
	list-style-type:	bullet;
	color:				#990000;
	font-weight:		normal;
	font-size:			12px;
}

/*	element & generic element.class selectors	*/

p {
	font-size:			12px;
	margin-top:			4px;
	margin-bottom:		4px;
}


h1 {
	font-size:			30px;
	font-weight:		normal;
	color:				#990000;
}

h2 {
	font-size:			16px;
	font-weight:		bold;
	margin-bottom:		4px;
	color:				#990000;
}

h3 {
	font-size:			12px;
	font-weight:		normal;
	line-height:		19px;
	margin-bottom:		15px;
	color:				#990000;
}

h4 {
	font-weight:		bold;
	margin-left:		1px;
}

h5 {
	font-style:			italic;
}

h6 {
}

/*	emphasis	*/

em {
	font-weight:		normal;
	font-style:			italic;
}

em.alert {
	font-style:			normal;
	font-weight:		bold;
	color:				#990000;
}


strong {
	font-weight:		bold;
}

/*	content layers	*/

#topbar {
	position:			absolute; 
	left:				0px; 
	top:				0px; 
	width:				934px; 
	height:				152px; 
}

#navbar {
	position:			absolute; 
	left:				0px; 
	top:				108px; 
	width:				934px; 
	height:				37px; 
	margin-top:	        0px;
	background-color:	#FFFFCC; 
	z-index:			1;
}
#sidebar {
	position:			absolute; 
	left:				0px; 
	top:				162px; 
	width:				156px; 
	height:				382px; 
	background-color:	#FFFFCC; 
	z-index:			1;
}
-->