body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F6C;
	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:#000
	border: 1px #000000;
	background-repeat: no-repeat;
	background-color: #FEE9FD;
}
div.mainpad
{
padding-left:100px;
text-align: center;
color:#000;


}


.oneColElsCtrHdr #headercontainer {
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FCC;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	/* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #bodycontainer {
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding:  10px 0;
	
	border:  1px solid #000000;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */s
	color: #000;
	text-align: left;
	color:#000; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #centercontainer {
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	padding: 10px 0;
	border: 1px #000000;
	background: #FFF;
	margin: inherit /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	color:#000
	/* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {   
	background: #F9C; 
	
   text-align:center;
   color:#000;
}
.oneColElsCtrHdr #buttons {   
	background: #F9C; 

	text-align:center;
}
.oneColElsCtrHdr #title {   
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    border: 1px #000000;
	background: #FEE9FD; 
	font-size: 20px;
	margin-left: 100px;
    color: #303;
    font-weight: bold;
	text-align: center;	
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	color:#000

}
a {
	font-size: 16px;
	color: #333;
}
a:link {
	text-decoration: none;
    color: #303;
	font-weight:bold
}
a:visited {
	text-decoration: none;
	color: #303;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #606;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #303;
	font-weight: bold;
}
.oneColElsCtrHdr #bodycontainer div table tr td p {
	color: #000;
}
.oneColElsCtrHdr #bodycontainer div table tr td p .bodytext1 strong a {
	color: #000;
}

p
{
padding-left:20px;
padding-right:20px;
	
}
p.keywords
{
 font-size:10px;
 color:#999;
	
}

div#bottomimages
{
text-align:center;	
}
.oneColElsCtrHdr #bodycontainer div table tr td div p {
	color: #C0C0C0;
}
.oneColElsCtrHdr #bodycontainer div table tr td div {
	color: #C0C0C0;
}
.oneColElsCtrHdr #bodycontainer div table tr td div p {
	color: #000;
}

