/* Alcoholics Anonymous CSS */


/************************* Main Body ********************************/

body {
	background:url(images/bodyBackground.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	colour:#666;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/************************* Main Content *****************************/

#outerDiv {
	background:transparent url(images/mainContentBackground.gif) repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#mainContent {
	background:#fff;
	position:absolute;
	left:160px;
	_left:155px;
	width:696px;
	height:100%;
	border-right:5px solid #ccc;
	z-index:0;
	overflow:auto;
	overflow-x:hidden;
}

#heading {
	background:url(images/heading.gif);
	position:relative;
	floatleft;
	width:696px;
	height:40px;
}

#banner {
	background:url(images/banner.jpg);
	position:relative;
	float:left;
	width:696px;
	height:166px;
}


#content {
	position:relative;
	float:left;
	border-top:3px solid #ccc;
	width:666px;
	_width:686px;
	color:#000;
	padding:10px;
	overflow:hidden;
	overflow-y:auto;
}

#content h4 {
	color:#ff9900;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

#content a {
	color:#0000cc;
}

#content a:hover {
	color:#999;
	text-decoration:none;
}


.titleSplitter {
	background:url(images/bodyBackground.gif) repeat-x;
	width 600px;
	height:5px;
	border-style:none;
	border:0;
	margin-bottom:10px;
	padding:none;
	
}

#footer {
	background-color:#fff;
	position:relative;
	float:left;
	bottom:0;
	border-top:1px solid #ccc;
	text-align:center;
	padding:10px;
	height:60px;
	border-top:1px dashed #ff9900;
	color:#999;
	text-align:left;
	margin-top:50px;
	padding-top:15px;
	padding-bottom:25px;
	width:646px;
	_width:656px;
}

/************************* Navigation *******************************/


#subNavigation {
	background-color:#999;
	position:relative;
	float:left;
	width:686px;
	_width:696px;
	height:30px;
	line-height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-left:10px;
	color:#fff;
}

#subNavigation a {
	color:#fff;
}

#subNavigation a:hover {
	color:#000;
}

#navigation {
	background:#6699cc;
	position:absolute;
	top:0px;
	left:0px;
	width:155px;
	height:100%;
	border-right:5px solid #ccc;
	margin:0px;
	padding:0px;
}

#menuButtons {
	position:absolute;
	top:239px;
	left:0px;
}

#menuButtons a {
	background:#6699cc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	width:137px;
	_width:150px;
	height:24px;
	line-height:24px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:5px solid #fff;
	margin-bottom:3px;
	padding-left:13px;
}

#menuButtons a:hover {
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#6699cc;
	text-decoration:none;
	width:137px;
	_width:150px;
	height:24px;
	line-height:24px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:5px solid #fff;
	margin-bottom:3px;
	padding-left:13px;
}

/******************************* Logo *******************************/

#logo {
	background:url(images/logo.gif);
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:160px;
}	



.birthdayTable {
    border: 1px solid #cccccc;
}

.birthDate {
    float:left;
    font-weight: bold;
    width: 130px;
    text-align: right;
    padding-right: 10px;
}

.birthday {
    position: inline;
}

.row1{
    padding: 3px;
}

.row0{
    background: #ffdddd;
    padding: 3px;
}

.preText {
    font-size: 14px;
}

li {

    padding: 3px;
}

.leftCell {
    font-size: 12px;
    width: 400px;
    vertical-align:top;
}

.rightCell {
    font-size: 12px;
    vertical-align:top;
}

.address {
    font-size: 14px;
}