html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong, b {
	font-weight: bold;
}
body {
	background: url(../images/bg.gif) top left repeat;
	text-align: center;
	font-size: 13px;
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #555;
	line-height: 140%;
}
a {
	color: #416580;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#linkbar a#lostlink {
	float: right;
	font-size: 12px;
	padding-top: 8px;
}
#linkbar a#lostlink:hover {
	background: none;
}
#bodycontent h2 {
	font-size: 16px;
	color: #416580;
	font-weight: bold;
	width: 342px;
	text-align:right;
	clear: right;
	position: relative;
	top: 17px;
	margin-left: 30px;
}
#bodycontent p, #bodycontent div {
	width: 491px;
	margin-right: 30px;
	float: right;
	clear: right;
	margin-bottom: 1em;
}

#bodycontent ul {
	width: 491px;
	margin-right: 30px;
	float: right;
	clear: right;
	margin-bottom: 1em;
}
#bodycontent ul li {
	margin-left: 1.2em;
}

#bodycontent div ul {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 0;
}
#bodycontent div ul li {
	margin-left: 0;
}

#backgroundoverlay {
	background: url(../images/bg-fade.gif) top left repeat-x;
}
#containerwithdropshadow {
	background: url(../images/whitewithdropshadow.png) top left repeat-y;
	width: 950px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}
#bodycontent{
	clear: both;
}
#header #logoarea {
	padding: 26px 50px 10px 50px;
	width: 510px;
	float:left;
}
#header #contactarea {
	padding: 35px 50px;
	color: #416580;
	width: 238px;
	background: #F3F7F9;
	font-size: 12px;
	line-height: 100%;
	float: right;
}
#header #picturebar {
	clear: both;
	border-top: 4px solid #D2DEE7;
	border-bottom: 4px solid #D2DEE7;
	background: url(../images/picturebar.jpg) center center #94B4C9;
	height: 166px;
}
small {
	display: block;
	clear: both;
	padding-top: 15em;
	padding-bottom: 1em;
	font-size: 11px;
	text-align: center;
}
#linkbar {
	background: #D2DEE7;
	padding-bottom: 0px;
	text-align: left;

}
#linkbar a {
	padding: 10px 25px 13px 25px;
	margin-left: 25px;
	font-size: 14px;
	display: block;
	font-weight: normal;
	float: left;
}
#linkbar a:hover {
	text-decoration: none;
	background: #DFE8EF;
}
#linkbar a#active {
	text-decoration: none;
	background: #FFFFFF;
	color: #626262;
}
#bodycontent p.attribution {
	width: 300px;
	float: right;
	margin-top: 0;
}

/*  All of this clearfix business is to make sure floated elements are contained
    properly within their containing divs. */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

