﻿@import url('layout.css');
body {
	font-family: Candara,Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}
#container {
	border: 1px #1B73D1 solid;
	width: 770px;
	height: 100%;
	background-color: #A2CBF7;
}
#masthead {
	border-bottom: 10px #89BE1C solid;
	text-align: right;
	background-color: #1B73D1;
	color: #FFFFFF;
	padding-right: 15px;
	height: 86px;
	font-size: xx-large;
}
#masthead a {
	color: white;
}
#page_content {
	position: relative;
}
#MenuBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#MenuBottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#MenuBottom li {
	display: inline;
	padding-right: 8px;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	color: #1061BB;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #89BE1C;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
/* Styles for Navigation */
#MenuLeft {
	position: relative;
	float: left;
	width: 140px;
	background-color: #A2CBF7;
}
#MenuLeft ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#MenuLeft li {
	display: block;
	color: #FFFFFF;
	border: 1px solid #A2CBF7;
}
#MenuLeft a {
	font-weight: bold;
	text-decoration: none;
	color: #1B73D1;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#MenuLeft a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #89BE1C;
	border-bottom: 1px solid #f5f5f5;
	background-color: #1B73D1;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #73C4C4;
	text-decoration: none;
}
a {
	color: #1061BB;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.mincart {
	font-size: x-small;
}
#programs h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: large;
	font-weight: bold;
}
#programs p {
	margin-top: 0px;
}
#NewsPageSelectOtherStories select {
	width: 400px;
}
.NewsPageTableMainTable h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: large;
	font-weight: bold;
}
.NewsPageTableDateFormat {
	margin-bottom: 0px;
	margin-top: 0px;
}
.GreenBar {
	color: white;
	text-decoration: none;
	font-size: large;
}

