body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	background:#000;
	margin:10px 0px 0px 0px;
	color:#000;
	line-height:18px;
	}
p, div, td {
	font-size:12px;
	line-height:18px;
	}
h1 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:14px;
	font-variant:small-caps;
	text-align:center;
	}
h3 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:14px;
	font-variant:small-caps;
	margin:36px 0px 0px 0px;
	padding:0px;
	line-height:0px;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
/* Layout */
#wrapper {
	width:800px;
	position:relative;
	text-align:left;
	margin:auto;
	}
#content {
	float:left;
	width:560px;
	min-height:600px;
	background:#f4f2dd;
	}
* html #content {
	height:600px;
	}
#rightNav {
	float:right;
	width:240px;
	min-height:600px;
	background:#000;
	}
.logo {
	float:right;
	margin:216px 28px 0px 0px;
	}
.logo_sm {
	float:left;
	margin:36px 0px 0px 18px;
	}
#topDag {
	float:left;
	width:560px;
	height:30px;
	margin-top:36px;
	background:url(images/daggers.gif) no-repeat;
	}
#botDag {
	float:left;
	clear:both;
	width:560px;
	height:30px;
	margin:36px 0px 36px 0px;
	background:url(images/daggers-rev.gif) top no-repeat;
	}
* html #botDag {
	background:url(images/daggers.gif) top no-repeat;
	padding-bottom:36px;
	}
.button {
	border:1px dotted #000000;
	background:#f4f2dd;
	}
.footer {
	width:800px;
	clear:both;
	height:400px;
	}
.footer-home {
	width:800px;
	clear:both;
	height:0px;
	}
.tb_margin {
	margin-top:14px;
	}
/* Content Areas */
#mainContent {
	width:360px;
	min-height:395px;
	float:left;
	margin:26px 0px 0px 100px;
	}
* html #mainContent {
	margin:26px 0px 0px 49px;
	}

/* Right Navigation */
#mainNav {
	margin:252px 0px 0px 18px;
	padding:0px;
	line-height:0px;
	list-style-type:none;
	}
ul#mainNav li {
	line-height:0px;
	}
ul#mainNav li a {
	margin:0px;
	padding:0px;
	line-height:0px;
	}
ul#mainNav li a:hover {
	padding-right:30px;
	background:url(images/glyph.gif) no-repeat right top;
	}