﻿a
{
	color: #2C7594;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	background-color: #2C7594;
}
html, body
{
	height: 100%;
}
body
{
    padding: 0;
    margin: 0;
    background-image: url(/images/bgMain.jpg);
}
body, table, div
{
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
}
.caption
{
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	color: #2C7594;
}
.cnt01
{
    width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
}
.cnt02
{
	width: 800px;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}
.cnt03 /*logo bar*/
{
	padding: 14px 0px 10px 13px;
	text-align: left;
}
.cnt04 /*nav*/
{
	padding: 0 20px	8px 20px;
	text-align: left;
	font-size: 11px;
}
.cnt04 a
{
	color: #54473A;
	text-decoration: none;
}
.cnt04 a:hover
{
	color: #FFFFFF;
	background-color: #54473A;
}
.cont05 /*image*/
{
	text-align: center;
}
.cnt06 /*main content*/
{
	padding: 12px 10px 24px 10px;
	text-align: left;
}
.copyrights
{
	font-size: 10px;
	color: #CCCCCC;
	padding: 0 0 10px 10px;
}
.header
{
	font-family: Times New Roman;
	font-size: 18px;
	color: #A39658;
}
.pageSubHeader
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #A39658;
}
.sideBarTitle
{
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #A39658;
}
.tblMainContent01 /*main content*/
{
	padding: 0 10px 0 0;
	width: 500px;
	border-right: 1px solid #E0E0D0;	
}
.tblMainContent02 /*side bar*/
{
	width: 260px;
}
.tblMainContent02 td /*side bar*/
{
	width: 100%;
	padding: 10px 10px 10px 10px;
	color: #802B16;
	border-bottom: 1px solid #E0E0D0;
}
.tblMainContent02 a
{
	color: #802B16;
	text-decoration: underline;
}
.tblMainContent02 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #802B16;
}