/*
	This stylesheet is used to produce a print quality display by removing
	certain elements and constraints.  Since menus are not required to be printed, 
	this allows for a better presentation of the content on paper.
*/

body {
	background: #FFFFFF; 
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}

#page {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}

a, a:visited{
	color: #507AA5;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	width: 760px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	border: 0px;
    text-transform: uppercase;
	border-bottom: 1px solid #C0C0C0;
	}
	
#header a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #333333;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	display: none;
	}
	
/************************************************
*	Sidebar      								*
************************************************/

#iesidebar {
	display: none;
}

#sidebar      {
	display: none;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 760;
	margin: 20px 15px 20px 15px; 
	border: 0px;
	padding: 0px;
	text-align: left;
	}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #FFFFFF;
	width: 760px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	display: none;
	}
	

