* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 0.7em;
	background-color: #FFF; /* background */
	text-align: center;
}

form {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-color: #663333; /* outer bars */
}

table {
	font-size: 100%;
}

h1 {
	font-size: 150%;
	margin-bottom: .5em;
}

h2 {
	font-size: 125%;
	margin-bottom: .5em;
}

a:link, a:visited {
	color: #663333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.BoldLink {
	padding: .2em .5em;
	font-weight: bold;
	color: #CCC;
	background: #06C;
	border: solid 2px #999;
	text-decoration: none;
}

a.BoldLink:Hover {
	color: #FFF;
	background: #09F;
	border: solid 2px #FFF;
	text-decoration: none;
}

hr {
	border: solid 1px #663333; /* pinstrip color */
	border-top: solid 1px #663333; /* pinstrip color */
}

.tinytext {
	font-size: 80%;
	color: #999;
}

/* Header */

#Header {}

/* NavTop */

#NavTop {
	background-color: #E7E7E7; /* top menu */
}

#TagLine {
	padding: 4px 10px;
	font-family: Times New Roman;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	background-color: #663333; /* tagline bar */
}

#NavTop ul {
	margin-left: 10px;
	display: block;
	height: 22px;
	list-style-type: none;
	white-space: nowrap;
}

#NavTop ul li {
	position: relative;
	float: left;
	height: 22px;
	padding-left: 3px;
	background: url(NavTopSplit.gif) no-repeat left center;
	white-space: nowrap;
}

#NavTop ul li a {
	display: block;
	padding: 4px 7px;
	color: #663333;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#NavTop ul li a:hover {
	color: #FFF;
	background-color: #663333; /* top menu hover */
}

#NavTop ul li div {
	position: absolute;
	top: 22px;
	left: 3px;
	background-color: #E7E7E7; /* top menu flyout */
	border: solid 1px #663333; /* top menu flyout */
	z-index: 1000;
}

#NavTop ul li div a {
	color: #663333;
}

#NavTop ul li div a:hover {
	color: #FFF; /* top menu flyout hover */
	background-color: #663333; /* top menu flyout hover */
}

/* Column1 */

#Column1 {
	float: left;
	overflow: hidden;
	width: 145px;
	color: #FFF;
	padding-top: 6px;
}

#Column1 ul {
	display: block;
	list-style-type: none;
	white-space: nowrap;
}

#Column1 ul li {
	display: block;
	white-space: nowrap;
	font-size: 90%;
}

#Column1 ul li a {
	display: block;
	height: 17px;
	padding: 3px 0 0 3px;
	color: #663333; /* column 1 links */
	font-weight: bold;
	text-decoration: none;
	background: url(NavLeft.gif);
}

#Column1 ul li a:hover {
	text-decoration: underline;
}

#Column1 ul li div {
	display: block;
}

#Column1 ul li div a {
	display: block;
	height: 17px;
	padding: 3px 0 0 3px;
	color: #FFF; /* column 1 flyout links */
	background: url(NavLeftSub.gif);
}

#Column1 ul li div a:hover {
	text-decoration: underline;
}

/* Column2 */

#Column2 {
	float: left;
	width: 478px;
	min-height: 400px;
	-height: 400px;
	background-color: #FFF; /* center body */
}

#Column2 #Content {
	padding: 6px;
}

/* Column3 */

#Column3 {
	float: left;
	width: 145px;
	padding-top: 6px;
}

/* Footer */

#Footer {
	clear: both;
	width: 100%;
	height: 8.3em;
	font-size: 80%;
	color: #FFF;
	background: #633;
}

#Footer a {
	color: #FFF;
}

#Footer #FooterLinks {
	text-align: center;
}

#Footer #FooterLeft {
	padding: .2em .7em;
	width: 48%;
	float: left;
	text-align: left;
}

#Footer #FooterRight {
	padding: .2em .7em;
	width: 48%;
	float: right;
	text-align: right;
}

/* TOC */

#IssueToc {}

#IssueToc #IssueOverview {
	border: solid 1px black;
	background-color: #EEE; /* TOC category box */
	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 #663333; /* pinstrip color */
}

#IssueToc .IssueDetailCategory a {
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #663333; /* pinstrip color */
}

#IssueToc .IssueDetailArticle, #MagazineSearch .IssueDetailArticle {
	margin: 0 0 1em 1em;
}

#IssueToc .ArticleTitle, #MagazineSearch .ArticleTitle {
	font-weight: bold;
}

#IssueToc .ArticleAuthor, #MagazineSearch .ArticleAuthor {
	font-size: 90%;
	font-style: italic;
	color: #666;
}

/* Calendar */

#Calendar .CalendarMonth {
	font-size: 130%;
	font-weight: bold;
	color: #663333; /* pinstrip color */
	border-bottom: solid 1px #663333; /* pinstrip color */
}

#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;
}