﻿@import url('layout.css');
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	background: #fff url(../images/bkgd_tile.gif) top;
	width: 670px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #cde;
	width: 650px;
	padding: 0;
}
#navigation {
	background-color: #4B637C;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}
#column_l {
	width: 650px;
	margin: 0;
	padding: 0 15px;
}
#footer {
	width: 650px;
	text-align: center;
	background-color: #89a;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	color: #4B637C;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #4B637C;
}
#navigation a:hover {
	color: 	#4B637C;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	line-height: 14px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 1px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#flashcontent {
		height: 100%;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.grayStyle {
	width: 640px;
	color: #838383;
}
.style1 {
	width: 640px;
	background-color: #F4BA33;
}
.table2 {
	width: 640px;
	height: 500px; 
	border: 0; 
	margin: 0;
}
.red {
	color: #FF0000;
}
.table {
	
	border-style: dotted;
}
