@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
html {
	height:100%;
}
body {
	background-image: url(../_images/032.gif);
	line-height: 1;
	height: 100%;
}
a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #E8B20A;
}
a:active {
	text-decoration: none;
}

#container  {
	height: 625px;
	background-image: url(../_images/containerbg.png);
	padding: 0px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#header  {
	height: 40px;
	text-align: center;
	vertical-align: middle;
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}
#mainContent  {
	padding-right: 20px;
	padding-left: 20px;
	height: 565px;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	background-image: url(../_images/maincontentbg.png);
	font-size: 8px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

#container #mainContent h1  {
	text-align: left;
	font-size: 3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #00498B;
	line-height: 3em;
}
#container #mainContent h2  {
	color: #0B8BCE;
	font-size: 2em;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	white-space: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 0px;
	line-height: 1.6em;
	margin-top: .6em;
}
#container #mainContent h3  {
	font-size: 1.8em;
	letter-spacing: 1px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #00498B;
	text-decoration: none;
	font-weight: lighter;
}
#container #mainContent h3 a  {
	color: #00498B;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -20px;
}
#container #mainContent .leftParagraph a {
	color: #E8B20A;
}
#container #mainContent fieldset legend {
	font-size: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	height: 565px;
	background-color: #FF9231;
	background-image: url(../_images/sidebarbg.png);
	margin-right: 10px;
}
#container #sidebar1 h1 {
	text-align: left;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #00498B;
	line-height: 1.6em;
}

#footer  {
	height: 20px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(../_images/footerbg.png);
} 
#footer p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #EFE190;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 2px;
}
.backLink {
	margin-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0B8BCE;
	text-decoration: none;
	font-size: 13px;
}
.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;
}
.centerParagraph {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E16B00;
	font-size: 1.6em;
	font-style: normal;
	text-align: center;
	line-height: 1.4em;
}
.classInfo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #E16B00;
	background-image: url(../_images/maincontentbg.gif);
}
.classInfo2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	color: #E16B00;
	background-image: url(../_images/maincontentbg.gif);
}
.contactInfo {
	font-size: 2em;
	color: #E16B00;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.4em;
	font-weight: bold;
}

.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1.1em;
	margin-bottom: .8em;
}
.formLabels {
	font-size: 1.8em;
	color: #E16B00;
}
.fullTable {
	height: 100%;
}
.intro {
	font-size: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	color: #0B8BCE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
.introCentered {
	font-size: 2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0B8BCE;
	margin-top: 20px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.leftParagraph {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E16B00;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 1.1em;
}
.logo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.month {
	font-size: 2em;
	font-variant: small-caps;
}
.orangeLink {
	color: #E16B00;
	text-decoration: none;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive;
}


.pictureIcons {
	margin-top: 15px;
	text-align: center;
}
.readytoEat {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #0B8BCE;
	text-decoration: none;
	font-size: 1.8em;
	text-align: right;
	margin-top: 0.4em;
}
.unorderedList {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E16B00;
	font-size: 1.6em;
	font-style: normal;
	line-height: 1.4em;
}
