@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(bodybg.gif) repeat-x top left #ffffff;
	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;
}
body, table {
	font-size: 12px;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
p {
	line-height: 1.5em;
	color: #333;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 4px;
	margin-top: 10px;
	background: #ffffff;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0;
	background: url(footer_bg.gif) repeat-x top left;
	text-align: center;
	border-bottom: 4px solid #96dc1c;
	margin-top: 10px;
	font-size: 11px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #footer .ftitle {
	background-image: url(foothead.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-bottom: 4px;
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


/*box 1 */
.box1 .box1top {
	background-image: url(box1top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #38059E;
	padding: 6px 2px;
	text-align: center;
}
.smallertext {
	font-size: 0.9em;
}
.smallertext A {
	text-decoration: none;
}
.smallertext A:hover {
	color: #900;
	text-decoration: underline;
}

.box1 .box1content {
	background-image: url(box1bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.box1 .box1bottom {
	background-image: url(box1bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.box1 {
	width: 176px;
	margin: 0 2px;
}
.box1 .box1content ul {
	margin: 0px;
	list-style-type: none;
	padding: 1px;
}
.box1 .box1content ul li a {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border: 1px solid #dcf0b8;
	font-size: 11px;
	padding-left: 8px;
}
/*box 1 end */

/*box 2 */
.box2 {	width: 310px;	margin: 0 2px;}
.box2 .box2top {	background-image: url(box2top.gif);	background-repeat: no-repeat;	background-position: center top;	font-weight: bold;	color: #FFF;	padding: 6px 2px;	text-align: center;}
.box2 .box2content {	background-image: url(box2bg.gif);	background-repeat: repeat-y;	background-position: center top;}
.box2 .box2bottom {	background-image: url(box2bottom.gif);	background-repeat: no-repeat;	background-position: center top;}
.box2 .box2content .box2inner {	background-image: url(box2bg_inner.gif);	background-repeat: repeat-x;	background-position: center top;	margin: 0 4px;}
/*box 2 end */

/*box 3 */
.box2 {	width: 310px;	margin: 0 2px;}
.box3 .box3top {	background-image: url(box3top.gif);	background-repeat: no-repeat;	background-position: center top;	font-weight: bold;	color: #38059E;	padding: 6px 2px;	text-align: center;}
.box3 .box3content {}
.box3 .box3bottom {	margin-bottom:4px }
.box3 .box3content ul {	margin: 0px;	list-style-type: none;	padding: 1px;}
.box3 .box3content .box3inner {	background-image: url(box3_bg.gif);	background-repeat: repeat-x;	background-position: center top;	margin: 0 4px;}
.box3 .box3content ul li a {	text-decoration: none;	padding: 4px 0px; margin:0 10px; display: block;	border-bottom: 1px solid #85bd27;	font-size: 11px; color:#333	}
/*box 3 end */

/*box li */
.boxli {	width: 670px;	margin: 0 3px;}
.boxli .boxlitop {	text-align:center;}
.boxli .boxlicontent {background-image: url(boxli_bg.gif);	background-repeat: repeat-y;	background-position: center top; padding:10px}
.boxli .boxlicontent .boxliinner {
	background-image: url(box2bg_inner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:4px
}
.boxli .boxlibottom {	background-image: url(boxli_bottom.gif);	background-repeat: no-repeat;	background-position: center top;}
/*box li end */

