/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#E8E8E8;
	text-align:center;
}
#main {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background:#E8E8E8;
	}
#left {
	width:225px;
	padding:0px;
	float:left;
	background:#E8E8E8;
	}
#footy {
	margin:10px;
	font-size:8px;
	float:clear;
	text-align:center;
	}
#center {
	width:500px;
	padding:0px;
	float:left;
	background:#E8E8E8;
	text-align:center;
		}
#centerad {
	width:450px;
	padding:0px;
	float:left;
	background:#E8E8E8;
	text-align:center;
		}
#right {
	width:225px;
	padding:0px;
	float:left;
	background:#E8E8E8;
	text-align:right;
		}
	.clear { /* Use to clear the bottom of the contentheader section */
	clear:both;
}
#contentheader {
	background:#E8E8E8;
	color:#DAA520;
	text-align:left;
	padding-bottom:10px;
		}
.headerimg {
	border:none;
	float:left;
	padding-right:5px;
	}
.cimg {
	border:none;
	float:right;
	padding-left:5px;	
	}
		
.contentitem {
	padding:3px;
	margin-bottom:3px;
	background:#E0E0E0;
	text-align:justify;
	border-width:1px;
	border-style:solid;
	border-color:silver;
	}

.cfloat {
	float:left;
	width:200px;
	margin:5px;
	}

.mlink{
	text-align:center;
	width:175px;
	padding:2px;
	margin-bottom:3px;
	background:#000000;
	border-style:solid;
	border-width:1px;
	border-color:grey;
	text-decoration: none;
}
.clink{
	text-align:center;
	width:450px;
	padding:2px;
	margin-bottom:3px;
	background:#000000;
	border-style:solid;
	border-width:1px;
	border-color:grey;
	text-decoration: none;
}
		
p,h1,pre {
	margin:0px 10px 10px 10px;
		}
p.quote {
	padding:10px;
	text-decoration:italic;
	font-weight:bold;
}
p.small {
	font-size:8px;
	text-decoration:italic;
}

		
#contentheader h1 {
		font-size:28px;
		padding:10px;
		margin:0px;
		}
.contentitem h2 {
		font-weight:bold;
		padding:1px;
		color:#DAA520;
		}
	
#contentright p { font-size:10px}
a.link{
text-decoration: none;
color:#DAA520;
font-weight:bold;
display:block;
}

a.linknb{
background:#000000;
text-decoration: none;
color:#DAA520;
font-weight:bold;
padding:1px;
}

a.nlink{
text-decoration:none;
border:none;
}
a.nav
{
float:left;
width:3em;
text-decoration:none;
text-align:center;
color:white;
background-color:purple;
padding:0.4em 0.5em;
border-right:1px solid white;
}
ul.nav
{
float:left;
width:100%;
padding:0;
margin:0;
text-align:center;
list-style-type:none;
}
li.nav {display:inline}
