/**************************************************************************
Initial CSS Document (Named Contempo) by Anthony Yeung (http://smallpark.org)
//For OSWD//3:36 PM 5/23/2005

Code also based on cloudyDay.css (image support styles) by Pat Heard (fullahead.org).

Special thanks to both for help and inspiration.
**************************************************************************/

body {
   background-color: #FFFFFF;
}

#container {
	width: auto;
}
#leftbar2 {
	display: none;
	width: 0px;
}
#leftbar {
	display: none;
	width: 0px;
}
#rightbar {
	display: none;
	width: 0px;
}
#rightbar2 {
	display: none;
	width: 0px;
}
#contentmid {
   width: auto;
}
#contenttable {
   width: auto;
}
#top {
	height: 120px;
	background-color: White;
	text-align: center;
	border-bottom: 1px solid #2F00B2;
}
#banner {
	width: 600px;
	height: 100px;
}
#content {
	width: auto;
}
#menu {
   height: 0px;
	display: none;
}
#navigation {
   height: 0px;
	display: none;
}
#belowmenu {
   height: 0px;
	display: none;
}
#leftnav {
	display: none;
	width:  0px ;
}
#footer {
	border-top: 1px solid #2F00B2;
	border-bottom: 1px solid #2F00B2;
	background-color: White;
	color: Black;
}
#footer a {
	color: Black;
}
#belowfooter {
   height: 0px;
	display: none;
}
