@charset "UTF-8";
/* CSS Document */

body
    {
    margin: 0;
    padding: 5px;
    background: #000;
    
    }


/* These are all the fonts for what is on the pages with the images */
	


.email {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cccccc;
	letter-spacing: 2px;
	float: right;
	padding: 0px 0px 10px 0px;
}

.spacing {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	letter-spacing:21px;
	float: left;
}

.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	padding: 0px 1px 0px 1px;
	float: left;
	display: block;
}
.lastlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	padding: 0px 0px 0px 0px;
	float: left;
}

.onpage {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.cvtext {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #999999;
	text-align: left;
}

.generic {
	font-family:"Times New Roman", Times, serif;
	font-size: 9px;
}

/* This is the stuff for the links */
	
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 1px 0.5em 1px 0.5em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #CCC;
	text-decoration: none;
	width: 100%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #333;
	color: #CCC;
}

a:active {
	text-decoration: none;
}

.pointers {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
}

/* This is the stuff for the drop down menu for the archive */


#archive p {
	display: none;
}

#archive {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	width: 5em;
	padding: 0;
	background-color: #000;
	margin-bottom: 1em;
	border-right: 1px solid #000;
	text-align: left;
}

#archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#archive ul li {
	margin: 0;
	border-top: 1px solid #000;
	text-align: left;
}

#archive ul li a {
	padding: 1px 0.5em 2px 0.5em;
	border-left: 8px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #000;
	color: #CCC;
	text-decoration: none;
	width: 100%;
	text-align: left;
}

html>body #navsite ul li a {
	width: auto;
}

#archive ul li a:hover {
	border-left: 8px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #333;
	color: #CCC;
}

#menu{
	visibility: hidden;
}

div#centerlinks{
	margin-left: 66px;
	
}
	
	

