﻿/* 
371C15 darkblue
55A8BE ltblue
F6FFA3 ltyellow
1F3715 brown
B55D45 orange */

/*
#371C15 darkbrown
#F2F2F2 grey
#B55D45 beige
#1F3715 green
#B55D45 tan
*/

BODY
{
	font-size: 10pt;
	font-family: Calibri,Tahoma,Arial;
	margin: 0px; 
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img
{
	border: 0px;
}

img a:hover
{
	text-decoration: none;
}

.msg {color: Red; font-variant: small-caps; font-weight: bold;}

#header
{
	text-align:center; 
	background-image: url('../images/menu_top_back.gif');
}

h1
{
    font-size: 16pt;
    border-bottom: solid 1px #B55D45;
    color: #371C15;
    margin-bottom: 1px;
    margin-top: 0px;
}

h2
{
    font-size: 14pt;
    border-bottom: solid 1px #B55D45;
    color: #371C15;
    margin-bottom: 1px;
    margin-top: 0px;
}

h3
{
    font-size: 10pt;
    border-bottom: solid 1px #B55D45;
    color: #371C15;
    margin-bottom: 1px;
    margin-top: 0px;
}

.smnu
{
	padding-left: 10px;
	color: Gray;
	font-size: small;
}

.reg
{
	color: Black;
	font-weight: bold;
}

#container
{
	margin: 0 auto;
	width: 980px;
	background-color: White;
} 

div#left1{float: left; width: 230px; margin-right: 3px;}
div#left2{float: left; width: 510px; margin-right: 3px;}
div#left2a {float: left; width: 450px;}
div#left3 {float:left; width: 200px;}

div#right{float: left; width: 210px;}
.reg {color: Black; font-weight: bold;}

div#even1{float: left; width: 250px; padding-top: 5px;}
.even1{float: left; width: 250px; padding-top: 5px;}
.even2{float: left; width: 210px; padding-top: 5px;}

div#grid{float: left;width: 740px;}

.edit{background-color: #CCCCCC;color: White;text-align: right;padding: 3px 3px 3px 0px;}

#leftnav
{
	/*border: thin solid #0000FF;*/
	width: 215px;
	float: left;
	background-color: #B3FFFF;
}

#rightnav
{
	/*border: thin solid #0000FF;*/
	width: 230px;
	float: right;
	background-color: #371C15;
}

#content
{
	/*border: thin solid #0000FF;*/
	margin: 0px 210px 0px 205px;
	width: 490px;
}

.mapborder
{
	border: thin solid #800000;
}
.reverse
{
	border: 0;
	background-color: #371C15;
	border-bottom: #FFFFC0;
	border-top: thin solid black;
	font-variant: small-caps;
	color: #F2F2F2;
	font-size: small;
	padding-left: 5px;
}

.indent { padding-left: 5px; }
.padit { padding: 10px 20px 10px 20px; }
.paditmenu { padding: 10px 20px 10px 20px; }
.paditbottom { padding: 0px 5px 8px 5px; }
.paditright { padding: 0px 10px 0px 0px; }
.hidden { display: none; }
.talignr { text-align: right; }
.talignl { text-align: left; }
.talignc {text-align: center; }

.ft08 { font-size: 8pt; }
.ft10 { font-size: 10pt; }
.ft14 { font-size: 14pt; }
.ft18 { font-size: 18pt; }

.fttimes {	font-family: Times New Roman, Arial; }
.ftbold { font-weight: bold; }
.ftitalic { font-style: italic; }
.ftunderline { text-decoration: underline; }

.fcdark { color: #371C15; }
.fclight { color: #55A8BE; }
.fcyellow { color: #F6FFA3; }
.fcorange { color: #B55D45; }
.fcbrown { color: #1F3715; }
.fcblack { color: #000000; }

.bgdark { background-color: #371C15; }
.bglight { background-color: #55A8BE; }
.bgyellow { background-color: #F6FFA3; }
.bgorange { background-color: #B55D45; }  
.bgred { background-color: #CC0000; }
.bgbrown { background-color: #1F3715; }
.imgbtn { vertical-align: bottom; }

.btmbrdgray 
{
    border-top: none;
    border-bottom: solid 1px #666666;
    border-left: none;
    border-right: none;
}

.brdgray 
{
    border-top: solid 1px #666666;
    border-bottom: solid 2px #666666;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
}

.wtrmrktxt { font-style: italic; color: Gray; font-family: Calibri, Tahoma, Arial; padding-left: 5px;}
.wtrmrkrequire { font-style: italic; color: Red; font-family: Calibri, Tahoma, Arial;  padding-left: 5px;}
.tboxindent { padding-left: 5px; }
.tboxpage 
{
    border-bottom: solid 1px Black;
    border-top: none;
    border-left: none;
    border-right: none;
}

.pnlheader { padding: 5px 5px 5px 5px; }

.fldlbl
{
    font-size: 10pt;
    color: #666666;
}

.smallfldlbl
{
    font-size: 8pt;
    color: #666666;
}

.menubtn
{
    font-family: Calibri, Tahoma, Arial;
    font-size: 10pt;
    font-weight: bold;
}

.floatleft { float: left; }
.width950 { width: 950px; }

a 
{
    color: #371C15;
    text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #371C15;
}

