body{ 
	padding: 0 5px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	width:720px;
}
div {
	font-size:13px;
}

h1, h2, h3, h4 {
	font-weight: 200;
	color:#006699;
}
h1{
	margin:15px 0px;
}
h2{
	margin:10px 0px;
}
p.subtitle{
	font-variant:small-caps;
	font-weight: bold;
	color:#555;
	font-size:12px;
	margin:0px;
}
p.light{
	margin:10px 0px;
	color:#555;
	font-size:10px;
}
table{
	border-collapse:collapse;
	margin:10px 0px;
}
td{
	padding:0px 5px;
	vertical-align: top;
}
td.header {
	border-right:1px solid #CCC;
	color:#3385AD;
}
th {
	color:#3385AD;
	text-align:left;
	border-bottom:2px solid #CCC;
}
table.long tr {
	border-bottom:1px dotted #CCC;
}
table.simple td{
	padding:0px 5px;
	vertical-align: top;
}
table.simple td.header {
	border-right:1px solid #CCC;
	color:#000;
	font-weight: bold;
	width:25%;
}

a{
	color:#E0321B;
	text-decoration: none;
}
a:hover
{
background-color:#D6E0E5;
} 
ol {
	padding:0px 20px;
	margin:0;
}
dt {
	font-weight: bold;
	float: left; 
	width: 75px;
	clear:left;
}

dd {
	margin-left: 80px;
	padding: 0px 0px 10px 10px;
}
#content{
	background-color:white;
	position:relative;
	float:left;
	width:720px;
}
#content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
.section{
	position:relative;
}

#nav{
	border:1px  dotted grey;
	padding:10px;
	background-color:#E6F0F5;
	font-variant:small-caps;
	font-weight: bold;
}
.clear{
	clear:left;
}
.emph {
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#footer {
	margin:5px;
	padding:0;
	font-size:10px;
	font-weight: bold;
	background-color:#DDD;
}	