/*============================================================
**
** LAYOUT
*/
body {
	background: #18509B;
	font-family: Arial, Helvetica, sans-serif;
}

.layout {
	margin: 25px;
	background: #fceed4;
	border: 1px solid #000000;
}

.boxIn {
	border: 3px solid #000000;
}

.content {
	overflow: scroll;
	height: 500px;
	padding: 10px;
}


/*============================================================
**
** LINK COLOR / BEHAVIOR
*/
a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


/*============================================================
**
** ON THIS PAGE SECTION
*/
.onThisPage {
	border: 1px solid #000000;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #fceed4;
	color: #000000;
	background: #990000;
	margin: 0px 0px 3px 0px;
}
.onThisPage a {
	text-decoration: none;
	color: #fceed4;
	color: #ffcc00;
	background: #990000;
	font-size: x-small;
}
.onThisPage a:hover {
	color: #990000;
	background: #ffcc00;
	text-decoration: none;
}


/*============================================================
**
** HEADINGS
*/
h1,h2,h3,h4,h5,h6 {
	text-align: center;
}

h1 {
	color: #990000;
	background: #ffffee;
	background: #ffcc00;
	margin-top: 20px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border: 5px double #000000;
}

h2 {
	margin-bottom: 20px;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	background: #ffffee;
	font-style: italic;
}

h3 {
	margin-top: 15px;
	text-align: left;
	font-style: italic;
	color: #990000;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/*============================================================
**
** IMAGE LEFT/RIGHT
*/
.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}


/*============================================================
**
** MENU CONTAINER AND BUTTONS
*/
.menuContainer {
	width: 150px;
}

.menuContainer a {
	padding: 3px;
	border: 2px solid #000000;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	display: block;
	font-size: small;
	font-weight: bold;
	color: #fceed4;
	color: #ffcc00;
	background: #990000;
	text-decoration: none;
}

.menuContainer a:hover {
	color: #990000;
	background: #ffcc00;
	text-decoration: none;
}


/*============================================================
**
** GENERIC FONT SIZES
*/
p {
	margin: 0px 0px 12px 10px;
	font-size: 12px;
}

th {
	background: #ffffee;
	font-size: 18px;
	text-align: center;
}

th, td {
	font-size: 12px;
}

p.fancy:first-letter {
	color: #990000;
	font-size: xx-large;
	font-weight: bold;
}

li {
	font-size: 12px;
}

td ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*============================================================
**
** CALENDAR
*/
.calendar td {
	vertical-align: top;
	font-size: 10px;
	margin: 0px 0px 2px 0px;
}


.calendar td p {
	font-size: 10px;
	margin: 0px;
}

.calendar h1 {
	margin: 0px;
}

.calendar td p.date {
	color: #FFCC00;
	background: #990000;
	width: 20px;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}


/*============================================================
**
** QUOTE / EXCERPT / AUTHOR
*/
.quote {
	font-style: italic;
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
}

.excerpt {
	text-align: right;
	font-size: x-small;
	font-style: italic;
}

.author {
	text-align: center;
	font-size: small;
	font-style: italic;
}


/*============================================================
**
** FOOTER
*/
.footer {
	font-size: x-small;
	text-align: center;
}


/*============================================================
**
** CLASSIFIED AD
*/
#classified {
	text-align: left;
	border: 3px solid #000000;
	margin-top: 40px;
	font-size: 80%;
}

#classified th {
	text-align: center;
	background: #000000;
	color: #ffffff;
	padding: 10px;
}

#classified td {
	padding: 5px;
	border: 1px solid #000000;
}

#classified td td {
	padding: 0px;
	border: 0px solid #000000;
}


/*============================================================
**
** ARTICLE CATEGORIES
*/
li.categories {
	font-weight: bold;
	font-size: medium;
	margin-top: 10px;
}
li.categories ul li {
	font-weight: normal;
	list-style-type: square;
}


/*============================================================
**
** PRINT OPTIONS
*/
@media print {
	.layout {
		margin: 0px;
		border: 0px;
	}

	.noPrint, .boxIn, .menuContainer, .menuContainer a {
		width: 0px;
		height: 0px;
		font-size: 0px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	.content {
		width: 700px;
		height: 100%;
		overflow: visible;
	}
}.layout tbody tr td .content p strong em {
	color: #000099;
}
.layout tbody tr td .content p em {
	color: #000099;
}
.layout tr td .calendar tr td .fancy {
	color: #F00;
}

