body {
	margin: 3em auto 3em 2%;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #FFF;
	}

	
/*typography*/
h1 {
	font-size: 2.0em;
	font-weight: bold;
	}
h2 {
	font-size: 1.6em;
	margin: .5em 0em .3em 0em;
	font-weight: bold;
	color:#9E1318;
	}
h3 {
	font-size: 1.4em;
	color:#02306E;
	margin: 1em 0 0 0;
	font-weight: bold;
	}
h4 {
	font-size: 1em;
	margin: 0 0 1em 0;
	font-weight: bold;
	color:#000;
	}
h5 {
	font-size: 1.4em;
	color:#02306E;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
em {
	font-weight:bold;
	color:#02306E;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom:1em;
	display:block;
	}
	

/*Link Styling*/
a:link {
	text-decoration: none;
	font-weight: normal;
	color:#708090;
	}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#708090;
	}
a:active {
	text-decoration:none;
	font-weight:normal;
	color:#708090;
	}
a:hover {
	text-decoration: none;
	border-bottom:1px dashed #B2B2B2;
	background-color:#F5F5F5;
	color:#708090;
	}
	

/*Navigation*/
#nav {
	margin-top:1em;
	margin-bottom:3em;
}

#subnav {
	margin-bottom:1.2em;
}


/*Content*/
#container {
	width:640px;
}

.imgleft {
	float:left;
	border:1px black solid;
	margin:0 1em .5em 0;
}

.imgright {
	float:right;
	border:1px black solid;
	margin:0 0 .5em 1em;
}

.rule {
	width:640px;
	border-bottom:1px dashed #999;
	padding-bottom:.5em;
	margin-bottom:3.8em;
	clear:both;
}

.rule a:hover {
	border-bottom:0;	
}

.rule2 {
	width:640px;
	border-bottom:1px dashed #999;
	padding-bottom:2em;
	margin-bottom:3.8em;
	clear:both;
}

ul {
	padding-left:1em;
}
ul li {
	margin-bottom:.3em;
}

#sybil .imgleft {
	margin-right:2em;
}
.clear {
	clear:both;
}
#footer {
	border-top:1px solid #999;
	margin-top:5em;
	width:640px;
	font-size:.8em;
	clear:both;
}
#masthead {
	margin-left:-17px;
}
.sold {
	text-decoration:line-through;
}
.red {
	color:#9E1318;
}



/* NEW DESIGN */
body { background-color:#EEEEEE; margin:3em 0; }
#container { margin:0 auto; padding:20px 30px 20px 30px; background-color:#FFFFFF; }
