/* General Elements */
.blogTitle{
  color: maroon;
  font-size: 12pt;
  font-weight:bold;
}

.blogDate{
  color:black;
  font-weight:bold;
}

.blogText{
  padding-top:8px;
}

a{
  color:maroon;
}

a:hover{
  color:silver;
}

body{
    background-color:black;
    background-image:url('images/site_bkg.jpg');
    background-repeat:repeat-x;
    background-position:top;
    margin: 0px;
    background-attachment: fixed
}

div.execCommittee{
	font-size:9pt;
	font-style:italic;
	padding-top:15px;
	padding-left:10px;
	text-align:left;
	border-top: solid 1px silver;
	margin-top:15px;
	line-height:1.3em;
}

img{
    border: none;
}

img.speaker{
	border: solid 1px black;
	margin: 5px;
}

img.speaker2{
	border: solid 1px black;
	margin-top:6px;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.newsPage{
	page-break-before:always;
}

h2.sectionTitle{
  color:black;
  font-size:12pt;
  font-weight:bold;
}

h3.sectionTitle{

}

span.scriptureRef{
  color:#9e0000;
  font-size:10pt;
  font-family:"times new roman", georgia, arial;
}

div, span, td{
    font-family:arial;
    color:black;
}

div.homeText{
  line-height:1.5em;
  font-size:10pt;
  text-align:left;
  vertical-align:top;
}

div.normalText{
  line-height:1.5em;
  font-size:10pt;
  text-align:left;
  vertical-align:top;
  padding-right:10px;
}

div.tlMenu{
  text-align:left;
  padding-left:20px;
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:dotted 1px white;
  width:200px;
}

div.pageHeader{
  width:100%;
  color:#9e0000;
  font-size:18pt;
  padding-bottom:5px;
  padding-top:10px;
  margin-bottom:20px;
  border-bottom:solid 1px black;
  text-align:left;
}

table{
	border: none;
}

td.topLeftMenu{
  background-image: url('images/top_menu1_bkg.jpg');
  background-repeat: no-repeat;
  height:197px;
}

td.topLeftMenu a{
  color:silver;
  text-decoration:none;
  font-size:12pt;
  font-family: arial;
}

td.topLeftMenu a:hover{
  color:white;
}

td.topRightMenu{
  background-image: url('images/top_menu2_bkg.gif');
  background-repeat: repeat-x;
  height:45px;
}

td.conferenceMenuCell{
	width:auto;
	text-align:center;
	vertical-align:top;
	background-color:#eee6d9;
	padding-left:10px;
	height:500px;
	padding-top: 0px;
}

td.conferenceContentCell{
	padding-left:10px;
	padding-right:10px;
	width:620px;
}

table.mainContentTable{
	width:100%;
	margin-left:0px;
}

table#trMenu td{
  vertical-align:middle;
  text-align:center;
  padding-left:10px;
  padding-right:10px;
}

table#trMenu td a{
  font-family:arial;
  font-size:9pt;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

table#conferenceMenu{
	margin-top:30px;
}

table#conferenceMenu td{
	height:30px;
	text-align:left;
	vertical-align:middle;
}

table#conferenceMenu td a{
	color:#528732;
	font-size:9pt;
	font-weight:bold;
}

table#conferenceMenu td a:hover{
	color:#55340b;
}

table#trMenu td a:hover{
  color:silver;
  text-decoration:none;
}


input.text{
    border: solid 1px silver;
}

input.button{
    border: solid 1px black;
    background-color:silver;
}

input.radio{

}

input.checkbox{

}

textarea{
    border:solid 1px silver;
}

select{
    border:solid 1px silver;
}

span.subTitle{
	color:black;
	font-size:16pt;
	text-decoration:underline;
}

table#regForm tr{
	vertical-align:top;
	text-align:left;
}

table#regForm td{
	height:25px;
}

table.pmtTable td{
	border:dotted 1px gray;
}

table.partnerListing td{
	width:50%;
	padding:0px 10px 15px 0px;
	text-align:left;
	vertical-align:top;
}

div.sectionHeader{
	font-size:14pt;
	color:#c20000;
	border-bottom:dotted 1px #c20000;
	padding-bottom:2px;
	margin-bottom:10px;
}

#trMenu{
	margin-right:auto;
}
