html {
	background: #ffffff url(images/stripesBkg.gif) repeat-x;
	margin-bottom: 0;
}
 
html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}


body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}

div#logo {
	background-color: #fff;
	width: 121px;
	margin: 0;
	padding: 0px;
	float: left;
}

div#tag { width: 453px; height: 46px; margin: 35px 0 0 0; padding: 0 20px 0 0; float: right; }

.oneCol #container {
	position: relative; 
	width: 620px; 
	min-height: 100%;
	margin-left: 150px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; 
}

.oneCol #containerB {
	position: relative; 
	width: 620px; 
	min-height: 100%;
	margin-left: 225px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; 
} 
 
.oneCol #header { 
	background: #fff; 
	padding: 0 10px 0 0;
	height: 121px;
	border-bottom: 1px solid #e8cfb9;
} 


#topMenu
{
	padding: 20px;
	width:620px;
}

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

 #topMenu li
{
float: left;
margin: 0 0.15em;
}

 #topMenu li a
{
background: url(images/bklink2.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
font-size: 12px;
float: left;
width: 5em;
display: block;
border: 0.1em solid #e8cfb9;
color: #d2792a;
text-decoration: none;
text-align: center;
}

 /* Hide from IE5-Mac \*/
#topMenu li a
{
float: none
}
/* End hide */

#topMenu li a:hover {
text-decoration: none;
background: url(images/bklink2.gif) #fff bottom left repeat-x;
color: #ed903f;
}


.oneCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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 */
	height: 100%;
	min-height: 100%;
	padding: 30px 15px 100px;
}

.oneCol #sidebar1B {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	height: 100%;
	min-height: 100%;
	padding: 30px 5px 100px;
}

.oneCol #mainContent { 
	margin: 0 0 50px 205px; 
	padding: 20px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #585654;
	border-left: 1px solid #e8cfb9;
}

.oneCol #mainContent p {
	padding: 10px;
}

.oneCol #sidebar1 p{
	padding:15px;
	background-color: #ffd5b3;
	font-size: x-small;

}

.oneCol #footer { 
	position: absolute;
	width: 620px;
	bottom: 0;
	padding: 0; 
	background-color: #253b14;
	font-size: x-small;
	color: #ffffff; 
}
 
.oneCol #footer p {
	margin: 0; 
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form {
	margin: 0 auto;
	padding:0;
		background-color: #fff;
}
		
legend {
		border: 1px solid #FFCC66;
		padding: 5px;
}
		


.texta {
		border: 1px solid #ffcc66;
		background-color: #ffd5b3;
}

textarea {
		background-color: #ffd5b3;
		border: 1px solid #ffcc66;
}