@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FAFBFB url('images/bar.jpg') repeat-x;
	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;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF url('images/header.jpg') no-repeat top center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-left: 2em;
}
.sitebox {
	width: 20em;
	background: transparent;
	position: relative;
	padding: 0;
	margin: 1em 2em 0 0;
	float: left;
}
.sitebox p {
	margin: 0;
	padding: 1.5em 2em;
	font-size: 80%;
}
.sitebox a {
	text-decoration: none;
	color: #000000;
}
.sitebox a:hover {
	text-decoration: underline;
}
.flft {
	float: left;
}
.frt {
	float: right;
}
.spcls {
	border: #E2ECF8 solid;
	border-width: 1px 0 1px 0;
	margin: 1em auto;
	padding: 0;
	width: 80%;
	background: #0072bb;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
#header {
	height: 163px;
	background: #FFFFFF url('images/barhdr.jpg') repeat-x;
	text-align: center;
}
.spcls a {
	color: #FFFFFF;
	text-decoration: none;
}
.spcls a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.spcls p {
	padding: .5em 0;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	display: block;
}
.small {
	font-size: 60%;
	text-align: center;
	padding: 0.5em 0 5em 0;
}
.separator {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	height:1px;
}
.lgrad {background: transparent url(images/rgrad.jpg) repeat-y scroll 100% 0;}
.rgrad {background: transparent url(images/lgrad.jpg) repeat-y scroll 0 0;}
.lhdr {background: transparent url(images/rhdr.jpg) no-repeat scroll 100% 0;}
.rhdr {background: transparent url(images/lhdr.jpg) no-repeat scroll 0 0;}

.spcls-bl {background: url(images/spcls-bl.jpg) 0 100% no-repeat; }
.spcls-br {background: url(images/spcls-br.jpg) 100% 100% no-repeat;}
.spcls-tl {background: url(images/spcls-tl.jpg) 0 0 no-repeat;}
.spcls-tr {background: url(images/spcls-tr.jpg) 100% 0 no-repeat;}

.bl {background: url(images/bl.jpg) 0 100% no-repeat; }
.br {background: url(images/br.jpg) 100% 100% no-repeat;}
.tl {background: url(images/tl.jpg) 0 0 no-repeat;}
.tr {background: url(images/tr.jpg) 100% 0 no-repeat;}

.l {background: url(images/l.jpg) 0 0 repeat-y; }
.b {background: url(images/b.jpg) 0 100% repeat-x;}
.t {background: url(images/t.jpg) 0 0 repeat-x;}
.r {background: url(images/r.jpg) 100% 0 repeat-y;}
.siteboxclear {font-size: 1px; height: 1px; background-color: #FFFFFF;}

.boxtitle {
	color: #0072C0;
	background-color: #FFFFFF;
	padding: 0 .25em;
	float: left;
	font-weight: bolder;
	line-height: 1em;
	margin: 0 0 1em 1.5em;
}
