@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	padding-left: 30px;
	width: 1000px;
}

}
#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: 230px;
	background-color: #00009C;
} 
#header_inner {
	height: 230px;
	background-color: #FFF;
	padding-left: 20px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #00009C;
	padding-top: 20px;
	text-align: left;
	padding-left: 10px;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00009C;
	padding: .1em;
	font-style: italic;
	text-indent: 0%;
	text-align: left;
}
.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33C;
}

#header h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00009C;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	text-indent: 30;
}
#content {
	height: auto;
	width: auto;
}
#content_inner {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 5em;
	background-color: #FFF;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;


}
.dinner_reservations {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	background-color: #FFF;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
	width: auto;
	font-size: x-small;
	padding-left: 5em;
}
#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: 12px;
	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: 0.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;
}
.navbar {
	height: 50px;
	width: auto;
	text-indent: 25%;
}
.pagetitle {
	text-align: left;
}

