body  {
	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: #333366;
	background-color: #330066;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	color: #330066;
	font-size: large;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/h1_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
h3 {
	font-size: medium;
	color: #FFFFFF;
	background-color: #333366;
}

p {
	color: #333366;
	font-size: small;
}
h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



.thrColElsHdr #container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColElsHdr #header { 
	background: #DDDDDD; 

} 

.thrColElsHdr #sidebar1 {
	float: left;
	width: 27px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
		height: 100%;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 23px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
	height: 100%;
}

.thrColElsHdr #mainContent {
	margin-top: 0;
	margin-right: 23px;
	margin-bottom: 0;
	margin-left: 27px;
	height: 304px;
	overflow: auto;
	width: 800px;
} 
.thrColElsHdr #footer { 
	background:#DDDDDD;
} 



/* Miscellaneous classes for reuse */
.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;
}
 
 .formcustom {
	color: #FFFFFF;
	background-color: #330066; 
 }
h2 {
	font-size: medium;
	text-align: center;
	background-image: url(images/h2_bg.jpg);
	color: #333366;
	background-repeat: no-repeat;
}
a {
	color: #660066;
}
