body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	background: #990000 url(images/body-bkg.gif) repeat;
}

/* main elements */

#wrapper {  /*creates the 2-colunm background */
	width: 80%;
	margin: 0 auto;
    background: #fff url(images/bkg-slide.gif) repeat-y 66% 0px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}


#head {
	height: 100px;
	background: #092868 url(images/header-bkg.jpg) no-repeat center;
}

#logo {
	float:right;
}

#navcontainer {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #A82938;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000000;
}

#main {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0;
	min-height:500px;
	_height: 500px;
}


#sidebar {
	float: right;
	width: 34%;
	margin: 0;
	padding: 0;
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#footer {
	clear: both;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #A82938;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* padding/margins of main elements */

#main-content, #sidebar-content {
	padding: 0.5em 1em;
}

#address-content {
margin: 1em 1em 0 0;
}

/* Navigation  and footer formatting */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #A82938;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #A82938;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-top: 1px solid #6B7EA5;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
}

#navcontainer ul li a:hover {
background-color: #6B7EA5;
color:  #fff;
border-color: #000 #6B7EA5 #6B7EA5 #000;
}


/* by adding these rules, we can specify the "selected" page in the BODY tag. */

body.home #navcontainer li#ind a, 
body.about #navcontainer li#about a,
body.schedule #navcontainer li#sched a,
body.registration #navcontainer li#reg a
{
background-color: #6B7EA5;
color:  #fff;
border-color: #000 #6B7EA5 #6B7EA5 #000;
}


#footer ul {
padding: 5px;
margin: 0;
list-style-type: none;
white-space: nowrap;
}

#footer li { 
display: inline; 
margin-right: 1.5em;
}

#footer li a {
color: #fff;
}

#footer li a:hover {
color: #ccc;
}


/* Links */

#main a, #sidebar a {color: #A82938}


/* Headers and typography */

#sidebar h1, #main h1 {
	font-size: 2em;
	font-weight: bold;
	color: #6B7EA5;
}

#sidebar h2, #main h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #6B7EA5;
}

/*callouts */

/*this floats the callout to the right of the text */

.calloutR {
	color: #A82938;
	margin: 0px 0px 1em 1em;
	float: right;
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*this makes the callout the full page width */
.callout {
	color: #A82938;
	margin: 0px 0px 1em 1em;
	font-weight: bold;
	padding: 0 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.small {font-size: 85%}

/* pictures and captions */

/* aligned left */
#left {
	float: left;
	margin: .5em 1.5em 1.5em 0;
	padding: 0;
	}
	
#left p, #right p {
	font: .6em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	}
#left img, #right img {border: 1px solid #000; }

/* aligned left */

#right {
	float: right;
	margin: .5em 0 1.5em 1.5em ;
	padding: 0;
	}


/* this class floats images to the right */

.imgR {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

/* this class floats images to the right, and puts a black border around the img */

.imgRB {
    float: right;
	margin: 0 0 1.5em 1.5em;
	border: 1px solid #000; 
}	

/* this class floats images to the left */

.imgL {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

/* this class floats images to the right, and puts a black border around the img */

.imgLB {
    float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #000; 
}	

#header-image {width: 98%;}
#header-image img {width: 100%}
#header-image p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	text-align:right;
}
	
/* this class creates a big drop cap. use with <span></span> tags around the letter */

.drop {
	font-size: 6em;
	color:#A82938;
	float: left;
	margin:0;
	padding-right: 6px;
	line-height: 80%;
}

/* bullets and lists */

#main ul, #sidebar ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 0px;
	color: #000000;
	}
#main ul li {
	padding: 0 0 4px 15px;
	background: transparent url(images/bullet-orange.gif) no-repeat 0 5px;
	}
#sidebar ul li {  /* separates bulleted item a little more */
	padding: 0 0 12px 15px;
	background: transparent url(images/bullet-orange.gif) no-repeat 0 5px;
	}
	
/* horizontal rule */
hr {border: none 0;
border-top: 1px solid #CED4E1;
width: auto;
height: 1px;
}

/* tables*/

table {
	background: #fff;
	margin:1em 0;
	font-size:85%;
	border-left: 1px solid #CED4E1;
	border-top: 1px solid #CED4E1;
	width: 95%;
      }
    th, td {
      border-bottom:1px solid #CED4E1;
      padding:5px;
      text-align:left;
      color:#000;;
      vertical-align:top;
      }
.alt {
	background: #F4F7FD;
}
span.bold, .bold {
	color: #6B7EA5;
	font-weight: bold;
}
td.time {
	color: #A82938;
}

td {border-right: 1px solid #CED4E1;}

    th {
      background:#fff;
      color:#432;
      }
    .head th {
      background:#AAA088 url(images/bg_table2.jpg) repeat-x 0 0;
      padding:8px 10px;
      border-bottom-width:0;
      color:#fff;
      }	


/* switch columns */

/* to use, change the body tag to <body id="SM"> */

#SM #main {float: right}
#SM #sidebar {float: left}
#SM #wrapper { background: #fff url(images/bkg-slideR.gif) repeat-y 34% 0px;}

/* 1 column */

/* to use, change the body tag to <body id="COL1"> */

#COL1 #main {	
    float: left;
	width: 95%;
	margin: 0;
	padding: 0;
}
#COL1 #sidebar {display:none}
#COL1 #wrapper {background: #FFFFFF;}

