@charset "UTF-8";
/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}

body {
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	background: #4f0000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* header styles start */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #4f0000;
	margin-top:0em;
	margin-bottom:.5em;
}

h2 { /* no distance between subheads and initial paragraph */
	color: #4f0000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:.5em;
}

.smallhead {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
}

p.smallhead {
	margin-left:1em;
	margin-top:1em;
	margin-bottom:0.3em;
}
/* header styles end */

.rincon10 #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rincon10 #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/bg_content.jpg) no-repeat top center #fff;
}

#navigation {
	width: 950px;
	height: 20px;
	border-bottom: 2px solid #4f0000;
	margin-bottom: 4px;
}

#content {
	width:670px;
	min-height: 360px;
	padding: 12px;
}

#sidebar {
	float: right;
	width: 250px;
	text-align:center;
}

#sidebar object {
	border: 1px solid #fff;
}

#sidebar h1 {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 10px;
}
/* navigation bar begin */
ul.nav {	
	cursor: default;
	list-style-type: none;
	width:100%;
}

ul.nav li {	
	display: block;
	float: left;
}

ul.nav li a {
	background: #ffffff ;
	height: 20px;
	line-height: 180%;
	float: left;
	margin-left:14px;
	margin-right:26px;
	display: block;
	color: #4f0000;
	text-decoration: none;
	text-align: center;
}

ul.nav li a.selected {
	border-bottom: 4px solid #4f0000;
	color: #4f0000;
	font-weight: bold;
}

ul.nav li a:hover {
	font-weight: bold;
}

ul.nav li a.selected:hover {
	text-decoration:none;
}

/* Hide from IE5-Mac \*/
ul.nav li a {
	float: none
}
/* End hide */


/* registration fee block begin */
#preregblock { 
	float: right;
}

table#fee {
	width: 305px;
	border: 1px solid #666666;
	margin-bottom: 1em;
	margin-left: 1em;
}

table#fee tr td {
	padding:10px;
	margin: 1px;
}

table#fee tr td#title{
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	color:#FFFFcc;
	background-color:#4f0000;
}

td.smallhead {
	text-align:center;
}

/* registration fee block begin */
.note { /* alert callout box */
	padding:0.6em;
	border: solid 1px #4f0000;
	background: #ffffff;
}

#content p {
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;	
	line-height:150%;
	margin-bottom: 7px;
}

.headshot {
	float: left;
	width: 150px;
	padding-right: 5px;
	padding-bottom: 5px;
}


#footer {
	text-align:center;
	margin-top: 4px;
	height: 20px;
	border-top: 2px solid #4f0000;
}

#footer p {
	margin-top: 2px;	
}

#footer a {
	color: #4f0000;	
}

/* footer styles end */
