﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-image: url('../images/background.gif');
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	width: 800px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	height: 180px;
}
#navigation {
	background-color: #7DACDB;
	overflow: hidden;
	width:800px;
}
#navigationSide {
	width: 150px;
	margin: 0;
	background-color: #fff;
}
#column_l {
	width: 620px;
	margin: 0;
	padding: 10px 10px 0 15px;
	background-color: #fff;
}
#footer {
	width: 800px;
	background-color: #7DACDB;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: medium;
	color: #A9A9A9;
	margin: 5px 10px 0 10px;
	font-weight: bold;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #D8D8D8;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	background-color: #7DACDB;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #7DABDC;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.PageHeader {
	font-size: 22px;
	font-family: "Lucida Handwriting";
	color: #2D669F;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
.tableImage {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	width: 130px;
	height: 130px;
}
.imageBox {
	border: thin solid #D2D2D2;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	vertical-align: middle;
	padding-bottom: 5px;
	color: #2D669F;
	background-color: #FDFDFD;
	font-weight: bold;
	width: 250px;
}
.imageBoxBig {
	border: thin solid #D2D2D2;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	vertical-align: middle;
	padding-bottom: 5px;
	color: #2D669F;
	background-color: #FDFDFD;
	font-weight: bold;
	width: 300px;
	height: 65px;
}
.tableImageBig {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	width: 181px;
	height: 140px;
}
