/* CSS for Word and Spirit Ministries */

body {
text-align:center; /* centre hack */
font-size: 100%; /* set base font size relative to browser default */
}

#wrap {
min-width:47.5em;
max-width:61.5em;
width:auto !important; /* IE6 hack */
width: 61.5em; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
background-color:#ffffcc;
}

body {
background-color:#ffffcc ;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: #000099;
}

#logotext {
  font-family: Arial, Helvetica, sans-serif italic bold ;
  font-size: 1em;
  font-style:italic;
  font-weight: bold;
  padding: .5em;
}
div#nav{
  width:100%;
}
  
div#nav ul {
    margin: 0px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: .8em;
 	font-weight: bold;
  	text-decoration:none;
  	color: #ffffcc;
	background-color:#993300;
  	line-height: 1em;
	white-space: nowrap;
	}

div#nav li {
 	list-style-type: none;
    display:inline;
	}

div#nav li a {
  padding: 0px 5px;
  text-decoration:none;
	}
		
div#nav li a:link, li a:visited  {
  color: #ffffcc;
}

div#nav li a:hover {
	color: #993300;
	background-color: #ffffcc;
}

h1, h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000099;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #000099;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000099;
}
#formbox {
border-style:solid;
border-width:1px;
padding:1em 1em 1em 1em ;
margin-left:5em;
margin-right:5em;
}

/* css for seminars on front page */
div#seminars {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration:none;
}

div#seminars ul {
    margin: 0px;
	padding: 0px; 
	color: #ffffcc;
}
	
div#seminars li {list-style-type: none; line-height: 150%; }

div#seminars li a {
  padding: 0px 5px;
  text-decoration:none;
  }

div#seminars li a:link {
	color:#993300;
	background-color: #ffffcc;
}
div#seminars li a:visited {
  color: #993300;
  background-color: #ffffcc;
}
div#seminars li a:hover {
    color: #ffffcc;
	background-color: #993300;
}

div#seminars li a.nolink:hover  {
    color: #993300;
  	background-color: #ffffcc;
	width:200px;
}
/* css for indented quotations */
#indent {
margin: 0 3em 0 3em 
}

/* css for columns */
#columscontainer{
float: left;
width: 100%;
}

/* equal columns (for Events) */
#leftcolumn{
float: left;
width: 30.5em ;
text-align: left;
}

#rightcolumn{
padding:1px 0px 0px 0px ;
margin: 0 .5em 0 31em ;
text-align: left;
}

/* unequal columns (for front page) */
#leftcolumnfp{
float: left;
width: 24em;
text-align: left;
}

#rightcolumnfp{
margin: 0 .5em 0 24.5em ;
}



