/* margin: <top> <rt> <bot> <lft> */
/* BODY Properties */
body {
	background-color: #004080;
	background-image: url('/images/CopTimTranslucent.png');
	color: #D0DEEB;
	
	margin-left: 150px;
}

body table {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
}

body,
table,
table td {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
}

body table th {
	background-image: url('/lighttexture.jpg');
	background-repeat: repeat;
	background-color: #EEE;
	font-weight: bold;
}

h1 {
	color: #FC6;
	font-weight: bold;
	font-size: 30px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	text-shadow: #000 4px 4px 7px;
	border-bottom: 3px dotted #9CC0E3;
	padding-bottom: 7px;
	margin-left: -50px;
}
h2 {
	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", "Arial", sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -25px;
	color: #D0DEEB;
	text-shadow: #000 2px 2px 4px;
}

h2.subTitle {
	margin-top: -15px;
}

h3 {
	text-align: left;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	margin: 5px 0 3px 0;
	font-size: 12pt;
}


IMG.thumb {
	padding: 1px;
	margin-top: 5px;
	border: 2px solid #FC6;
}
IMG.thumb:hover {
	border: 2px solid #D0DEEB;
}

A.image {
	text-decoration: none;
}
A.description {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
}

.header {
	display: block;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16pt;
	text-decoration: none;
	border-bottom: dotted 1pt #fc6;
	width:100%;
}

A {
	color: #FC6;
}
A:hover {
	color: #FFEAC2;
}

#mclenenav {
	width: 558px;
}

DIV.description {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	text-align:left;
	margin-top: 7pt;
	margin-bottom: 7pt;
}

.pageDescription
{
	color: #fff;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	border: 1px solid #FC6;
	padding: 10px 15px;
	margin: 0.5em;
	width: 558px;
	background-color: #002E5D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* specify alignment in DIV tag */
}

.pageDescription:first-letter {
	float: left;
	font-size: 39px;
	line-height: 25px ! important;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #FC6;
	padding-right: 1px;
	padding-top: 3px;
}

.floatingNote
{
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 9pt;
	text-align: center;
	border: 1px dotted #fc6;
	padding: 0.5em;
	width: 30em;
	background: #EEE;
	margin-left: auto; margin-right: auto;
	margin-top: 10px;  margin-bottom:10px;
	/* specify alignment in DIV tag */
}

DIV.footer {
	border-top: 1px solid #C38018;
	color:  #9CC0E3;
}
.greek {
	font-family: serif;
	font-size: 9px;
}

table.pagehits td {
	font-family: "Monaco", "Lucida Console", typewriter ! important;
	white-space: pre;
	font-size: 10px;
}

table.pagehits {
	margin: 20px auto 10px auto;
}

table.pagehits a {
	text-decoration: none;
}

table th {
	border-bottom: 2px solid black;
	border-top: 1px solid black;
	background: #EEE;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table.list td {
	color: black;
	border-right: 1px dotted gray;
	border-bottom: 1px solid #fc6;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.list tr {
	background: white;
}
table.list tr.alt {
	background: #eee;
}

pre,
pre code,
body pre {
	font-family: Monaco, "Lucida Console", typewriter;
	font-size: 10px;
}
	