/* defines the page properties */
body {
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #E4E8E5 url(images/bg.gif);
	background-repeat: repeat-y;
}
/* page head */
#pageheader{
	display: none;
}
/* top banner section */
#logo {
	display: none;
}
/* top right images */
#topimagesright
{
 display: none;
}
/* content area */
#main {
	width: 98%;
	background: #E4E8E5;
}
/* menu width and location */
#menu {
	display: none;
}
/* menu links */
#menu ul {
	display: none;
}
#menu ul li {
	display: none;
}
#menu a {
    display: none;
}
#menu a:hover {
    display: none;
}
/* content */
#mainpage {
	width: 100%;
	margin-left: 180px;
	background: #FFFFFF;
}
#mainpage p {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 150%;
	margin-left: 10px;
}
#mainpage h1 {
	font-family: Arial;
	font-size: 240%;
	color: #720808;
	margin-left: 10px;
}
#mainpage h2 {
	font-family: Arial;
	font-size: 160%;
	color: #000000;
	margin-left: 10px;
}
/* square bulleted list */
#square li {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
	list-style-type: square;
}
/* ordered list */
#number li {
	font-family: Arial;
	font-size: 130%;
	color: #000000;
	line-height: 130%;
}