* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times;
	font-size: 1em;
	text-align: center;
}

form {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

table {
	font-size: 100%;
}

h1 {
	font-size: 150%;
	margin-bottom: .5em;
}

h2 {
	font-size: 125%;
	margin-bottom: .5em;
}

a:link, a:visited {
	color: #090;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: solid 1px #F5FAE9;
	border-top: solid 1px #C00;
}

.tinytext {
	font-size: 80%;
	color: #999;
}

/* Header */

#Header {}

#HeaderImage {
	background: url(header.gif) no-repeat;
}

/* NavTop */

#NavTop {
	display: none;
}

/* Column1 */

#Column1 {
	display: none;
}

/* Column2 */

#Column2 {
	width: 100%;
}

#Column2 #Content {
	padding: 10px;
}

/* Column3 */

#Column3 {
	display: none;
}

#Footer {
	clear: left;
}

/* TOC */

#IssueToc {}

#IssueToc #IssueOverview {
	border: solid 1px black;
	background-color: #EEE;
	padding: 1em;
}

#IssueToc #IssueOverviewCover {
	float: right;
	margin-left: 1em;
	text-align: center
}

#IssueToc #IssueOverviewToc {
	float: left;
}

#IssueToc .IssueVolume {
	font-weight: bold;
	font-size: 120%;
}

#IssueToc #IssueDetail {}

#IssueToc .IssueDetailCategory {
	margin: 1em 0;
	border-bottom: solid 1px #C00;
}

#IssueToc .IssueDetailCategory a {
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #C00;
}

#IssueToc .IssueDetailArticle, #Search .IssueDetailArticle {
	margin: 0 0 1em 1em;
}

#IssueToc .ArticleTitle, #Search .ArticleTitle {
	font-weight: bold;
}

#IssueToc .ArticleAuthor, #Search .ArticleAuthor {
	font-size: 90%;
	font-style: italic;
	color: #666;
}

/* Calendar */

#Calendar .CalendarMonth {
	font-size: 120%;
	font-weight: bold;
	color: #C00;
	border-bottom: solid 1px #C00;
}

#Calendar .CalendarEvent {
	margin: 1em;
}

/* Poll */

#Poll {}

#Poll #Question {
	font-weight: bold;
}

#Poll #Answers {
	padding-left: .5em;
}

/* Directory */

#Directory .CategoryItem {
	padding-left: 1em;
}

#Directory .CompanyItem {
	padding-left: 1em;
}

#DirectoryListing img {
	vertical-align: text-bottom;
}