/*
 * The default stylesheet
 */

img {
	margin: 0px;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body,input,textarea {
	color: #222;
        font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}

a {
	text-decoration: none;
	color: #c68449;
}
a:hover {
	color: #c68449;
	text-decoration: underline;
}

.indent {
	margin: 0pt 27pt 9pt 27pt;
}

/**********************************************************************/

#menu {
	position: absolute;
/*	width: 50%; */
	width: 30%;
/*	top: 21%; */
	top: 15%;
/*	left: 0%; */
	left: 0%;
	font-size: 9pt;
}
#menu h1 {
	margin: 0px;
	font-size: 17pt;
	font-weight: normal;
}
#menu a {
	color: #c68449;
	text-decoration: none;
}
#menu a:hover {
	color: #c68449;
	text-decoration: none;
}

/**********************************************************************/

#content {
	position: absolute;
/*	top: 25%; */
	top: 15%;
/*	left: 50%; */
	left: 30%;
/*	width: 50%; */
	width: 60%;
/*	height: 75%; */
	height: 75%;
}

#textcontent {
	position: absolute;
/*	top: 25%; */
	top: 10%;
/*	left: 50%; */
	left: 30%;
/*	width: 50%; */
	width: 60%;
/*	height: 75%; */
	height: 75%;

}

#sitelogo {
	width: 100%;
	margin-bottom: 9pt;
/*	display: block; */
}

#center {
	/* position: absolute; */
	vertical-align: middle;
	/*width: 50%; */
	/*height: 50%; */
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 50%;
    white-space: pre;
}
/**************************************************/

.entrylink {
    text-decoration: none;
    color: #000000
}

.spanquotestart {
    color: #c68449;
    font-size:3.3em;
    font-family:'Times New Roman',serif;
    font-weight: bold;
    padding: 4px 2px 2px;
    width: 0.5em;
    line-height: 1em
}

.spanquoteend {
    color: #c68449;
    font-size:3.3em;
    font-family:'Times New Roman',serif;
    font-weight: bold;
    padding: 4px 2px 2px;
    text-align: right;
    vertical-align: bottom;
    width: 0.5em;
    line-height: 1em;
}

.spanquotetext {
    font-size: 115%;
}

.spanlike {
    font-size: 120%;
    font-weight: bold;
}
/*
 * eof
 */
