/* MAIN TEMPLATE DECLARATIONS */

* {
	font-size:11px;
	font-family:Tahoma;
	color:black;
}

html {
	height:100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:white;
}

#container {
	margin:0;
	padding:0;
	width:994px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#content #submenu {
	display:none;
}

#header {
	display:none;
}

#content {
	margin-left:98px;  /* HACK: should try to make everything in the container div center*/ /* THIS WILL BUG IN IE6! */
	width:798px;
	margin-top:20px;
	margin-bottom:15px;
}

#footer {
	display:none;
}

.print {
	display:block;	
}

/* common styles */

h1 {
	color:black;
	font-size:18px;
	font-family:Helvetica;
	font-weight:normal;
	letter-spacing: -0.5px;
}