﻿body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	padding: 0;
}
#masthead, .masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation, .navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#column_l {
	position: relative;
	float: left;
}
#column_r {
	float: left;
}
.footer, #footer {
	width: auto;
	clear: both;
	overflow: auto;
}
.float_right {
	float:right;
}

body {
	color: #000;
	font-family:Calibri;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l 
{
	top: 0px;
	float: left;
	display:inline-table;
	width: 60%;
}
#column_r 
{
	top: 0px;
	float: none;
	display:inline-table;
	width: 35%;
	margin: 10;
	padding: 10px;
}
.leftColumn {
	margin: 0 ;
	padding: 0;
	background-color: #fff;
	float: left;
	width:auto ;
	top: 0px;
	
}
.rightColumn {
	float: none;
	margin: 10;
	padding: 10px;
	background-color: #cdf;
	top: 0px;
}

#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
.style1 {
	border-style: solid;
	border-width: 2px;
	vertical-align: middle;
}
.style2 {
	font-size: large;
}
.style3 {
	font-size: x-large;
	color: #0000FF;
}
.Guide_Caption
{
	font-size: 1em;
	font-weight: bold ; 
	color: Blue;
	vertical-align :middle;
}
.Guide_Text {
	font-size: .8em;
	color: Blue;
	vertical-align :middle;
}

/* Styles for Tables */
.Table_h1 
{
	font-family:Calibri;
	font-size: 2em;
	color: #393939;
}
.Table_h2 
{
	font-family:Calibri;
	font-size: 1.75em;
	color: #469;
}
.Table_h3 
{
	font-family:Calibri;
	font-size: 1.4em;
	color: #469;
}
.Table_h4 
{
	font-family:Calibri;
	font-size: 1.25em;
	color: #469;
}
.Table_h5 
{
	font-family:Calibri;
	font-size: 0.75em;
	color: #469;
}
.Table_h6 
{
	font-family:Calibri;
	font-size: 0.5em;
	color: #469;
}
.Table_h7 
{
	font-family:Calibri;
	color: #469;
}
.Table_Header {
	font-size: 1.75em;
	font-family:Calibri;
	color: #469;
	font-weight :bold ;
}
.Table_Text {
	font-size: 1em;
	font-family:Calibri;
	color: Blue;
}
.Table_TextBox
{
	font-size: 1em;
	font-family:Calibri;
	color: Blue;
	font-weight:bold;
	border-width :1;
}
.Table_Edit_Text {
	font-size: 1em;
	font-family:Calibri;
	color: Blue;
	vertical-align :middle ;
}

.Table_Edit_TextBox
{	
	font-size: 1em;
	font-family:Calibri;
	color: Blue;
	border-width: 0;
	vertical-align: middle;
	background-color: #CCCCCC;
}
.Table_Edit_TextBox_NotActive
{
	font-family:Calibri;
	font-size: 1em;
	color: Blue;
	font-weight: bold;
	border-width: 0;
	vertical-align: middle;
}

.Table_CAPTION_DAY 
{
	font-family:Calibri;
	font-size: 1.1em;
	color: #469;
	text-align: center;
	font-weight :bold ;
}
.Table_Label_DAY 
{
	font-family:Calibri;
	font-size: 1.25em;
	color: #469;
	text-align: right;
	vertical-align :top ;
}
.Table_Text_DAY 
{
	font-family:Calibri;
	font-size: .75em;
	color: #469;
	text-align: Left;
	overflow: hidden;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
	/*height: 28px;*/
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
h7 {
	color: #469;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.Calendar_Label_Day
{
	font-family:Calibri;
	font-weight: bold;
	font-size: 1em;
	color: #469;
	text-align: right;
	vertical-align :top ;	
}
.Calendar_Text_Day
{
	font-family:Calibri;
	font-size: .80em;
	color: #469;
	text-align: right;
	vertical-align :top ;	
	overflow: hidden;
}

.Calendar_Header
{
	font-size: 1.25em;
	font-family:Calibri;
	color: #469;
	font-weight :bold ;
}
.Calendar_MonthYear 
{
	font-family:Calibri;
	font-size: 1em;
	color: #469;
}
.Calendar_NextPrevious_Month 
{
	font-family:Calibri;
	font-size: 1em;
	color: #469;
}

.Calendar_CAPTION_DAY 
{
	font-family:Calibri;
	font-size: 1em;
	color: #469;
	text-align: center;
	font-weight :bold ;
}

