﻿*, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; } /* * clears IE */
h1, h2, h3, h4, h5, h6 { font:100% "Palatino Linotype", "Book Antiqua", "Palatino", serif; }
ol, ul { list-style: none; }
em { font-style: normal; font-weight: normal; }
img { border: 0; }

html {
	text-align:center;
}
body {
	margin:0px auto;
	font:10pt "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#000;
	background-color:#EEE;
	text-align:justify;
}

h1 {
	padding-bottom:5px;
	font-size:15pt;
	color:#01527a;
}

h2 {
	margin-bottom:10px;
	font-size:13pt;
	color:#444;
}

h3 {
}

p {
	margin:5px 0 0;
	padding:0 0 5px;
	line-height:1.6em;
}

a:link {
	color:#036;
	text-decoration:none;
}

a:hover {
	color:#888;
}

a:visited {
	color:#888;
}

#centerColumn {
	margin:20px auto;
	padding:10px;
	width:850px;
}

#header {
	background:#FFF url('../images/sticker1.jpg') no-repeat center left;
	margin:0;
	padding:0;
	height:200px;
	border-left:3px double #888;
	border-right:3px double #888;
	border-top:3px double #888;
}

#header_int {
	background:#FFF url('../images/sticker1.jpg') no-repeat center left;
	margin:0;
	padding:0;
	height:125px;
	border-left:3px double #888;
	border-right:3px double #888;
	border-top:3px double #888;
}

#header_int h1 {
	margin:48px 15px 0;
	text-align:right;
	line-height:1em;
}

#header_int h1 span {
	font-size:20pt;
	color:#BBB;
}

#header .copy, #header_int .copy {
	float:right;
	margin:0 10px 10px 10px;
	width:750px;
}

#header .copy p {
	padding:0 15px 0 30px;
}

#header .links, #header_int .links {
	text-align:right;
	margin-bottom:5px;
	color:#888;
}

#header .links a:link, #header .links a:hover, #header .links a:visited , #header_int .links a:link, #header_int .links a:hover, #header_int .links a:visited {
	font-size:7pt;
	color:#888;
	text-decoration:none;
}

#navMain {
	float:right;
	width:235px;
	margin-left:20px;
	padding:20px 0;
	font-size:9pt;
	background:#FFF url('../images/sticker2.jpg') no-repeat center right;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
}

#navMain li {
	margin:0;
	padding:5px 0;
	list-style:outside url('../images/arrow.jpg') none;
}

#navMain li a:link {
	color:#069;
}

#content {
	margin:0;
	padding:0;
	background-color:#FFF;
	border-left:3px double #888;
	border-right:3px double #888;
	border-bottom:3px double #888;
	border-top:5px solid #036;
}

#content h1 {
	margin:0 15px 10px 0;
	font-size:15pt;
	color:#444;
}

#content h2 {
	margin:15px 0 10px 15px;
	font-size:13pt;
	color:#444;
}

#content h3 {
	margin:15px 0 10px 0;
	font-size:13pt;
	color:#888;
}

#content p {
	margin:20px;
}
#content img {
	float:left;
	margin:0 20px 0 0;
}
#content ul li {
	margin:0 35px;
}

#content ul.readings {
	list-style:disc outside none;
	margin:0 25px;
}

#content ul.readings li {
	padding:10px 0;
}

#content ol li {
	margin:0 35px;
	padding:5px 0;
	list-style:decimal outside none;
}

#footer {
	text-align:center;
	font-size:8pt;
	color:#999;
}


