div#content
{
/* This is whats used for both right and left columns 
margin-left: 150px;
margin-right: 150px;
padding: 1em;
*/
/* This is for content column only no left, no right
margin-left: auto;
margin-right: auto;
padding: 1em;
*/
/* This is for right only with content column margin-left: auto;
margin-right: 200px;
padding: 1em;
*/
/* This is for left only with content only margin-right: auto; */
margin-left: 171px;
padding-right: 10px;
}
div#wrapperOutside
{
text-align: center;
}
div#wrapper
{
margin-left: auto;
margin-right: auto;
width: 760px;
text-align: left;
background: url(images/CSS_ContentBG.gif) repeat-y

} body
{
margin: 0;
padding: 0;
color: #000;
background-color: #fff;
}
div#header
{
color: #fff;
background-color: #ccc;
background: url(images/CSS_Header.gif) no-repeat;
height: 204px; 
}
div#leftC
{
float: left;
width: 171px;
}
div#content { line-height: 120%;}
#cleardiv
{
clear: both;
height: 1em;
}
div#footer
{
clear: both;
padding: .5em 1em;
background: #FFFFFF url(images/Footer.gif) no-repeat;
text-align: center;
}
#menubar2
{
position: absolute;

margin-right: 95px;
margin-top: 0px;
}
#menubar3
{
position: absolute;

margin-left: 666px;
margin-top: 0px;
}
#menubar
{
	height: 19px;
	
}
.SearchForm
{
	background: url(images/search.gif) no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	height: 48px;
	width: 184px;
	margin-top: 55px;
	margin-left: 576px;
	position: absolute;

}
.searchBox
{

	height: 16px;
	width: 126px;
	font-size: 10px;
	border: none;
}
.submitButton
{
	width: 15px;
	height: 15px;
	background: none;
	border: none;
}
form
{
	margin: 0px;
	padding: 0px;
	
}
div#contentArea
{
	position: relative;
	left: -30px;
	float: left;
}
