* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
}

#header{
	height: 86px;
	width: 100%;
	background-color: #601f02;
	background-image: url('images/header.jpg');
	background-position:right;
	background-repeat: no-repeat; 
}

/*          Text           */
H1{
	font-size: 22px;
	color: #601f02;
	padding: 1px 0 8px 0;
	}

h2{
	font-size: 18px;
	color: #601f02;
	padding-top: 18px;
}
h3, h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 15px 0 7px 20px;
	}
h4, .biography{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 15px 0 4px 0;
}

h5{
	color: #601f02;
}

h6{
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0 6px 0;
}

p {
	line-height: 20px;
	padding: 3px 0 7px 0;
}

li{
	line-height: 20px;
	list-style: square;
	size: 10px;
}

blockquote{
	line-height: 12px;
	margin-top: 5px;
}

form{
	font-size: 10px;
	border: 1px solid #333;
}
input, select, textarea {
	border: 1px solid #6E6D6D;
	}

.hot{
	color: red;
}
.cool{
	color: #4541ae;
	font-style: italic;
}

.author{
	font-style: italic;
	font-size: 14px;
	margin: -25px 0 0 15px;
}
.coming{
	font-style: italic;
	font-weight: bold;
	color: #990000;
	}

.eventTitle{
	font-weight: bold;
	letter-spacing: .02em;
	font-size: 12px;
	color: #444;
	}

/*     Main Navigation    */
/* 4. Main Navigation                   */
#mainNav ul{
	position: relative;
	padding-left: 0;
	margin: 0;
	width: 100%;
	background-color: #b3b2dd;
	font-size: 9pt;
	letter-spacing: .02em;
	color: white;
	float: left;
	font-weight: bold;

}

#mainNav ul li{
	display: inline;
	line-height: normal;
}

#mainNav ul li a
{
	padding: 0.2em 1em;
	background-color: #b3b2dd;
	color: #333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#mainNav ul li a:hover{
	background-color: #54527a;
	color: #fff;
}

#mainNav ul li .current{
		background-color: #b3b2dd;
	color: #333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
		padding: 0.2em 1em;
}

/* 		a. Box Groups, ie. Hot Links */
.boxHead, .boxContent{
		padding: 2px 5px 2px 5px;
}
.boxHead{
	background: #f0f0f8; 
	border: 1px solid #a8a8c1;
	border-bottom: 1px solid #793b1f;
	font-weight: bold;
}

.boxContent{
	border: 1px solid #7F96AD;
	border-top: none;	
	padding-top: 7px;
}

.boxContent li{
	list-style: square;
	list-style-position:inside;
	padding: 2px;
}

.boxContent a, .boxContent p, .boxContent li{
	line-height: 18px;
}

/* 		b. Advertisements */
.ads{
	border: 1px solid #7F96AD;
}

.adTitle{
	font-size: x-small;
	font-style: italic;
	color: #bbb;
	margin: 12px 0 -3px 0;
}

/*         Links       */
a{
	color: #601f02;
	font-size:12px;
}
a:visited{
	color: #242166;
}
a:hover{
	color: #605d9c;
}

#footer{
	font-size: 11px;
	border-top: 1px solid #d6d5ea;
	clear: left;
	text-align: left;
	font-size: 11px;
	line-height: 25px;
	margin: 20px 10px 0 10px;
	color: #c0bfde;
}

#footer a{
	font-size: 11px;
	color: #7573ab;
	text-decoration: none;
	padding: 4px;
}
#footer a:visited{	
	color: #9e935e;
}
#footer a:hover{
	text-decoration:underline;
	color: #b77558;
}

.copyright {
	color: #888;
	font-weight: bold;
}

#footer .current{
	padding: 4px;
}

/*         8. Directory                   */

.directory ul li{
	list-style: none;
	padding: 10px;
	line-height: 10px;
}

.company{
	font-weight: bold;
	line-height: 23px;
	padding: 0;	
	color: #666;
}

table.directory {
	border: none;
	margin: 0;
	width: 750px;
}
.directory th{
	text-align: left;
	border: none;
	border-bottom: 1px solid #793b1f;
	padding: 0;
	background: none;
	color: #333;
	}
	
.directory img{
	padding-right: 5px;
}

.directory td{
	padding: 3px 2px 5px 2px;
	border: none;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	text-align: left;

}

/*    Papers       */

.paperImg{         /*  Padding for images within papers*/
	padding-right: 10px;
}

#singleColumn{
	width: 85%;
	padding: 10px;
	float: left;
}

/*  7. Forms          */
	/* --------------- Forms -------------------*/

form {
	margin: 0;
	border: none;
	}

td.blue_label{
	background: #E2EAF2; 
	padding: 2px 1px 3px 0;
	text-align: right;
	font-size: .90em;
	}	
	
td.pad {
	padding: 1px 0 1px 0;
	}
	
label {
	color: #555;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 2px 3px 0;
	}
	
input, select, textarea {
	border: 1px solid #aaa;
	}
	
.form_button{ 
	background-color: #eee;
	color: #2d4d6d;
	font-weight: bold;
	font-size: .8em;
	padding: 2px;
	margin: 0;
	width: 60px;
	border: 1px solid #aaa;
	vertical-align: middle;
}

radio {
	border: none;
	padding: 0;
	vertical-align: middle;
	color: #1D1D1D;
	}
	
textarea {
	width: 300px;
	overflow: scroll;
	}

/*   6. Table             */
table {
	margin-left: 20px;
	margin-right: 20px;
	border: none;
	border-collapse: collapse;
}

th{
	padding: 5px;
	background: #f0f0f8; 
	border: 1px solid #a8a8c1;
	border-bottom: 1px solid #793b1f;
	font-weight: bold;

}

td{
	vertical-align:top;
	border: 1px solid #a8a8c1;
	padding: 3px 8px 3px 5px;
	text-align: center;
}

td.tbltext{
	text-align: left;
}

.biography {
	padding-top: -15px;
}

.network table {
	padding-left: none;
	border: none;
}

.network td {
	text-align: left;
	border: none;
}
