
html,
body,
form,
fieldset {
	margin: 0;
	padding: 0;
}

img,
embed {
	display: block;
}

img,
fieldset {
	border-width: 0;
}


body {
	background-color: #dbc2a3;
	background-image: url("../images/leftnav_repeater.jpg");
	background-position: left top;
	background-repeat: repeat-y;
	font-family: Arial, sans-serif;
}

/* ============================================================
	Logo
============================================================ */

#logo {
	background-color: #000080;
	background-image: url("../images/logo_repeater.jpg");
	background-position: left top;
	background-repeat: repeat-x;
}

/* ============================================================
	Nav
============================================================ */

#nav {
	background-color: black;
	background-image: url("../images/nav_repeater.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	color: gold;
}

#nav div {
	background-image: url("../images/nav_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 26px;
	padding: 14px 16px 10px 16px;
	width: 1024px;
}

#nav span {
	color: white;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
}

#nav a {
	color: white;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
	

/* ============================================================
	Column 1 (left bar, news and events)
============================================================ */

#column1 {
	/* background-color: gray; */
	color: white;
	float: left;
	padding: 8px 40px 8px 16px;
	width: 191px;
}

#column1 h1 {
	font-size: 1em;
	margin: 0;
}

#column1 ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}

#column1 ul li {
	font-size: 80%;
}

#column1 a {
	color: white;
	text-decoration: none;
}
#column1 a:hover {
	text-decoration: underline;
}

/* ============================================================
	Column 2 (right bar, content area)
============================================================ */

#column2 {
	/* background-color: yellow; */
	color: #755731;
	margin-left: 247px;
	width: 700px;
	padding: 8px;
}

#column2 h1 {
	color: #835a2e;
	font-size: 125%;
}

#column2 a {
	color: #3b3d94;
}

#column2 p {
	/*text-indent: 2em;*/
}

/* Dictionary lists */
#column2 dl dt {
	font-weight: bold;
}

#column2 dl dd {
	margin-bottom: 1em;
}

/* Tables */
#column2 table {
	border-width: 0;
	width: 100%;
}

#column2 table td {
	border-width: 0;
	font-size: 80%;
	padding: 1px;
padding-right: 20px;
}

#column2 blockquote.note {
	font-size: 80%;
	text-align: center;
}

/* Index - Events image table */
#column2 table.indexEvents td {
	text-align: center;
}

#column2 table.indexEvents td img {
	border: 1px solid #926f44;
	display: inline;
	padding: 4px;
}

#column2 table.forumRegInfo td {
	font-size: 80%;
	text-align: center;
}

#column2 table.upcomingEvents td {
	vertical-align: top;
}

#column2 table.upcomingEvents td.desc {
	text-align: center;
	width: 60%;
}

#column2 table.upcomingEvents td.desc h1 {
	font-size: 1em;
}

#column2 table.upcomingEvents td.desc img {
	display: inline;
}

/* Colored city names */
#column2 table.upcomingEvents span.locKnoxville {
	color: blue;
	font-weight: bold;
}
#column2 table.upcomingEvents span.locChattanooga {
	color: red;
	font-weight: bold;
}

#column2 table.suggestedReading td {
	width: 50%;
}

#column2 dl table td {
	vertical-align: top;
}

/* Sponsors */
#column2 div.sponsors {
	text-align: center;
}

#column2 div.sponsors img {
	border: 1px solid #926f44;
	background-color: transparent;
	display: inline;
	padding: 4px;
}

#column2 span.sponsor {
	border: 1px solid #926f44;
	padding: 4px;
}

/* Nomination Form */
#column2 form.nominationform p {
	margin: 0;
	text-indent: 0;
}

#column2 form.nominationform h2 {
	font-size: 1.1em;
	margin-bottom: 0;
}

#column2 form.nominationform textarea {
	display: block;
	font-family: serif;
	height: 7em;
	width: 35em;
}

#column2 #fbalogo {
	border: 1px solid #926f44;
	display: block;
	margin: 0 auto;
	padding: 4px;
}

#column2 table.eventsKnoxville td,
#column2 table.eventsChattanooga td {
	font-size: 100%;
	vertical-align: top;
}

img.bordered {
	border: 1px solid #926f44;
	display: block;
	margin: 0 auto;
	padding: 4px;
}
