/* print hide stuff */
.printhide {
	display: none;
}
.maincontent {
	margin: 15px 15px 30px 15px;
}
.bodydiv {
	background-color: #3E534A;
}	
.main {
	width:650px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000000;
}
.contenttop {
	
}
.footer {
	color: #666666;
	font-size: 10px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #666666;
}
/* EVERYTHING BELOW HERE IS THE SAME IN BOTH CSS FILES.  USE MAIN.CSS AS PRIMARY */


/*** HTML Tags ***/


a, a:link, a:visited {
	color: #99FFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: normal;
}
li {
	list-style-image:url(/images/bullet2.jpg);
	list-style-position: outside;
	list-style-type: circle;
	margin: 10px 10px 10px -20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;	
}
/*** Classes ***/
.shadowtr {
	background-image: url(/images/shadow_tr.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.shadowr {
	background-image: url(/images/shadow_r.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.shadowbr {
	background-image: url(/images/shadow_br.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.shadowb {
	background-image: url(/images/shadow_b.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.shadowbl {
	background-image: url(/images/shadow_bl.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.header {
	background-color: #404040;
}
.headertagline a, .headertagline a:link, .headertagline a:visited {
	color: #ffffff;
	text-decoration: none;
}
.headertagline a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.headerbg {
	background-image: url(/images/headerback.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.footerbg {
	background-image: url(/images/img_bg_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.rightbg {
	background-image: url(/images/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
.toprightbg {
	background-position:top right;
	background-repeat:no-repeat;
}
.bgR1C5 {
	background-image: url(/images/kerby_r1_c5.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.bgR2C66 {
	background-image: url(/images/kerbylogo_r2_c66.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-color: #557373;
}
.bgR7C1 {
	background-color: #557373;
	background-image: url(/images/kerby_r7_c1_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.bgTriangle {
	background-image: url(/images/kerby_r2_c2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #013334;
}
.bgPromo {
	background-image: url(/images/img_bg_butterfly.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 250px;
}
.Promo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	margin: 10px 10px 10px 10px;
}
.promobox {
	border: 1px solid #547272;
	padding: 5px 5px 5px 5px;
}

.headertagline {
	color: #0F2E67;
	margin-top: 45px;
	margin-left: 5px;
	font-size:x-small;
}

.inputbox {
background-color: #f6f7f9;
}

.graytable {
	border: 4px solid #dadada;
}
.menu {
	background-color: #dadada;
	border-top: 1px solid #999999;
}
.menu a, .menu a:link, .menu a:visited {
	color: #404040;
	text-decoration: none;
	margin-left: 10px;
}
.menu a:hover {
	color: #404040;
	text-decoration: underline;
}
.formbutton {
	background-color: #7B869A;
	color: #FFFFFF;
}
.row1 {
	border-bottom: 1px solid #dadada;
}
.red {
	color: #FF0000;
}
.error {
	color: #FF0000;
}

/* custom classes */
.navlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	height: 21px;
	width: 0px;
	margin: 0px;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	background-image: url(images/kerby_r4_c1.jpg);
	background-repeat: no-repeat;
	text-indent: 6px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.navlinks a:link {
	color: #000000;
	text-decoration: none;
}
.navlinks a:visited {
	color: #000000;
	text-decoration: none;
}
.navlinks a:hover {
	color: #3D9177;
}
.whitelinks a:link {
	color: #2A1FAA;
	text-decoration: none;
}
.whitelinks a:visited {
	color: #000000;
	text-decoration: none;
}
.whitelinks a:hover {
	color: #3D9177;
}
.row {
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #808080;	

}
.whitelinks {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	height: auto;
	width: 0px;
	margin: 0px;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	background-image: none;
	background-repeat: no-repeat;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.blackonwhite, .blackonwhite td, .blackonwhite a {
	background-color: #FFFFFF;
	color: #000000
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	border-top: 1px dashed #808080;
	margin-top: 15px;
	padding-top: 15px;
	color:#99CC99;
}

