html {
	margin-bottom: 1px;
	height: 100%;
	color: #666;
	background: #FFF url(/images/bg.gif) repeat-x;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size:68.75%; /* Base of 11 */
	margin: 0px 0px 0px 0px;
	height: 100%;
	color: #666;
}
a:link {
	color: #ed2b57;
}
a:visited {
	color: #ED2B57;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #0099CC;
}
div.hr {
	height: 20px;
  	background: #FFF url(/images/dots.gif) repeat-x scroll center;
	color:#444;
}
div.hr hr { display: none; }

/* Font */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.82em;
	letter-spacing:-1px;
	font-weight:normal;
	background:url(/images/dots.gif) bottom left repeat-x;
	color:#444;
	padding-bottom: 5px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	letter-spacing:-1px;
	font-weight:normal;
	color:#74743D;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.pink {
	color: #ed2b57;
}
#topHead {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
	height: 225px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	float:left;
	padding: 13px 13px 7px 0px;
}
/*ed2b57*/
#menu a {
	color: #FFF;
	background-color: #000;
	display: block;
	text-decoration:none;
}
#menu a:hover {
	color: #ed2b57;
	background-color: #000;
}
#menu a.selected {
	color: #ed2b57;
	background-color: #000
}
#logo {
	float: left;
	width: 50%;
	margin: 34px 0px 0px 0px;
}
#pageTitle {
	float: left;
	width: 50%;
}
#pageTitle h2 {
	font-size: 2.1em;
	color: #d7d7d7;
	letter-spacing: 0px;
	margin: 34px 0px 0px 0px;
}
#middle {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
}
#leftCol {
	width: 466px;
	float: left;
}
#rightCol {
	width: 307px;
	float: right;
}
p.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.36em;
	background:url(/images/bullet.gif) top left no-repeat;
	color:#9A9A52;
	padding: 0px 0px 6px 28px;
}
#leftCol p.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.36em;
	background:url(/images/bullet.gif) top left no-repeat;
	color:#9A9A52;
	padding: 0px 0px 6px 28px;
}
#footer {
	color: #9a9a52;
	background: #f6f7ef url(/images/footbg.gif) repeat-x;
	padding: 10px;
	height: 240px;
	min-width: 800px;
}
#footer h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.36em;
	letter-spacing: 0px;
	color:#9A9A52;
	background: url(/images/footDot.gif) bottom left repeat-x;
	padding-bottom: 10px;
}
#footerWrap {
	width: 800px;
	margin: 0 auto;
	padding-left: 8px;
}
#footLeft {
	float: left;
	width: 30%;
}
#footMiddle {
	float: left;
	width: 30%;
	padding-left: 37px;
}
#footRight {
	float: left;
	width: 30%;
	padding-left: 37px;
}
#footer dt {
	font-weight: bold;
	padding-top: 5px;
}
#footer a {
	color: #9a9a52;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color: #ed2b57;
}
#footer label {
	font-weight: bold;
}
#footer input {
	background-color: #e3e4dc;
	border: 1px solid #9a9a52;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	padding: 2px;
	color: #5f5f31;
}
#footer input.addressBox {
	width: 199px;
}
#footer .submitBtn {
	text-align:right;
	padding-top: 8px;
}