﻿/*BASICS*/

body {
	background: #3e3e3e url(bg.gif) repeat-y fixed center top;
	text-align:center;
	height:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

img {
	border:none;
}

h1 {
	font-family:impact,"helvetica black", sans-serif;
	font-weight:normal;
	color:#f0c600;
}

h2 {
	font-family:"arial black", "helvetica black", sans-serif;
	color:#f0c600;
	margin-top:0;
	padding-top:0;
}

h3 {
	color: #6a6a6a;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:x-small;
	margin-bottom:0;
	font-weight:bold;
}

h3#agenda-nav {
	text-align:center;
}

h3#agenda-nav a:visited{
	color:#4f5da6;
}

td a {
	color:#4f5da6;
	font-weight:bold;
}

a {
	color:#4f5da6;
	font-weight:bold;
}

td a:hover {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

td a:visited {
	color:#983ec7;
}

a:visited {
	color:#983ec7;
}

table {
	width:100%;
	margin-bottom:100px;
}

td {
	padding-bottom:10px;
}

/*INDEX TWEAKS*/

body#index{
	background: #3e3e3e url(bg-index.jpg) no-repeat scroll center 35px;
}
div.nav#index {
	background:#f0c600 none;
	padding-top:0;
}

/*NAV*/
div.nav {
	background:#f0c600 url(bg-nav.jpg) no-repeat scroll center top;
	width:100%;
	height:35px;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	border-bottom:1px #f4ee36 solid;
	text-align:center;	
	padding-top:110px;
}

.nav ul {
	margin:0 auto;
	padding-left:0px;
	list-style:none;
	width:900px;
}

.nav li {
	margin:5px 0;
	display:inline-block;
	float:left;
}

ul.nav li#last {
	padding-right:0;
}

/*CONTENT*/

div.content {
	width:855px;
	text-align:left;
	margin:0 auto;
	padding-top:150px;
}

div.wrapper {
	float:left;
	clear:left;
	width:100%;
	margin-bottom:2em;
}

div.col-2 {
	width:400px;
	margin-right:25px;
	float:left;
	display:block;
	text-align:center;
}

div.col-2#text {
	text-align:left;
	padding-bottom:25px;
}

div.col-2#descrip {
	text-align:left;
	line-height:1.5em;
}

div.col-3 {
	width:275px;
	float:left;
	display:block;
	text-align:center;
}

div.col-3#text {
	text-align:left;
}

div.col-3 p {
	width:275px;
}

ul.link-list {
	list-style:none;
}

ul.link-list li {
	margin-bottom:1em;
}

h2.handcursor {
	margin-bottom:25px;
	cursor:pointer;
}

div.switchgroup1 {
	margin-bottom:50px;
	float:left;
	display:block;
}

h2.gray {
	color:#555;
}