
body {
	width: 800px;
	margin-bottom: 40px;
}

.titlebar {
	height: 101px;
}

.titlebar #logo {
	width: 598px;
	text-align: center;
}

.titlebar #info {
	width: 202px;
	text-align: center;
	float: right;
}

.sidebar {
	width: 200px;
	float: left;
}

.content {
	width: 600px;
	margin-left: 200px;
}


/**************************************
 General
**************************************/

body {
	background-color: #fff;
	color: #000;
}

.text {
	font-size: large;
	color: #699;
	text-align: left;
}

h1 {
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #969;
}

h2 {
	font-size: x-large;
	font-style: italic;
}

.copyright {
	font-size: medium;
	color: #969;
	text-align: center;
}

.disclaimer {
	font-size: medium;
	color: #969;
	text-align: left;
}


/* Ordered Lists for 20 questions, 12 steps, 12 traditions, and 12 concepts */
.q20 ol li,
.TwelveSteps ol li,
.TwelveTraditions ol li,
.TwelveConcepts ol li { margin-bottom: 2ex; }

/* Special stuff for the AA version of the 12 concepts */

.AATwelveConcepts {
	border-top: thin gray solid;
	border-bottom: thin gray solid;
}

.AATwelveConcepts,
.AATwelveConcepts p { 
	font-size: medium;
	color: #969;
}

.AATwelveConcepts ol li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/**************************************
 Sidebar
**************************************/

/* This code modified from http://exploding-boy.com/images/EBmenus/menus.html */
.Navigation { width: 170px;	margin: 20px 10px 10px 5px; }
.Navigation ul { list-style: none; margin: 0; padding: 0; }
.Navigation li { margin-bottom: 10px; }
.Navigation a {
	height: 22px;
	text-decoration: none;
	font: bold 75% Arial, Helvetica, sans-serif;
}	
.Navigation a:link, .Navigation a:visited {
	color: #406;
	display: block;
	background: url(Buttons/buttons.gif) no-repeat;
	padding: 8px 0 0 10px;
}
.Navigation a:hover {
	color: #fff;
	background:  url(Buttons/buttons.gif) no-repeat 0 -30px;
	padding: 8px 0 0 10px;
}
.Navigation img { vertical-align: top; margin: 4px 0; border-style: none; }
.Navigation p { padding: 0; margin: 0; }
.Navigation .back {
	border-bottom: thin black solid;
	padding-bottom: 10px;
	}


/**************************************
 Home Page
**************************************/

.announce {
	color: #969;
	font-size: large;
	text-align: center;
	border-top: thin solid gray;
}
.announce p {
	border-bottom: thin solid gray;
	padding-top: 1ex;
	padding-bottom: 1ex;
	margin-top: 0;
	margin-bottom: 0;
}
.welcome {
	font-size: xx-large;
	color: #969;
	text-align: center;
	white-space: nowrap;
}
.Home p {
	text-align: center;
}


/**************************************
 Contact SA Page
**************************************/

.contactinfo {
	margin-left: 1.5em;
	color: #969;
	margin-top:-1.5ex;
}
.contact_special_phone {
	color: #969;
}
.contactheader {
	text-decoration: underline;
}
.ContactSA a:link { color: #00c; }
.ContactSA a:visited { color: #00c; }
.ContactSA a:hover { color: black; }
.ContactSA a:active { color: red; }


/**************************************
 Meeting List Page
**************************************/

.Meetings ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.Meetings ul li {
	padding: 1ex 0 0.25ex 0;
}
.Meetings ul ul li {
	color: #699;
	padding: 0 0 0 .75em;
}
.Meetings img {
	vertical-align: middle;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}
.mtginfo {
	margin-left: 1.5em;
	padding: .1ex .25em .1ex 1.25em;
	background-color: #e0e0e0;
	border: 1px solid black;
	white-space: normal;
}
.mtginfo p {
	margin: 0;
	padding: 0;
	text-indent: -1em;
}
.mtgday { text-decoration: none; }
.mtgday:link { color: #969; }
.mtgday:visited { color: #969; }
.mtgday:hover { color: black; }
.mtgmap {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.toggletext {
	cursor: pointer;
	cursor: hand;
}


/**************************************
 Intergroup Minutes Page
**************************************/

#Minutes table {
	text-align: center;
	color: #699;
	font-size: large;
	margin-left: 20px;
}

#Minutes thead {
	color: #969;
	font-weight: bold;
	border-bottom: thick #699 double;
	border-top: thick #699 double;
}

#Minutes tbody {
	border-bottom: thick #699 double;
}

#Minutes .c1 { width: 80px; }
#Minutes .c2 { width: 80px; }
#Minutes .c3 { width: 100px; }
#Minutes .c4 { width: 150px; }

#Minutes td.nomeeting { font-size: 80%; }

#Minutes table a:link { color: #699; font-size: 80%; }
#Minutes table a:visited { color: #699; font-size: 80%; }
#Minutes table a:hover { color: black; }


/**************************************
 ExternalLinks Page
**************************************/

.ExternalLinks li { padding-bottom: 10px; }


