
body
{
        background-color:#123;
	font-size: 12px;
	padding: 20px 0 40px;
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


a
{
	color: #fff;
	text-decoration: none;
}

.footer
{
text-align:center;
border:4px solid #fff;
color:#fff;

}

.menuCell{  
padding-left:50px;
padding-right:50px;
}

.center1
{ 
margin-left: auto;
margin-right: auto;
}



a:hover
{
text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}


p
{
	overflow: hidden;
}

.container_12
{
background-image:url('/img/webBg.jpg');
background-color:#FFF;
 margin-top: 20px;
 margin-bottom: 20px;
}

.textBlock
{
padding:10px;
border:4px solid #DCDCDC; 
color:#000;
background:#FFF; 
}
 
.textBlock a:link { color:#000000; }

.schedulePanel
{ 
background:#fff;
}



.grid_7
{ text-align:left;
background:#123;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
color:#000;

}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,

fieldset {
	margin-bottom: 20px;
}