/* styles for the entry page sub pages bellisociety.org */

@import url(main.css);

#header {
	background-image:url(../img/...);
	background-color:#9e8383;
	margin:0;
	width: 747px;
	height: 170px;
	background-repeat: no-repeat;
}

#topline {
color:#ffffcc;
width: 100%;
	height: 50px;
	background-color:#380000;
	background-repeat: no-repeat;
}

#container {
border-top:1px solid #000;
border-right: 1px solid #ffffcc;
border-bottom: 1px solid #ffffcc;
border-left: 1px solid #ffffcc;
margin:0 auto 4px;
width: 98%;}

#maincontent {
color: #000;
background-color: #fff;
font-size:.9em;
width: 100%;
margin: 0;
padding: 0;
}


#content {
font-family:Times, "Times New Roman", serif;
font-size:1em;
margin: 0;
padding: 0 12px 0 12px;
width: 98%;}

#nav {
background-color:#330000;
height: 19px;
width: 100%; 
vertical-align: middle; 
 width: 535px;
 border-top: 1px solid #380000;
}


/* begin executive, board, members table */
table.members {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
border-collapse: collapse; 
border: 1px solid #000000;
margin-left:12px;
width:auto;
}

.members td {
padding: 3px 5px 3px;
border: 1px solid #C0DCC0;
border-collapse: collapse;
width: auto;
}

.members th {
color: #fff;
background-color:#808080;
margin: 0;
padding: 0;
width: auto;
}

.times {
color:#666666;
font-family:"Times New Roman", Times, serif;
margin-left: 20px;
margin-right: 20px;
text-align:right;
font-size:1.5em;}

/* end executive, board, members table */

/* EXECS table */
table.execs {
text-align:center;
color: #000;
background-color:#FFFFFF;
margin: auto;
width:80%;
border: none;
}

.execs td {
font-size: 1.1em;
padding: 5px 5px 5px;
background-color:#ecece9;
width: auto;
}

.execs th {
color: #000;
font-size: 1.2em;
font-weight:bold;
line-height:1.6em;
background-color:#ffffcc;
margin: 7px 0 0 0;
padding: 0;
width: auto;
}

/* end EXECS table */

/* begin Awards table */

table.awards{
text-align:center;
color: #000;
font-weight:bold;
margin: 12px;
width:550px;
border: none;
}

.awards td {
font-size: 1.2em;
background-color:whitesmoke;
padding: 7px;
width: auto;
border:none;
}

/* end Awards table */
/* begin presidents table */
table.pres{
text-align:center;
color: #000;
font-weight:bold;
margin: 12px;
width:600px;
border: none;
}

.pres td {
font-size: 1.2em;
background-color:whitesmoke;
padding: 7px;
width: auto;
border:none;
}
/* end pres table */
/* begin photos table */
table.photos{
text-align:center;
color: #696969;
font-weight: normal;
margin: 12px auto;
width:90%;
border: none;
}

.photos td {
font-size: .9em;
padding: 5px 5px 5px;
width: auto;
border:none;
}
/* end photos table */

/* begin guests table */

table.guests{
color: #000;
font-weight:bold;
margin: 12px;
width:550px;
border: none;
}

.guests td {
font-size: 1.2em;
background-color:#fff;
padding: 12px 7px 15px 7px;
width: auto;
border:none;
border-collapse: collapse; 
border: 1px solid #CCCCCC;
}

.guests th {
color: #fff;
background-color:#666666;
font-size:1.7em;}

/* end guests table */