body  {
	background: #fafaf0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fafaf0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 95px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #fafaf0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
} 
#header a {
	text-decoration: none;
}

/* top navigation bar*/
#tabs {
	top: 75px; /* alter this to change the position of the menu bar*/
	width: 960px;
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 5px;
}
/* Internet explorer fix */
* html #tabs {height: 25px;}

#tabs li {
display: inline;
margin: 0;
padding: 0;
}
/* Internet explorer fix */
* html #tabs li {height: 25px;}

#tabs a {
	height: 19px;
	text-decoration: none;
	color: #999;
	background: #FAFAF0;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#tabs a.on {
	color: #666;
	background: #FAFAF0;
	text-decoration: none;
}
#tabs a:hover {
	color: #666;
	background: #FAFAF0;
	text-decoration: none;
}
#tabs #selected a {
	color: #666;
	background: #FAFAF0;
	text-decoration: none;
}

#sidebar1 {
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 120px;
	width: 150px;
}
#sidebar1 a {
	color: #999;
}
#sidebar1 a.on {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	background: #FAFAF0;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:link, #sidebar1 a:visited {
	background: #FAFAF0;
	text-decoration: none;
}
#sidebar1 a:hover, #sidebar1 a:active {
	color: #666;
	background: #FAFAF0;
	text-decoration: none;
}

#sidebar2 {
	top: 120px;
	float: right;
	width: 150px;
	line-height: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar2 p {
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #999;
	font-weight: normal;
	background: #FAFAF0;
}
#sidebar2 a:link, #sidebar2 a:visited {
	color: #966;
	font-weight: bold;
	text-decoration: none;
	background: #FAFAF0;
}
#sidebar2 a:hover, #sidebar2 a:active {
	color: #900;
	text-decoration: none;
	background: #FAFAF0;
}
#sidebar2 h3   {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
	background: #FAFAF0;
}
#sidebar2 #note   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #999;
	background: #FAFAF0;
	font-weight: normal;
}
#sidebar2 #note a:link, #sidebar2 #note a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#sidebar2 #note a:hover, #sidebar2 #note a:active {
	color: #999;
	text-decoration: underline;
}

#mainContent {
	background-image: url(images/box_background.gif);
	background-repeat: repeat-y;
	margin-top: 12px;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#mainContent #bigimg  {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#mainContent #flow1  {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent #flow2  {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainContent #flow3  {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#mainContent #head  {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainContent h1  {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#mainContent h2 {
	font-size: 12px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #663333;
	letter-spacing: 1px;
	font-weight: bold;
}
#mainContent h3 {
	font-size: 13px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: justify;
	font-weight: bold;
}
#mainContent h4 {
	font-size: 9px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #666;
	font-weight: bold;
}
#mainContent p {
	font-size: 13px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	text-align: justify;
}
#mainContent #col1 {
	float: left;
	width: 300px;
}
#mainContent #col2 {
	float: right;
	width: 300px;
}
#mainContent a:link, #mainContent a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #666;
	text-decoration: none;
}
#mainContent #trade  {
	float: left;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer {
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #666;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer p a:link, #footer p a:visited {
	color: #666;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active {
	color: #666;
	text-decoration: underline;
}

.clear {
	clear: both;
}
