@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-color:#F1CEA9;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:#5C1316;
	}

.pngfix {
	behavior: url(/js/iepngfix.htc)
	}

.borderless {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	border:5px solid white;
	}

ul, ol {
	list-style:inside;
	}

a:link, a:visited {
	text-decoration:none; 
	color: navy;
	}
a:hover {
	text-decoration: none;
	color: blue;
	}

strong {
	color:white;
	}

.formbutton {
	background-color: #F1CEA9;
	font-size:10px;
	font-weight:bold;
	color: navy;
	border: 2px;
	padding: 3px;
	}

/*------------------------------------
DIVS AND LAYOUT
------------------------------------*/

.div_container {
	width:1000px;
	background-color:#C17F40;
	background-image: url(/images/bg-container.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	}

.div_topnav {
	width:1000px;
	height:342px;
	background-image: url(/images/flash.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin:0 auto 0 auto;
	border:0px;
	text-align:right;
	}

.div_content {
	width:900px;
	background-color:#C17F40;
	background-image: url(/images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin:0 auto 0 auto;
	border:0px;
	padding:10px;
	text-align:left;
	}

.div_footer {
	width:980px;
	background-color:white;
	margin:0 auto 0 auto;
	border:0px;
	padding:10px;
	text-align:center;
	}
.footer {
	font-size:10px;
	color:navy;
	}

.table_schedule {
	background-color:white;
	border:1px solid navy;
	}
	
.table_schedule td {
	text-align:center;
	border-right:1px solid #AFE9FD;
	border-bottom:1px solid #AFE9FD;
	}
