body  {
	margin: 0; /*  zero margin and padding of the body for different browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/background-bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24pt;
	color: #A65800;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	color: #361100;
}
#container  {
	width: 80%;
	text-align: left;
	margin: auto;
	background-color: #FFF;
} 
#head1 {
	text-align: center;
	font-size: 10px;
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
}
#header  {
	text-align: center;
	background-color: #FED100;
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	background-color: #1D0500;
	vertical-align: middle;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C2AD78;
	border-bottom-color: #C2AD78;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	margin-left: 5px;
	font-weight: bold;
	margin-right: 5px;
	border: thin ridge #FED100;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#navbar a:hover {
	color: #290A00;
	font-weight: bolder;
	background-color: #FED100;
}
#navbar a:active {
	color: #FF0;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #290A00;
}
#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
} 
#footer  {
	padding: 0 10px 0 20px;
	background-color: #1D0500;
	font-size: 10px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #CCC;
	border-right-width: thin;
	border-right-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4;
	padding-bottom: 4px;
	padding-left: 0;
	border-left-style: none;
	border-left-width: thin;
	margin-right: 5px;
}

#footer a:hover {
	color: #FFF;
	border-right-width: thin;
	border-right-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4;
	padding-bottom: 4px;
	padding-left: 0;
	border-left-style: none;
	border-left-width: thin;
	margin-right: 5px;

}

#copyright {
	float: right;
	font-size: 9px;
	margin: 5px;
	width: 250px;
	clear: both;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}
.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;
}
#Top {
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	cursor: ne-resize;
	background-image: url(images/cor1/nt.gif);
	background-repeat: repeat;
	position: relative;
	left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sbcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	text-align: center;
}

.sbcontent h3 {
	color: #006;
	font-size: 18px;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
}
.sbcontent h4 {
	color: #AC5B00;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}

.sb1top div {
	background-image: url(images/cor1/tl.gif));
	background-repeat: no-repeat;
	background-position: left top;
}
.sb1top {
	background-image: url(images/cor1/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sb1bot {
	background-image: url(images/cor1/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sb1bot div {
	background-image: url(images/cor1/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* height and width stuff, width not really nessisary. */
.sb1top div, .sb1top, .sb1bot div, .sb1bot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	cursor: nw-resize;
	background-image: url(images/cor2/nt.gif);
	background-repeat: repeat;
	position: relative;
	right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sb2top div {
	background-image: url(images/cor2/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sb2top {
	background-image: url(images/cor2/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sb2bot {
	background-image: url(images/cor2/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sb2bot div {
	background-image: url(images/cor2/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* height and width stuff, width not really necessary. */
.sb2top div, .sb2top, .sb2bot div, .sb2bot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.Volunteer {
	font-size: 10px;
}
#testa {
	background-color: #E8E8E8;
	margin: 4px;
	padding: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#testa img {
	float: left;
	margin: 4px;
	padding: 2px;	
	}
	
