body {
	font-family: Geneva, Arial, Sans-serif;
	font-size: small;
	color: #666666;
	background-attachment: scroll;
	background-image: url(http://clbi.edu/images/CLBI_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	background-color: #F1F1F1;
}
#page {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#menuBG {
	background-image: url(http://yui.yahooapis.com/2.6.0/build/assets/skins/sam/sprite.png);
	background-color: #eeeeee; 
	width:812px; 
	height: 22px;	
}

h1 {
	color: #50B113;
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
	color: #333333;
}

#sidebar-left {
	/*background-image: url(../images/diagonal-lines_50.gif);*/
	width: 185px;	
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#header {
	background-image: url(http://clbi.edu/images/Header.jpg);
	height: 158px;
	width: 812px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 225px;
}
#topbar {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: static;
	z-index: 99;
	top: 0px;
	width: 810px;
}
#content {
	width: 607px; /*width: 587px;*/
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 0px;
}
#content_inside {
	padding: 15px;
	padding-top: 5px;
	background-image: url(http://clbi.edu/images/content-top-med.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#page #footer {
	clear: both;
	background-image: url(http://clbi.edu/images/footer-corner.jpg);
	background-position: right;
	height: 62px;
	background-repeat: no-repeat;
}
#footerContents {
	text-align: right;
	padding-right: 350px;
	padding-top: 40px;
	font-size: 10px;
}

a:link {
	color: #50B113;
}
a:hover {
	color: #38B7BF;
}
a:visited {
	color: #38B7BF;
}
#content_inside img {
	margin: 5px;
	padding: 3px;
	border: thin solid #606060;
}
.left {
	float: left;
}
.right {
	float: right;
}
.noborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#prayerOfTheDayContainer {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	margin-left: 7px;
}



#ddtoptabs{
width: 800px;
padding: 5px 0px 0px 5px;
}

#ddtoptabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}

#ddtoptabs li{
display: inline;
margin: 0;
}

#ddtoptabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/

color: #51b848;
border: 1px solid #282828;
border-bottom-width: 0;
margin-right: 1px; 
background: #dddddd; /* #51b848; *//*background of tabs (default state)*/
}

#ddtoptabs li a:visited{
color: #51b848;
}

#ddtoptabs li a:hover, li.selectedMenuItem a{
color: #ffffff;
background: #51b848; /*background of tabs for hover state, plus tab with "selectedMenuItem" class assigned to its LI */
border-color: #282828;
}

#ddtoptabs li#selectedMenuItem a{
color: #ffffff;
background: #00aedb; /*background of tabs for hover state, plus tab with "selectedMenuItem" class assigned to its LI */
border-color: #282828;
}

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #00aedb;
}

.gridTable {
	border: thin solid #cccccc;
}

.gridTable td, .gridTable th {
	border-right: thin solid #cccccc;
}