@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
	background-color: #CCC;
}
#sidebar #sidebar_inner ul li {
	margin-left: .6em;
	padding-left: 0em;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: disc;
	padding-top: 0.5em;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 
#header  {
	height: 200px;
} 
#header_inner {
	background-color: #00009C;
	background-image: url(../images/cstc2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	padding-top: 20px;
	text-indent: 17%;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-indent: 33%;
	padding: 0.5em;
}
#header h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-indent: 37%;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content {
	float: left;
	width: 75%;
}
#content_inner {


}
.dinner_reservations {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sidebar {
	float: right;
	width: 25%;
}
#sidebar_inner {
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00009C;
	border-right-color: #00009C;
	border-bottom-color: #00009C;
	border-left-color: #00009C;
	background-color: #FFEBC1;
}







#sidebar  h1{
	color: #FFF;
	background-color: #00009C;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
}

#footer {
	background-color: #FFF;
	clear: both;
	width: 75%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
}
#content table {
	line-height: normal;
	vertical-align: top;
	color: #000;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 4em;
	font-size: 14px;
	font-weight: bold;
}
.internetdiv {
	padding-left: 4em;
	padding-top: 10pt;
	padding-bottom: 10pt;
}
.internetlink {
	padding-left: 6em;
	line-height: 150%;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.parcenter {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding-bottom: .4em;
}
.doublespaceparagraphcenter {
	line-height: 150%;
	text-align: center;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

.update {
	font-size: 10px;
	text-align: center;
	padding-bottom: .5em;
}
.pagetile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	line-height: normal;
	color: #00009C;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.2em;
	word-spacing: .2em;
}

.seminartitle {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #00009C;
	
}
.firstlineindent {
	line-height: 150%;
	padding-right: 3em;
	padding-left: 3em;
	text-indent: 1.5em;
	white-space: normal;
	padding-bottom: 1em;
	font-size: 14px;
}
.gold {
	color: #BE9046;
	font-weight: bold;
	font-size: 12px;
}
.textbox {
	background-color: #F0DFAC;
	border: thin solid #000;
	line-height: 150%;
}
.doublespaceparagraphleft {
	line-height: 150%;
	font-size: 14px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
