body, a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000;
	font-size:14px;
	line-height:150%;
}

a:focus {
	outline: 1px dotted invert;
}

div.hr{
	width:100%;
	height:2px;
	margin:0 0 20px 0;
	padding:0;
	background:url(../images/horiz_rule.gif) left;
	clear:both;
}

hr {
	border:none;
	height:2px;
	background:url(../images/white_hr.gif) repeat-x;
}

p{
	margin-top:15px;
}

#footer {
	color:#FFF;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 40px;
	font-weight:bold;
	color:#263b50;
}

h2 {
	font-size: 23px;
	color:#666;
	margin-bottom:20px;
}

h3 {
	font-size: 18px;
	margin-top:20px;
	color:#666;
}

h3 span{
	font-size:14px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style:none;
}

li {
	margin-left: 24px;
	margin-bottom:2px;
}
