a:link {
	color: #0000a0;
	text-decoration: none;
}

a:visited {
	color: #0000a0;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

a.mainnav {
	font-family: tahoma, verdana, arial;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
a.mainnav:hover {
	font-family: tahoma, verdana, arial;
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;

}
a.subnav {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a.subnav:hover {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;

}
a.recentnewslink {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a.recentnewslink:hover {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;

}
body {
	text-align: left;
	font-family: tahoma, verdana, arial;
	font-size: 16px;
}

#QOD { 
	text-align: center; 
	font-size: 16px; 
	color: #333355; 
}

#wrapper {
    display: block; 
    border: 1px #a2a2a2 solid;
    width:90%; 
    margin:0px auto;
}

#header {
    border: 2px #a2a2a2 solid;
}

#content {
    width: 75%;
    border: 2px #a2a2a2 solid;
    float: left;
}

#sidebar {
    width: 23%;
    border: 2px #a2a2a2 solid;
    float: right;
}

#delimiter {
    clear: both;
}

#footer {
    border: 2px #a2a2a2 solid;
}

#archives a:link {
	color: #0000a0;
	text-decoration: none;
}

#archives a:visited {
	color: #0000a0;
	text-decoration: none;
}

#archives a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

.title1 {
    font-size: 20pt;
    font-family: tahoma, verdana, arial;
    color: #3c3c3c;
    text-align: left;
    margin-left: -2px;
}
.title2 {
    font-size: 20pt;
    font-family: tahoma, verdana, arial;
    color: #3c3c3c;
    text-align: right;
    margin-right: -2px;
}
.mainnav {
	font-size: 20px;
}
.adbg {
	background-image:url('/images/adbg.png');
}
.boxtitle {
	font-size: 20px;
	background-image:url('/images/boxtitlebg.png');
}
.titlepad {
	margin-left: 5px;
}
.pagebody {
	font-size: 16px;
	margin-top: 5px; 
	margin-right: 2px;
	margin-left: -2px;
}
.boxbg {
	background-image:url('/images/boxbg.png');
	background-repeat:repeat-x;
}
.recentnews {
	margin-top: 5px; 
	margin-left: -20px;
}
.scripture {
	margin-top: 10px; 
}
.newstitlebg {
	background-color: #d4d4ec;
}
.newstitle {
	font-size: 20px;
}
.newsdate {
	font-size: 14px;
}
.newsbody {
	background-color: #eeeeee;
	front-weight: bold;
}
.footer {
	font-size: 14px;
}
.submitbutton { 
	font-size: 16px;
	background-color: #efefef;
	border: 1px solid #666;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #000;
	text-decoration: none;
}
.submitbutton:hover { 
	font-size: 16px;
	background-color: #dcdcdc;
	border: 1px solid #0000FF;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #000;
	text-decoration:none;
}