<style type="text/css">


body  {
	font-family: Arial;
	background: #666666;
	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: #000000;
}


p {
	font-family: Arial;
	color: #70442c;
	font-size: 16px;
}

h1 {
font-family: Arial;
font-size: 24px;
color: #fd3a0a;
}

h2 {
font-family: Arial;
font-size: 24px;
color: #135d7d;
}

h3 {
font-family: Arial;
font-size: 12px;
color: #70442c;
}

h4 {
font-family: Arial;
font-size: 24px;
color: #F0F;
}

.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0  0 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

A:link { font-family: Arial; border: 0; text-decoration: none; color:#67983f; padding:0px; }
A:visited { font-family: Arial; text-decoration: none; color:#6ba938; padding:0px; }
A:hover { font-family: Arial; text-decoration:underline; color:#99e55a; padding:0px; }

li { font-family: Arial; color: #135d7d; font-size: 16px; }


.center { text-align:center;}
.right { text-align:right;}
.left { text-align:left;}
.clear { clear:both; }

input.textbox, input.contacttextbox, input.newstextbox, input.formtextbox, select.dropdown, select.enroleddropdown, textarea { border:1px solid #d4d4d4; font:normal 12px "Century Gothic", "Comic Sans MS"; color:#666; }
input.textbox, input.newstextbox, input.contacttextbox, input.formtextbox { width:150px; height:24px; *height:20px; padding:0 5px; *padding:4px 5px 0 5px; }
input.contacttextbox { width:188px; }
input.newstextbox {	border-right:0px; }
input.formtextbox { width:238px; }
input.radio { margin:3px 5px 0 0; }
select.dropdown, select.enroleddropdown { width:250px; height:24px; padding:3px 3px 3px 2px; }
select.enroleddropdown { width:450px; }
textarea { width:400px; height:80px; padding:5px; }
.submit {
	width:20px;
	height:24px;
	float:left;
	*margin-top:1px;
	background-color:#fff;
	border:1px solid #d4d4d4;
	border-left:0px;
	}
.input.button, .linkbutton a {
	padding:5px 20px 5px 20px;
	background:#56aa11 url(images/buttonbg.jpg) repeat-x;
	border:1px solid #56aa11;
	font:bold 14px Arial;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
	}
.linkbutton a { float:left; }
.linkbutton a:hover { background:#f68400 url(images/buttonhoverbg.jpg) repeat-x; border:1px solid #f68400; }

</style>
