body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: url(../../images/layout/background.png) center center;
	margin: 0px;
	padding: 0px;
}
#body {
	background: url(../../images/layout/content-background.gif);
	margin: 0px auto;
	width: 800px;
	padding: 0px;
	border: 2px solid #333;
}


#header {
	background: url(../../images/layout/header.jpg) no-repeat;
	height: 129px;
	border-bottom: 2px solid #FFF;
}

#nav {
	background: url(../../images/layout/menu.gif) repeat-x center bottom;
	height: 35px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#content {
	background: url(../../images/layout/info-background.png) repeat-y;
}
#info {
	padding: 30px;
	float: left;
	width: 540px;
}
#info.full {
	background: #FFF;
	float: none;
	width: 940px;
}

#info h1 {
	font-size: 24px;
	color: #237CA3;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#info h2 {
	font-size: 18px;
	color: #8F740C;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
}
#info h3 {
	color: #40939E;
	text-transform: uppercase;
}
#info h4 {
	font-size: 13px;
	color: #F57D50;
	font-weight: bold;
	text-transform: uppercase;
}

#info p {
	margin-bottom: 10px;
	line-height: 150%;
}
#info ul {
	margin-right: 5px;
	margin-left: 40px;
}
#info ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
#info ol li{
	margin-bottom: 8px;
}

#sidebar {
	padding: 30px 0px;
	float: left;
	width: 200px;
}

#sidebar h3 {
	color: #40939E;
	text-transform: uppercase;
}
#slideshow {
	background: #FFF no-repeat;
	height: 219px;
}

#footer {
	font-size: 11px;
	color: #FFF;
	background: #80D2FA url(../../images/layout/menu.gif) repeat-x bottom;
	padding: 10px 20px;
}
#sidebar h1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #237CA3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#sidebar a {
	color: #4796B4;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#footer a {
	color: #FFEDD2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.highlight.underline {

}
.underline {
	border-bottom: 1px solid #66B3D2;
}
a.button {
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #F8A586;
	text-transform: uppercase;
	font-weight: bold;
}
#info a {
	color: #4796B4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info a:hover {
	text-decoration: underline;
}

a.button:hover {
	background: #F8A586;
}


.clear {
	clear: both;
}
.cell-header {
	background: #E6F2F9;
}
.text-small {
	font-size: 80%;
}
.text-black {
	color: #000;
}
.image_r {
	float: right;
	margin: 0px 0px 0px 10px;
}
#info .image_r_border {
	float: right;
	margin: 0px 0px 0px 10px;
	border: solid #069 1px;
}
.image_l {
	float: left;
	margin: 0px 10px 0px 0px;
}

#info .schedule .line-header {
	font-weight: bold;
	text-align: left;
}
#info .schedule .underline-tb {
	border-top: 2px solid #66B3D2;
	border-bottom: 2px solid #66B3D2;
}
#info .highlight:hover, #info .highlight:hover .cell-header {
	background: #FFF4E3;
}

