/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}
body {
	background-color: #F8F8F8;
	font-size: 12px;
	line-height:19px;
	font-family: georgia, times, serif;
	color:#fff;  
	padding:10px 0px 10px 0px;
	margin:0px;
}
td {
	font-family: georgia, times, serif;
	font-size:12px;
	line-height:15px;
	background-color:#013C59;
}
td.gold {
	background-color:#AF974B;
}
a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#AF974B;
	}
a:hover {
	font-weight:bold;
	color:#2061A2;
	text-decoration:underline;
	}
p {
	margin: 0px;
	padding: 10px 30px 0px 30px;
	line-height:19px;
}
h1 {
	font-size: 30px;
	font-weight:300;
	color: #AF974B;
	padding: 30px 10px 0px 30px;
	margin:0px 0px 0px 0px;
	line-height:30px;
}
h2 {
	font-size: 18px;
	font-weight:300;
	color: #AF974B;
	padding: 10px 20px 0px 30px;
	margin:0px 0px 0px 0px;
	line-height:26px;
}
h3 {
	font-size: 14px;
	font-weight:300;
	color: #AF974B;
	padding: 10px 10px 0px 30px;
	margin:0px 0px 0px 0px;
	line-height:18px;
}
.content-box {
	border:1px solid #000;
}
.nav {
	font-size:14px;
	color:#fff;
	padding:10px;
	text-align:centre;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	background-color:#AF974B;
	}
.nav a:link, .nav a:visited {
	text-decoration:none;
	color:#fff;
	padding:2px;
	font-weight:bold;
	}
.nav a:hover {
	text-decoration:underline;
	color:#000;
	background-color:transparent;
	}
.no {
	font-size:16px;
	color:#8BD4E5;
}
.name, .name a:link, .name a:visited {
	font-size:16px;
	font-weight:bold;
}
.name a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#8BD4E5;
	}
.footer {
	font-size: 11px;
	text-align:center;
	color:#013C59;
	padding-bottom:15px;
	}	
.footer a:link, .footer a:visited {
	color:#000;
	text-decoration:none;
	font-weight:normal;
	}
.footer a:hover {
	color:#2061A2;
	background-color:#fff;
	text-decoration:underline;	
	}
form {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

input, select, textarea {
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}

ul, ol {
	padding-bottom: 4px;
	padding-top: 2px;
	font-weight: bold;
	color:#fff;
	}
	
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol ol{
	list-style-type: lower-roman;
}

li {
	font-size: 12px;
	font-weight: normal;	
	padding-top: 2px;
}

li a {
	color: #AF974B;
	font-weight: bold;
	text-decoration: none;
}

li a:hover {
	color: #2061A2;
	background-color: transparent;
	text-decoration: underline;
}
<!-- 2nd level nav -->
.center {
    position:absolute;
    left:50%;
    margin-left:-400px;
    width:800px;
    }
.times {
	border:1px solid #2061A2;
	padding:5px;
	font-size:12px; 
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.times-begin {
	text-align:left;
	border-right:1px solid #2061A2;
}
.times-top {
	border-right:1px solid #2061A2;
}
.times-mid {
	border-top: 1px solid #2061A2;
	border-right:1px solid #2061A2;
}
.times-bot {
	border-top: 1px solid #2061A2;
	border-right:1px solid #2061A2;
}
.times-end {
	border-top: 1px solid #2061A2;
}
/*  positioning-layers static and absolute */
#center {
    position:absolute;
    left:50%;
    margin-left:-380px;
    width:760px;
}
#pastybar {
	left: 0px;
	width: 760px;
	margin: 0px; 
	padding: 0px;
	background-color: #013C59; 
}
#nav {
	padding: 0px;
	margin:0px;
	width: 760px;
	background-color: #013C59; 
	text-align:center;
}
#content {
	padding: 0px 0px 30px 0px;;
	background-color: #013C59;    
	width: 760px;
	margin:0px;
}
#content-split {
	left: 0px;
	width: 760px;
	margin: 0px; 
	padding: 0px;
	background-color: #013C59; 
}
#times {       
	width: 760px;
	background-color: #013C59; 
}	