body {
	margin : 0 auto 0 auto;
	background-color : #f4f4f4;
	display: block;
}
#header {
	vertical-align : top;
	padding-bottom : 12px;
	padding-left : 18px;
	font-family : Georgia, Lucida, Arial, sans-serif;
	font-size : 14px;
	font-weight : lighter;
	color : black;
	border : 1px solid #efefef;
	border-top : none;
	background-color : white;
}
.title {
	font-size : 28px;
	font-style : italic;
	font-weight : bold;
	color : #000000;
}
.
chapter_info {
	padding-bottom : 4px;
	padding-left : 24px;
}
.chapter_summary {
	font-style : italic;
	padding-bottom : 5px;
	margin-left : 2em;
	margin-right : 2em;
	color : black;
	font-size : 10px;
	text-align : justify;
}
.chapter_title {
/*	padding-bottom : 10px; */
    border : none;
}
.chapter_indicator {
	font-weight : bold;
	text-decoration : underline;
}

.counter_indicator {
	font-weight : bold;
/*	color : #90200a; */
    color : black;
}

.title .darktitle {
	font-size : 28px;
	font-style : italic;
	font-weight : bold;
	color : #90200a;
}
.slogan {
    font-style : italic; 
    color : black; 
    padding-left: 18px;
}
#main {
	width : 75%;
    height : auto;
	border-left : 1px solid #efefef;
	border-right : 1px solid #efefef;
	border-bottom : 1px solid #efefef;
	margin : 0 auto 0 auto;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #a52a2a;
	background-color : white;
}
#topmenu {
	border-left : 1px solid #efefef;
	border-right : 1px solid #efefef;
	text-align : right;
	padding-top : 1.5em;
	padding-right : 1em;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
}
#topmenu a:link, #topmenu a:visited {
	color : #ffffff;
	text-decoration : none;
	background-color : #000000;
	border : 1px solid #666666;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left : 0.8em;
	padding-right : 0.8em;
}
#topmenu a:hover {
	color : #ffffff;
	background-color : #90200a;
	border : 1px solid #90200a;
	text-decoration : none;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left : 0.8em;
	padding-right : 0.8em;
}
#content a:link, a:visited {
	color : #a52a2a;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}
#content a:hover {
	text-decoration : underline;
}
#content {
	text-align : justify;
	padding-top : 18px;
	padding-bottom : 0;
	padding-left : 18px;
	padding-right : 18px;
	border-left : 1px solid #efefef;
	border-right : 1px solid #efefef;
	font-family : Verdana, Arial, sans-serif;
	line-height : 145%;
	color : #607080;
}
table.schedule {
	border : 1px solid #dfdfdf;
	width : 75%;
	border-collapse : collapse;
}
table.schedule td {
	border : 1px solid #dfdfdf;
	width : 33%;
	border-collapse : collapse;
	padding : 3px;
}
table.schedule th {
	background-color : black;
	border : 1px solid black;
	width : 33%;
	border-collapse : collapse;
	padding : 4px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;

}
#content h3, h4 {
	font-size : 14px;
	font-family : Verdana, Arial, sans-serif;
	color : #2f4f4f;
	font-weight : bold;
	padding-left : 0;
}
#content p {
	padding-top : 1px;
	padding-bottom : 1px;
    font-size: 12px;
}
#content li {
	padding-top : 1px;
	padding-bottom : 2px;
}
#content h1, h2 {
	font-size : 16px;
	font-family : Verdana, Arial, sans-serif;
	color : #2f4f4f;
	font-weight : bold;
	padding-left : 0;
}
#footer {
	text-align : center;
	padding : 18px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : lighter;
	color : #999999;
	border-top : 1px solid #e4e4e4;
	background-color : #ffffff;
   	line-height : 160%;
}
hr {
	border : 0;
	border-bottom : 1px solid #efefef;
	height : 1px;
}
li {
	list-style-type : none;
	line-height : 160%;
}
#footer a:link, a:visited {
	color : #a52a2a;
	border-bottom : 1px solid #efefef;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}
#footer a:hover {
	text-decoration : underline;
}

table.video {
	border : 0px solid white;
	width : 100%;
	padding-left: 24px;
}

table.video tr {
	border : 0px solid white;
	width : 100%;
	padding : 3px;
}
