@charset "utf-8";
body {
	background: #001144;
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
	padding-top: .5em;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 2%;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}


a:link {
	color: #FF6;
	text-decoration: none;
}
a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #FF7417;

}


.container {
	width: 960px;
	background: #660000;
	margin: 0 auto;
	padding: 2px;
}


.header {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	color: #FFF;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #660000 ;
	padding-bottom: 10px;
	color:#FF6;
}
.content {
	padding: 10px 0;
	width: 780px;
	float: left;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
	list-style-type: disc;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 3px 3px 3px 12px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background-color: #701719;
	color: #E5DA1C;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	/* [disabled]background: #660000; */
	color: #FF7417;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #660000;
	position: relative;
	clear: both;
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
	border: thin;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ john's custom stuff ~~ */
#schedule {
	padding: 1px;
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	color: #DDD;
	background-color:#600;
	
}

#schedule.a:link {
	color: #00f;
}

#schedule.table th,td,tr,tc {
	border-style: groove; 
	border: 1;
	border-collapse:collapse;
	border-color: #BBB;
	padding: .5%;
	empty-cells: hide; 
}

#logo.img {
	height: 220;
	width: 960;
}

#sponsorship {
	margin: 2%; 	
}

#sponsorship.table {
	border-collapse: collapse;
}

ul.menu {
	display:inline-block;
	font-stretch: semi-expanded;
	margin: 0;
}

p.speakerinfo {
	font-weight:bold;
	font-size:larger;
	padding-left: 8%;
	padding-top: 2%;
}

#prnt {
	font-size: small;
	text-align: center;
	font-weight: bold;
}

#galtable {
	border: 0;
}

#lifemembers {
	text-align:center;
	width: 100%;	
}

#premmembers {
	text-align:center;
	width: 100%;
}

#ath {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#ath.table th,td,tr,tc {
	border-style: groove; 
	border: 1;
	border-collapse: collapse; 
	border-color: #BBB;
	padding: .5%; 
	empty-cells: hide;
}

#athleteheader {
	font-weight: bold;
	font-size: large;
	text-align:center;
}
