@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #6177c3;
}
#container {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topline {
	background-color: #FFF;
	height: 20px;
	width: 100%;
	text-align: right;
}
#contentmain {
	overflow: auto;
	background-image: url(../images/main-containter-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentleft {
	float: left;
	width: 180px;
	padding: 10px;
}
#nav a {
	font-size: 20px;
	color: #000080;
	text-decoration: none;
}
#nav a:hover {
	color: #020202;
	text-decoration: none;
}
#contentleft #smallprint a {
	font-size: 14px;
	color: #010101;
	text-decoration: none;
	text-align: center;
}

#contentright {
	padding: 10px;
	float: right;
	width: 740px;
	font-size: 16px;
	line-height: 21px;
}
#contentright h3 {
	font-weight: normal;
	color: #6177C3;
	padding-bottom: 12px;
}

#footer {
	background-color: #000080;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentmain h1 {
	color: #000080;
	padding-bottom: 12px;
	font-size: 20px;
}
#contentmain p {
	padding-bottom: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
ol {
	padding-left: 10px;
	margin-left: 10px;
}
ol li {
	padding-bottom: 12px;
}
#devotionallist {
	font-size: 12px;
	background-color: #E9E9E9;
	padding: 6px;
	float: right;
	width: 130px;
}
.smallprint {
	font-size: 10px;
	font-style: italic;
	color: #27349C;
}
.devdate {
	font-size: 12px;
	font-style: italic;
	color: #5365B7;
}
.devtitle {
	font-size: 18px;
	font-weight: bold;
	color: #010101;
}

#devotionallist a {
	color: #6177C3;
	text-decoration: none;
	padding-left: 12px;
}
#devotionallist a:hover {
	color: #00007E;
	text-decoration: underline;
}

