body { 
    padding-top: 65px; 
	background:url(greenmarble.png) repeat;
	font: 12pt calibri;
}
a {
	color: #1A4A19;
}
tr.collapse {
  visibility: collapse;
}
.navbar-default {
	background:url(greymarble.png) repeat;

}
.navbar-collapse {

}
.navbar-brand>img {
	display: inline-block;	
}
.navbar-brand {
	font: bold 16pt carleton,georgia,verdana,arial; color: #1A4A19; letter-spacing: 1px;
    padding: 0px 15px;
}
.navbar-default .navbar-brand {
 	color: #1A4A19;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
 	color: #1A4A19;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
   /* width: 70%;*/
    margin: auto;
}
.carousel-control {
    width: 7%;
}
.logo {
	display: inline-block;
	width: 270px;
	min-width: 270px;
	max-width: 270px;
	height: 270px;
	min-height: 270px;
	max-height: 270px;
	text-align: center;
	position: relative;
}
.imgC {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mytable>tbody>tr>td, .mytable>tbody>tr>th, .mytable>tfoot>tr>td, .mytable>tfoot>tr>th, .mytable>thead>tr>td, .mytable>thead>tr>th {
    padding: 0px 2px;
}
.bold {font-weight: bold}