/* Element selectors */
body {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #dfe0da url("../images/mainBg.gif");
	line-height: normal;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.3em;
}
a {
	color: #e04c72;
}
a:link, a:visited {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
a:hover, a:active {
	text-decoration: underline;
}
/* common class selectors */

.hidden {
	display: none;
}
img.left {
	float: left;
	padding: 0 .5em .5em 0;
}
img.right {
	float: right;
	padding: 0 0 .5em .5em;
}
.small {
	font-size: .8em;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.clear {
	clear: both;
	overflow: auto;
}
.padT {
	padding-top: 1em;
}
.padR {
	padding-right: 1em;
}
.padB {
	padding-bottom: 1em;
}
.padL {
	padding-left: 1em;
}
.required {
	color: #f00;
}

/* ID selectors */
#wrapper {
	width: 973px;
	background-color: #fff;
	background-image: url(../images/wrapperBg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header #strap {
	background: url("../images/strap.gif") top left no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header #strap a {
	display: block;
	height: 74px;
	overflow: hidden;
	text-indent: -9999px;
	width: 972px;
}
#header h1 {
	height: 247px;
	margin: 0;
	margin-left: 6px;
	text-indent: -9999px;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainNav li a:hover, #mainNav li a:active, #mainNav li a.selected {
	background: #eee;
}
