/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #fff;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #693B1D; margin-bottom: 3px;}

H1 {font-size: 23px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #693B1D;
text-decoration: none;}

A:visited {color: #693B1D;
text-decoration: none;}

A:active {color: #693B1D;
text-decoration: none;}

A:hover {color: #693B1D;
text-decoration: underline;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

.footer {font-size: 10px;}

.nav {font-family:Times, Palatino, Garamond, serif;
font-size:12px;}

.photo {border: 2px solid #693B1D;}

/*.table {
    table-layout:fixed;
    height:auto;
    }*/

.people {
    position:relative;
    top: -2px;
    }

.navtd{
    position:relative;
    top: -4px;
    }

html>body .table {
    table-layout: auto;
    height:auto;
    }
    
/* Start of Webcalendar Configuration*/
/* Table Height and Background Color */
Table.webcal {background-color: #000000;
height : 300;
}
/* Day Row text and background color */
TD.webcal_header {color: #990000;
background-color: #336633;

padding : 0;
margin : 0;
text-align : center;
vertical-align : middle;
font-weight: 800;
}
/* Active Event and Not Active Event colors*/
.active{color: #32cd32;
}
.notactive{color: #ff0000;
}
/* Day Row text and background color */
TD.webcal_day {color: #ffffff;
background-color: #B4B7A4;
padding : 2;
margin : 0;
height : 11;
width : 100;
text-align : center;
vertical-align : top;
}

.webcal_day {color: #ffffff;
background-color: #333300;
padding : 2;
margin : 0;
height : 11;
width : 100;
text-align : center;
vertical-align : top;
}
/* Event Row text and background color */
TD.webcal_event {color: #000000;
background-color: #ffffff;
padding : 2;
margin : 0;
height : 100;
width : 100;
text-align : left;
vertical-align : top;
}

.ctrl {width: 100%; }
.SubTitle {font-weight: bold; background: #DBEAF5; padding: 4px; }
.SectionText {padding-bottom: 15px;}
.NewsDate {font-weight: bold;}
.NewsText {margin-left: 10px; margin-bottom: 10px; }
.Answer {margin-left: 50px; margin-bottom: 10px; }
.cright {color: #FFFFFF; background: #4682B4; text-align: right; }
	
/* End of Webcalendar Configuration */

/* Below is specific to Deluxe Resources Admin pages */

TD.head {
	background: #c0c0c0;
	color: black;
	font-weight: bold;
}

/* Below is specific to the Deluxe Resources Admin wysiwyg editor */

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

/********** How to Join Text Box *************/
.textbox_join {
    width:100%; /* Enter the desired width of the Text Box area here */
    background:transparent; /* Enter the desired background color here */ 
    text-align:left; /* Enter the desired text alignment here */ 
    overflow:auto; /* Enter how to handle overflow here */ 

    }

