@charset "utf-8";
/* Colors used in this layout:
	dark blue: #003399
	light blue: #99ccff
	yellow: #ffffcc
	red: #CC3300
*/
/* STRUCTURE-RELATED STYLES */
body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #e3eeff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-x;
	background-color: #99ccff;
}
.layout #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 auto;
	text-align: left;
	background: #ffffff;
	border-top: solid 3px #003399;
	height: 100%;
} 
.layout #header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:780px;
	border-bottom:solid 1px #003399;
} 
.layout #menu_sidebar {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 10px 0 10px 10px;
	width:130px;
	display: inline;
	height: 100%;
}
.layout  #right_sidebar {
	background: #ffffcc;
	float:right;
	width:125px;
	border: solid 1px #cccccc;
	padding: 0 5px;
	margin: 10px 10px 0;
	display: inline;
	height: 100%;
}
.layout  #right_sidebar  h3 {
	font-size:1em;
	line-height:1.1em;
	color:#003399;
	/*	font-weight:bold; */
	margin: 0;
	padding: .5em 0 0;
}
.layout  #right_sidebar  p {
	font-size:.95em;
	line-height:1.2em;
	margin: .5em auto;
}
.layout #mainContent {
	margin: 0 160px 0 155px;
	padding-top: 10px;
	height: 100%;
} 
.layout #footer {
	padding: 0 0 12px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	clear: both;
	background-color: #99ccff;
} 
.layout #footer address {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #003399;
}

/* MENU RELATED STYLES */
.layout #menu_sidebar a 
{
	font-size:1em;
	cursor: pointer;
	color: #003399;
	font-weight:600;
	text-decoration: none;
	background-color: #ffffcc;
	line-height: 1.2em;
/*	width: 100percent; */
	display:block;
	border-top: solid 1px #003399;
	padding: 1px 0 4px 2px;
	margin: 0;
}
.layout #menu_sidebar a.last 
{
	border-bottom: solid 1px #003399;
}
.layout #menu_sidebar a:hover, .layout #menu_sidebar a:focus
{
	background-image:url(../images/button_hover.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	border-left:solid 1px #003399;
	border-right:solid 1px #003399;
}
@media screen, projection
{
}
/* END MENU-RELATED STYLES */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.layout #logo/* PAGE-RELATED STYLES */
 { display: none; }
.tagline {
	color: #2792fd;
	margin:0;
	padding: .25em 0px 0px 20px;
	font-size: 1.8em;
	}
h1 {
	font-size:1.75em;
	margin:0 auto 0 auto;
	text-align:left;
	color:#003399;
	font-weight: normal;
}
h2 {
	font-size:1.5em;
	margin:1em auto 0;
	text-align:left;
	color:#003399;
	font-weight: normal;
	background-attachment: fixed;
}
h3 {
	font-size:1.2em;
	margin:1em auto 0;
	text-align:left;
	color: #003399;
}
p {
	line-height:1.5em;
	margin:.5em auto .5em;
	text-align:left;
}
address {
	line-height:1.2em;
	font-style:normal;
	margin: .5em auto .5em;
}
ul {
	line-height:1.5em;
	margin-top:.5em;
	margin-bottom:.5em;
}
span.event {
	color:#003399;
	font-weight:bold;
	font-style:italic;
}
