body {
	margin: 3em;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-y;
}

a {
	color: Black;
	text-decoration: underline;
}

a:hover {
	color: #1E90FF;
	text-decoration: none;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

img {
	border:0px;
}

#centerColumn {
	margin: 0 auto;
	padding: 1em;
	width: 700px;
	text-align: left;
	vertical-align: middle;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}

#centerColumn h2 {
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1em;
letter-spacing:.1em;
}

#source {
	width: 125px;
	float: right;
	padding: 0 0 0 10px;
	text-align: left;
}

#source a {
	color:blue;
	font-weight:bold;
}

#header {
margin:-1em -1em 0 -1em;
padding:0 0 0 0;
height:5em;
background-color:#ffffff;
}

#header h1 {
margin:0 0 -.6em 0;
padding:.5em 0 0 1em;
font-size:1.5em;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 1.75em;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
}

#nav {
margin:0 0 1em 0;
padding:.4em 0 0 0;
}

#nav a {
	color:black;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
	color:red;
}

#nav ul {
margin:0;
padding:0;
list-style:none;
}

#nav li {
margin:0;
padding:.25em;
display:inline;
}

/*Navmini is a sub menu displayed in certain catagories. This was to reduce the number of main catagories and increase page density for the site */

#navmini li{
	display: inline;
	font-size: 11px;
	padding: 0 0 0 8px;
	font-weight: bold;
	text-decoration: underline;
}
#navmini ul{
	margin: 0px;
	padding: 8px;
	list-style: none;
}

#navmini a:hover{
	background-color: #D3DCF8;
	text-decoration: underline;
}

#navmini a {
	color: #4169E1;
	text-decoration: none;
}

/*Navmini2 is a sub menu displayed in certain catagories. This was to reduce the number of main catagories and increase page density for the site */

#navmini2 li{
	display: inline;
	font-size: 10px;
	padding: 0 0 0 4px;
	font-weight: bold;
	text-decoration: underline;
}
#navmini2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navmini2 a:hover{
	background-color: #BEEFBE;
	text-decoration: underline;
}

#navmini2 a {
	color: #228B22;
	text-decoration: none;
}



#adpush {
	height:250px;
}

#smalladpush {
	height:100px;
}

#footer {
position:relative;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;

}













