
.title { 
	font-family: helvatica;
	font-size: 36pt;
	font-weight: bold;
}

.subtitle {
	font-family: helvatica;
	color: #bbbbbb;
	font-size: 15pt;
}

.bodytext {
	font-family:  Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
	
.copyright {
	font-family:  verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 9px;
}

.quote {
	font-family: times;
	font-size: 13px;
	color: #000000;
	font-style: italic;
}

.source {
	font-family: times;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.footnote {
	font-family:  Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: #000000;
}

.showtitle {
	font-family: verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 13px;
	color: #000000;
}
	

/* links */
a { 
	color: #333333;
}

/* navigation */
A.roll:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.roll {
	color: #333333;
	text-decoration: none;
	font-weight: bold; 
}

.navroll {
	text-decoration: none;
}

A.navroll:hover {
	color: #999999;
	text-decoration: none;
}

.navclicked {
	color: #CCCCCC;
	text-decoration: none;
}

.navbar {
	font-family: optima, verdana;
	font-size: 15px;
}

/* NEW NAVIGATION */
ul#navigation {
	padding: 0;
	margin: 0;
	background-color: #000000;
	color: #ffffff;
	float: center;
	width: 600px;
	font-size: 15px;
	border-bottom: solid 2px #808080;
	border-top: solid 2px #808080;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
  background-color: #fffffff;
  color: #ffffff;
  text-decoration: none;
  float: center;
  font-weight: bold;
  font-family: helvetica;
  width: auto;
  line-height: 30px;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
ul#navigation li a:hover {
	color: #808080;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:0px
}

/* RESUME STYLE */

#container {
	width: 600px;
	background-color: #ffffff;
	font-family:  verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: #000000;
}

#column1 {
	float: left;
	width: 30%;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 5px;
}

#column2 {
	float: left;
	width: 30%;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 5px;
}

#column3 {
	float: left;
	width: 30%;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 5px;
}

#columnfull {
	float: left;
	width: 90%;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 5px;
}