@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);

body {
    background-color: #ffffff;
    font-family: 'Libre Baskerville', serif;
    color: #858585;
    font-size: 12px;
}

p {
	margin: 0px;
	margin-bottom: 20px;
	line-height: 200%;
	font-style: normal;
}

p.noItalic {
	margin: 0px;
	line-height: 200%;
	font-style: normal;
}

ol {
    list-style-type: lower-roman;
    list-style-position: outside;
    margin: 0px;
    margin-bottom: 20px;
	line-height: 200%;
	font-style: normal;
}

ol li {
	font-style: normal;
	margin-bottom: 5px;
}

ul {
    list-style-type:  circle;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    padding-left: 17px;
    margin-bottom: 20px;
	line-height: 200%;
	font-style: normal;
}

ul.noMargin {
	margin-bottom: 0px;
}

ul li {
	font-style: normal;
	margin-bottom: 5px;
}

ul li.extraSpace {
	font-style: normal;
	margin-bottom: 15px;
}


dl {
    margin: 0px;
    margin-bottom: 20px;
	line-height: 200%;
}

a:link {
	color: #858585;
}

a:visited {
	color: #858585;
}

a:hover {
	color: #bbbbbb;
}

a:active {
	color: #bbbbbb;
}

iframe {
	margin: 0px;
	padding: 0px;
	display: block;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

table, th, td {
	border: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-weight: normal;
	border-collapse: collapse;
}

tr.border {
	border-bottom: 1px solid black;
}

th.footer {
	padding: 0px;
	vertical-align: middle;
}

#main {
	position: absolute;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#menu {
	position: relative;
	width: 825px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#content {
	position: relative;
	width: 825px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#footer {
	position: relative;
	width: 825px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
}