/* CSS Document*/

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #3b748b;
}
a:hover {
	text-decoration: none;
	color: #5198b4;
}
body {
	font: normal 12px "Trebuchet MS", Arial;
	margin: 0 0 20px 0;
	background: #000 url(img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #311;
}
hr {
	width: 80%;
	background: #3b748b;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
li {
	list-style: none;
	margin: 4px 8px 4px 0;
}
li h2 {
	font: bold 1.4em serif, Arial;
	letter-spacing: 1px;
	color: #3b748b;
	text-align: center;
}
li span {
	font-size: 1.2em;
	color: #444;
	text-align: center;
}
p {
	font-size: 1.25em;
}
ul {
	padding: 0 0;
}
.caption {
	font-size: 1.1em;
	text-align: center;
	color: #666666;
}
.container {
	background: #FFF url(img/top.gif) no-repeat top center;
	text-align: left;
	width: 720px;
	margin: 0 auto;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
}
.clearer, .footer {
	clear: both;
}
.content {
	width: 710px;
	margin: 0 auto;
	background: #FFF;
}
.content, .footer {
	padding: 0 5px;
}
.content ul {
	list-style: none;
	margin: 4px 0 4px 10px;
}
.date {
	font-size: 1.1em;
	font-weight: bold;
}
.entry {
	padding: 15px;
	text-align: justify;
}
.entry h1 {
	font: bold 1.75em serif, Arial;
	letter-spacing: 1px;
	color: #5198b4;
}
.item {
	font: bold 1.5em "Trebuchet MS", Arial;
	margin-left: 10px;
}
.itemdesc {
	margin-left: 20px;
}
.itemdesc2 {
	margin-left: 20px;
	font-size: 1.1em;
	font-style: italic;
}
.itemtime {
	margin-left: 14px;
	font-size: 1.2em;
}
.footer {
	background: #333333;
	color: #FFF;
	margin: 5px;
	padding: 5px 0px;
	font-size: .8em;
	text-align: center;
}
.footer a {
	padding: 0 3px;
	text-decoration: none;
	color: #FFF;
	font-size: 1.2em;
}
.footer a:hover {
	color: #5198b4;
}
.header {
	height: 210px;
}
.img {
	border: none;
	text-align: center;
}
.left {
	float: left;
	width: 500px;
	background: url(img/bgcontent_l.gif) repeat-y;
}
.lefthead {
	float: left;
	width: 500px;
	background: url(img/bgcontent_lt.gif) no-repeat;
}
.menu {
	margin-left: 14px;
	text-align: center;
}
.menu a {
	padding: 0 3px;
	margin-right: 12px;
	font-size: 1.25em;
	text-decoration: none;
	color: #FFF;
}
.menu a:hover {
	color: #5198b4;
}
.quote {
	font-family: "Palatino Linotype";
	font-size: 18px;
	text-align: justify;
}
.quotefr {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.right {
	position: inherit;
	float: right;
	width: 200px;
	background: url(img/bgcontent_r.gif) repeat-y;
	text-align: center;
}
.rightfoot {
	position: relative;
	right: 0;
	left: 0;
	width: 200px;
	height: 5px;
	background: url(img/bgcontent_rb.gif) no-repeat;
}
.righthead {
	width: 200px;
	background: url(img/bgcontent_rt.gif) no-repeat;
}
.rightimg {
	padding: 4px;
	margin: 2px 2px 2px 2px;
}
.right a:hover {
	text-decoration: underline;
}
.righttxt {
	font-size: 1.2em;
	color: #444;
	text-align: center;
}
.subtopic {
	font-size: 1.1em;
	text-align: justify;
	color: #666666;
}
.top {
	height: 250px;
}
.totop {
	font-size: 1.0em;
	text-align: right;
}
