body {
	color: black;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	margin: 0px auto;
	width: 732px;
	padding 0px; 
	text-align:left;
	background-color:#fff;
}
#fauxContainer {
	overflow:hidden;
	width: 732px;
	background-color:#eee;
}
#header  { 
	margin: 0px; 
	padding: 0px;
}
#nav p { 
	font-weight:bold;
}
#nav {
	float:left;
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F00; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 10px;
	margin-bottom: -2400px; 
	padding-bottom: 2400px;
}
#navigation {
	float: left;
	width: 120px;
	background-color:#F00;
	margin: 0px;
	padding: 0px 5px;
	margin-bottom: -2400px; 
	padding-bottom: 2400px;
}

#navigation li a
{
	display:block;
	width:100%;
	color: #000;
	text-decoration: none;
	background-color: #ddd;
	text-align: center;
	margin-top: 5px;
	padding: 5px 0px;
	list-style-type: none;
}

#navigation li a:hover
{
	color: #ddd;
	background-color: #000;
}	

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
.subheading {
	color: black;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: -12px;
}
a { color: black }
a:active { color: black }
a:hover { color: #cc3333 }
li { list-style-type: square; padding-bottom:4px; }
#pageHeading { background-color: #ccc; margin: 0px; padding: 8px 0px 8px 8px; }
#pageHeading p { 
	margin: 0px; 
	font-size: 17px;
	letter-spacing: 5px;
}
#mainBody { 
	margin: 0 0 0 124px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent p:first-child { margin-top: 0px; }
#mainContent p:last-child { margin-bottom: 0px; }
.doubleColumn {
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 250px;
}
.centered { text-align: center }
#footer  {
	text-align: center;
	background-color: #ccc;
	clear: both;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#footer div p { margin: 0px;  }
.photo {
	width:102px;
	float:left;
	padding:0px 5px 10px 0px;
	text-align:center;
	height:120px;
}
.photo p {
	font-size:12px;
}
.disclaimer {
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style:italic;
	color:#666;
}
.spanRedText {
	color: #F00;
}

