@charset "UTF-8";
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: #000000;
	background-image:url(../images/bg.gif);
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	font-weight:normal;
	background-color: #f6ebde;
	background-repeat: repeat-x;
}
#container {
	width: 958px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}
.bl, .br {
  width: 12px;
  height: 12px;
  padding: 0px;
  border: 0px;
  z-index: 99;
}
.bl { float: left;  clear: both; }
.br { float: right; clear: right; }
.bl { margin: -12px  0px  0px  0px; }
.br { margin: -12px  0px  0px  0px; }
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3, h4 {
	margin-top: 0px;
	font-weight: normal;
	color:#b83d68;
}
h2 {
	margin-top: 15px;
}
h4 {
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #999;
	text-transform:uppercase;
	font-size: 110%;
}
.space {
	clear:both;
}
.floatr {
	float:right;
}
.floatimgr {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.col {
	width:479px;
	float:left;
	margin:0px;
}
.colr {
	width:380px;
	float:right;
	margin:0px;
}
.colpadding {
	padding:15px;
}
a {
	color: #000;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
a:hover {
	color: #f00;
	text-decoration:underline;
	border:none;
}
a:click {
	color: #f00;
	text-decoration:underline;
	border:none;
}
img {
	border:0px;
}
li {
	line-height:140%;
}