body {
	text-align:center;
	font-family: Helvetica,Arial, Verdana, Geneva, Swiss, SunSans-Regular;
}
h1,h2,h3,h4 {clear:both;}
h1 { font-weight: bold; font-size: 1.8em;margin-top:7px; }
h2 { font-weight: bold; font-size: 1.5em; }
h3 { font-weight: bold; font-size: 1.3em; }
h4 { font-weight: bold; font-size: 1.1em;font-style:italic; }
address { font-size: 0.8em; text-align: right; }
.footnote { font-style: italic; font-size: 0.8em; text-align: left; }

a{text-decoration:none;}
a:hover{text-decoration:underline;}
/* ads */
.top_ad_box {
	max-width:400px;
}
.bottom_ad_box {
	max-width:400px;
}

/* layout */
div.page {
	margin: 0 auto;
	max-width: 948px;
	position: relative;
	text-align:left;
    background-color:#FFF;
}
div.theader {
	margin-bottom:20px;
}
.theader img {
	width:312px;
	height:116px;
}
div.tleft {
	width:19%;
	float:left;
}
div.tcontent {
	margin-left:1%;
	width:76%;
	float:left;
	padding-bottom:2em;
	padding-top:7px;
}
div.tfooter {
	clear:both;
	background-color:#eef;
	padding:7px;
	text-align:center;
	font-size:0.8em;
	color:#889;
}

/* list of items */
ul.content_list {
	list-style-type: none;
	padding:0;
}

ul.content_list > li {
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}

ul.content_list > li.even {
	background-color: #f0f0f0;
}

ul.content_list > li.letter h2 {
	margin-bottom:0;
}

ul.content_list > li.ad {
}

.jump_links {
	font-size:24px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}

.jump_links a {
	padding:10px;
}


/* media queries */

@media (max-width: 700px) {
	.theader img {
		width:156px;
		height:58px;
	}
	.theader {
		text-align:center;
	}
	
	div.tleft {
		/*
		float:none;
		width:100%;
		*/
		display:none;
	}
	
	.adbox {
		margin-left:-8px;
		margin-right:-8px;
		
	}
	
	div.tcontent {
		clear:both;
		width:100%;
		float:none;
		padding-bottom:2em;
		padding-top:7px;
		margin-left:0;
	}
	/*
	div.tleft ul li, div.tleft ul .optional {
		display:none;
	}
	div.tleft ul li.header {
		display:block;
		cursor:hand;
	}
	*/
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/* menu */
div.tleft ul {
	list-style-type: disc;
	margin:0;
	padding:0;
	padding: 7px;
	color:#330;
}
div.tleft ul li.header {
	background-color: #0cc3e2;
		text-align:center;
		padding:14px;
}
div.tleft ul li.extra {
	margin-top:2em;
}
div.tleft ul li {
	margin:0;
	padding:0;
	list-style-type: none;

	padding:5px;
}
div.tleft ul li a,div.tleft ul li a:visited {
	color:#330;
	font-size:15px;
}
div.tleft ul li a:hover {
	color:#660;
}

div.tleft ul.secondary {

}

/*std list*/
td.left {
	width:100px;
}
