﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font: 'Comic Sans MS,Arial, Helvetica, Verdana, sans-serif';
}

#left_col {
	float: left;
	width: 100px;
	background-color: #FFFFFF;
	padding:2px;
	height: 1686px;
}

#left_col a {
	text-decoration: none;
}

#left_col p {
	margin-left:2px;
	margin-top:5px;
	margin-bottom:5px;
}

#right_col {
	float: left;
	width: 175px;
	margin-top: 0;
}

#page_content {
	margin-top: 0;
	width:443px;
	float:left;
}

#footer {
	clear: both;
}

a {
	text-decoration:none;
	color:#3366FF;
}

a:hover {
	text-decoration:underline;
}

p {
	color: #000080;
}

li {
	color: #000080;
}

form {
	color: #000080;
}

td {
	color: #000080;
	vertical-align: top;
}

h1 {
	font-size:xx-large;
	color:#000080;
}

h2 {
	color: #E5B400;
}

h3 {
	color: #000080;
	font-size: xx-large;
	margin-top: 20px;
	margin-bottom: 0px;
	border-top-style: solid;
}

h4 {
	margin-bottom: 3px;
	font-size: x-large;
	margin-top: 15px;
}

#editable_body td {
	margin-top:4px;
	margin-bottom:9px;
}

#editable_body p {
	margin-top:4px;
	margin-bottom:15px;
}

#editable_body h3 {
	margin-top:30px;
}

#editable_body h4 {
	margin-top:30px;
	color:#000080;
}


#page_content p.header_fixup {
	margin-top:-25px;
	visibility:collapse;
}

#page_content td {
	margin-top:4px;
	margin-bottom:9px;
}

#page_content p {
	margin-top:4px;
	margin-bottom:15px;
}

#page_content h3 {
	margin-top:30px;
}

#page_content h4 {
	margin-top:30px;
	color:#000080;
}



.masthead_cell {
	width:750px;
}


#sub_page p.sub_heading{
	margin-top:-5px;
	margin-bottom:10px;
	font-weight:bold;
}

.mobile_masthead {
	visibility:collapse;
	height:0px;
	width:0px;
}


#mobile_calendar 
{
	height:0px;
	width:0px;
	visibility:collapse;
}

.calendar_header 
{
	margin-bottom:0px;
	background-color:#000080;
	color:#ffffff;
	font-weight:bold;
}


.calendar_table 
{
	margin-top: 0; 
	margin-bottom: 10px; 
	border-color : #000080; 
	border: 2px solid; 
	padding: 3px;
}


