body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.toplinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.toplinks a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.toplinks a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.toplinks a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #7ECFFA;
}
.border {
	text-decoration: none;
	border: thin solid #316AC5;
}
.more {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #026eb9;
	text-decoration: underline;
	font-weight: bold;
}
.more a:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #026eb9;
	text-decoration: underline;
	font-weight: bold;
}
.more a:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #026eb9;
	text-decoration: underline;
	font-weight: bold;
}
.more a:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #50CCDA;
	text-decoration: underline;
	font-weight: bold;
}
.bottomtxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomtxt a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.bottomtxt a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.inner_banner {
	background-image: url(http://www.taborashram.org/css/images/banner.swf);
}
.heading {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.taborashram.org/css/images/blank.jpg);
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	width: 225px;
}

.tableTitle {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background: #026EB9;
}

a {
	color: #026EB9;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #026EB9;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


.imp a{
	color: #026EB9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.imp a:hover {
	color: #026EB9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


.error_message {
	color: red;
	font-size: 10px;
	font-weight: bold;
}

#main{
	border: 1px dashed #026EB9
}

.heading {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/blank.jpg);
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	width: 225px;
	padding-left: 5px;
}

ul.checkboxMultiple { 
    margin:0;
	padding:0;
	height: 100px;
	overflow: auto;
	list-style-type:none;
    } 
ul.checkboxMultiple li { 
    display:block;
    float:left; 
    width: 175px; 
    margin: 0 8px 0 0; 
    }

#flashMessage
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: red;
	background-color: #ffffcc;
	text-align: center;
}