body { 
	padding: 0;
	margin: 10px;
	background-color: #FFF;
	font-size: 13pt;
	font-family: "Times New Roman",serif;
	color: #000;
	background-image: none;
}

p {
	font-size: 13pt;
	font-family: "Times New Roman",serif;
	color: #000;
}

h1 {
	font-size: 20pt;
	font-family: "Times New Roman",serif;
	color: #000;
}

h2 {
	font-size: 16pt;
	font-family: "Times New Roman",serif;
	color: #000;
}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: none; }

/* Start Layout */

#container { width: 100%; }
	
/* Header Section */

#header {
	width: 740px;
	float: left;
	padding-top: 13px;
}

#header img { border: 0; }

/* Masthead */

#masthead { display: none; }

/* Main Navigation System */

#mainNav { display: none; }

#subNav { display: none; }

/* Content Area */

#content_shell { 
	width: 100%; 
	float: left;
	padding: 19px 0 19px 0;
}

#content {
	width: 100%;
	float: left;
	background-color: #FFF;
	padding: 0 19px 0 0;
}

#news { display: none; }

.breadcrumb { display: none; }

/* Footer Section */

#footer { display: none; }
