/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	line-height: 1.4em;
	color: #000;
	background-color:#fff;
}


/* standard layout id's */

#container {
	width: 100%;
}
#header {
	margin: 0;
	width:auto;
	height: auto;
}

#header .header_callout {
	display: none;
}
#header #logo {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#header p {
	display: none;
}

#main_menu {
	display: none;
}

#main_content {
	float:none;
	top:0px;
		width: 100%;
}
	
#sub_content {
	display:none;
}

#footer {
	display: none;
}
