body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
/* Specific document-type identifiers */
#vvbc-document {}

.for-screen-readers-only {
	display: none;
	}	

#full-document-container {
	background: url("http://www.nmsu.edu/images/sidebar_bkgd7.gif") repeat-y;
	}
	
/*	------------------------------
	HEADER
	------------------------------
*/	

#header-container {
	margin-top: -3px;
}

#header-contents {}
	
#header-text {	
	background: #FFEFD5 url("http://www.valley-viewbaptistchurch.net/images/header2.gif") 129px 17px no-repeat;
	
	height: 60px;
	text-indent: -500px;
	border-top: 10px solid #882345;
	border-bottom: 10px solid #882345;
	}		

/*	------------------------------
	NAVIGATION
	------------------------------
*/	
	
#navigation-container {
	float: left;
	width: 240px;
	}

#navigation-contents {
	padding: 25px 0;
	width: 239px;
	}
	
#local-nav {
	}
	
.nav-header {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: .3em 10px;
	margin: 0 0 -2px 0;
	}	

.nav-header-link a {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: .3em 10px;
	margin: 6px 0 -2px 0;
	}	

.nav-header-link a:link,
.nav-header-link a:visited {
	color: #333399;
	text-decoration: none;
	}
	
.nav-header-link a:hover {
	background-color: #882345;
	color: #fff;
	}

.nav-link-list ul {
	list-style-type: none;	
	margin: -3px 0 0 0;
	padding: 0;
	}

.nav-link-list li {
	font-size: 85%;
	margin: 0 0 -3px 0;
	padding: 0;
	line-height: 1.5em;
	}

.nav-link-list a {
	display: block;
	margin: 0;
	padding: .3em 5px .3em 20px;
	width: 214px;
	}

.nav-link-list a:link, .nav-link-list a:visited {
	color: #000;
	text-decoration: none;
	}

.nav-link-list a:hover {
	background-color: #882345;
	color: #fff;
	}
	
/*
	creates a second level of navigation links when a list is nested inside another list
*/	
.nav-link-list li ul a {
	font-size: 110%;
	padding-left: 40px;
	width: 204px;
	}	

/*	------------------------------
	MAIN DOCUMENT
	------------------------------
*/	

#main-document-body-container {
	margin-left: 240px;
	padding-bottom: 10px;
	}
	
#main-document-body-contents {
	}
	
#main-document-body-contents a {
	color: #003591;
	text-decoration: none;
	font-weight: bold;
	}
	
#main-document-body-contents a:hover {
	text-decoration: underline;
	}	
	
/*
	Primary contents
*/	

#primary-content-container {
	padding: 10px 2.5em 0 2.5em;
	}
	
#primary-content-contents {}		
	
/*	------------------------------
	FOOTER
	------------------------------
*/

#footer-container {
	background-color: #fff;
	border-top: 10px solid #882345;
	clear: both;
	margin: 0;
	padding: 10px 0 20px 10px;
	}	

#footer-contents {
	color: #333;
	font-size: 75%;
	}
	
/*	------------------------------
	BLOCK LEVEL ELEMENTS
	------------------------------
*/


	
h1 {
	color: #333399;
	border-bottom: 1px solid #999;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

p {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
	margin: 0;
	padding: 5px 0;
	}
	
td, th {
	font-size: 90%;
	line-height: 1.7em;
	color: #333;
	}	
	
dd {
	line-height: 1.7em;
	font-size: 90%;
	color: #333;
	padding-bottom: 5px;
	}
	
dd p {
	font-size: 100%;
	}	
	
dt {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.6em;
	color: #333;
	}		
	
li {
	font-size: 90%;
	color: #333;
	line-height: 1.4em;
	padding-bottom: 5px;
	}	
	
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	}	
	
li ul {
	font-size: 110%;
	}	

/*
	Nota bene
*/

.nb {
	font-size: smaller;
	font-style: italic;
	}
	
/*
    Subheading - Allows for a subheading on a header.  Wrap the subheading
    in a <span> inside the <h1></h1> (or whatever) tags.
*/

.subhead {
	display: block; 
	font-size: 80%; 
	}

/*
	Zebra tables - This allows you to have tables that have alternately-colored rows.
    Apply the 'zebra-table' class to the table itself, and apply the class 'zebra-row'
    to the even-numbered rows (in other words, every other row starting with the second).
*/

.zebra-table {

    margin-left: 2px;
    border-collapse: collapse;
    border: 1px solid #882345;
    color: #333;
    background-color: #fff;
	}

.zebra-table thead {
    border-bottom: 1px solid #882345;
    background: #882345;
    color: #fff;
	}

.zebra-table tfoot {
    border-top: 1px solid #882345;
    font-size: 85%;
    color: #666;
	}


.zebra-table td {
    padding: 4px 10px;
	}

.zebra-table thead th {
    padding: 4px 10px;
    color: #fff;
	}

tr.zebra-row {
	background: #FAF0E6;
/*
    background: #FFEFD5;
*/	
    border: 1px solid #882345;
    color: #333;
	}

	
