﻿body {
}

#sideBar {
    display: none;
}

#bodyWrapper { 
	width:7.75in; 
	height:100%; 
	margin:0 auto; 
} 

#header {
    display: none;
}

#footer ul {
    display: none;
}

#primaryContent { margin:0 0 0 0; }

#headerText {
    display: block;
}

input[type="submit"] {
    display: none;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */

	font-family : Calibri, 'Trebuchet MS', Arial, Helvetica;
	font-size: 10pt;
	font-variant : small-caps;
	border-style:none;
	padding : 2px;
	background-color : #ffffff;
	background-image : none; 
	color : #000000;
}