body {
	background-color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.maintable {
	border: 1px groove #666666;
	background-color: #FFFFFF;
}
.pagetitle {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	float: left;
	text-indent: 180px;
	white-space: normal;
}
.headertable {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D6145;
}
.leftcolumn {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #4D6145;
	padding-right: 5px;
	padding-top: 3px;
	background-image: url(../images/kestrel_bg_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rightcolumn {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #4D6145;
	padding-left: 5px;
	padding-top: 3px;
}



.banner {
	background-image: url(/images/tri_color_bg.jpg);
	background-repeat: repeat-x;
}
.menucell {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/menubg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
.textbody {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/images/kestrel_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: justify;
	vertical-align: top;
}


body {
	font: normal 11px verdana;
	text-align: justify;
	}

.leftmenu {
	margin-left: 10px;
}
.buttonscontainer {width: 170px;}

.buttons a {
	color: #FFFFFF;
	background-color: #572023;
	padding: 4px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #996633;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	font-family: Verdana;
	font-size: 11px;
}


.buttons a:hover {
	border-left: 10px solid #663300;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #4D6145;
}

.subbuttons a {
	color: #FFFFFF;
	background-color: #4D6145;
	padding: 4px;
	padding-left: 10px;
	display: block;
	border-left: 10px solid #996633;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	margin-left: 10px;
	font-family: Verdana;
	font-size: 11px;
}
.subbuttons a:hover {
	border-left: 10px solid #663300;
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #572023;
}
