/* CSS Document */
@import url("/css/lightbox.css");

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000;
}

#container {
	width: 742px;
	margin: 0 auto;
}

#content {
	position: relative;
	margin: 0px auto 0px auto;
	width: 742px;
	text-align: center;
	z-index: 0;
}

#textbox {
	position: relative;
	width: 664px;
	margin: 0 auto;
	text-align: left;
	top: -53px;
	left: 6px;
	z-index: 200;
	}

#footer {
	top: 600px;
	position: relative;
}
.contentLeft {
	width: 372px;
	height: 616px;
	background: url(/img/bg_content_r.gif) no-repeat;
	float: left;
	padding: 20px;
}

.contentRight {
	width: 212px;
	height: 416px;
	background: url(/img/bg_content_l.gif) no-repeat;
	float: left;
	padding: 20px;
	padding-top: 66px;
	}
	
#details {
	width: 672px;
	text-align: center;
}

#contentBox {
	width: 672px;
	margin: 30px 0 0 0;
	border: 1px solid #CCC;
	background: #000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	
}

#copy {
	width: 395px;
	float: left;
	padding: 20px;
}

#schedule {
	width: 195px;
	float: right;
	padding: 20px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	background-color: #444;	
}

#register {
	background: #FFF;
	width: 355px;
	border: 1px solid #CCC;
	color: #000;
	padding: 20px;
	padding-bottom: 0px;
	font-size: 12px;
}

#register strong {
	color: #000;
}


H1.header {
	background: url(/img/header.jpg) no-repeat;
	width: 742px;
	height: 369px;
	position: relative;
}

H1.details {
	background: url(/img/cofc_event.gif) no-repeat;
	width: 246px;
	height: 319px;
	margin: 40px 0px 40px 0px;
}

H1.sponsors {
	width: 676px;
}

div.contentRight ul {
padding: 0;
margin: 0;
border-bottom: 1px solid #CCC;
}

div.contentRight ul li {
	list-style: none;
	padding-bottom: 5px;
}
		
/* typography (html tag redefs only) */
a {
	text-decoration: underline;
	font-weight: bold;
	color:#66FF66;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	background-color: none;
	letter-spacing: -0.1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0;
	font-weight: bold;
	background-color: transparent;
}
h3 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	display: inline;
	letter-spacing: 0.3em;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
h5 {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #666;
}
h6 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #CC0000;
}

img {
	border: 0;
}

p {
	margin: 0;
	margin-bottom: 10px;
}
pre {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	white-space: pre;
	overflow: scroll;
}
strong, b {
	font-weight: bold;
	color: #FFFFCC;
}

.small {
	font-size: 10px;
	color: #F2F2F2;
}

input {
	font-size: 10px;
	border: 1px solid #CCC;
	padding: 3px;
	color: #666;
}

.white {
	color: #FFF;
}

.sponsors {
	margin-top: 15px;
}