/**/@media screen {
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	overflow-y: scroll; 
	font-size: .9em;
}
body {
	height: 100%;
	/*width: 750px;
	min-width: 750px;*/
	padding:0;
	margin: 0;
	/*margin: 0 auto;*/
	background: #10406D url(../images/bg.png) repeat-y center;  
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: white;
	
}
h1 {
	margin: 0;
	height: 286px;
	background: url(../images/h1.png);
}
h1 
a {
	display: block;
	height: 100%;
	text-indent: -777em;
	overflow: hidden;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
h2 {
	font-size: 1.5em;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
hr {
	display: none;
}
p {
	margin: 1.12em 0;
}
#nav {
	list-style: none;
	margin: 0 0 0 -159px;
	padding: 0;
	overflow: hidden;
	/*position: absolute;*/
	float: left;
	display: inline;
}
#nav 
li {
	float: left;
	clear: left;
}
#nav 
a {
	display: block;
	width: 137px;
	background: #10406d;
	text-decoration: none;
	color: #f5f5f5;
	font: bold 15px arial, helvetica, sans-serif;
	text-align: center;
	margin: 0 0 4px;
	border: 2px solid #10405d;
}
#nav 
a:hover {
	background-color: #FB7328;
	color: #10406D;
}
#nav 
.current 
a {
	border: 2px solid #FB7328;
}
#content {
	background-color: white;
	padding: 15px 10px 105px 169px;
	overflow:auto;
	display: block !important;
	display: inline-block;
	border-right: 1px solid white;
	border-left: 1px solid white;
	height: 100%;
	min-height: 450px;


}
#footer {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 750px;
	margin: 0 auto;	
	background-color:white;
}
#footer 
p {
	margin: 1.12em 10px;
}
#footer 
div {
	background: url(../images/footer.png);
	background-position:bottom;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	height: 95px;
}
#footer 
div 
br {
	display: none;
}
#footer 
div 
p {
	text-indent: -777em;
	margin: 0;
}
#schedules {
	font-size:10px;
	padding:4px;
	width: 540px;
	
}
#schedules td {
	margin-left:10px;
}
/**/}
