body {
	background: url(images/bodyBkg.gif) repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 155%;
	color: #F6F5EB;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
#wrap {
	position: relative;
	width:756px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: 3px solid #001A53;
	border-right: 3px solid #001A53;
	background: url(images/footerBkg.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	background: #000000;
	color: #FFFFFF;
	clear: both;
}
#contentWrap {
	background: url(images/contentBkg.gif);
	padding-top: 30px;
	padding-bottom: 30px;
}
#open {
	clear:both;
	height: 2px;
}
#content {
	width: 428px;
	border-right: 2px dotted #EBE6DA;
	float: left;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	clear: left;
}
#contRight {
	float: right;
	padding-left: 20px;
	text-align: right;
	padding-right: 20px;
	clear: right;
	font-size: 10px;
	line-height: 18px;
}
#navBar {
	background: url(images/navBkg.gif) repeat-x;
	clear: both;
	height: 26px;
}
#navBar a {
	margin-left: 20px;
	display: block;
	float: left;
}
#footer {
	text-align: right;
	font-size: 80%;
	color: #C8CEE4;
	padding-right: 20px;
}
.left20 {
	margin-left: 20px;
}
a, a:visited, a:active {
	color: #EBE6DA;
	text-decoration:underline;
}
a:hover {
	color: #DCCCB7;
	text-decoration:none;
}
h1 {
	font-size: 150%;
	color:#F6EFC9;
	font-weight: normal;
}
