@charset "UTF-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:75%;
	color:#000;
	background-color:#fff;
}


p {
	clear:both;
	padding-bottom:10px;
	line-height:150%;
	color:#000;
}

div#header form {
	display:none;
}

#mainArea, #rightCol, #content {
	width:100%;
	background:none;
}

#leftCol {
	display:none;
}

div#heroShot, div#heroShot script, div#heroShot noscript {
	display:none;
}

div#bottomBorder {
	display:none;
}

#contenttactical {
	width:30%;
}

#mainContent {
	width:65%;
}

