@charset "utf-8";
/* CSS Document */
/* St.Thomas Dayara, Vettikkal - CSS  */

/* html styles */
html{
height: 100%;
}
body {
  	height: 100%;
  	clear: both;
}

td.odd{
	background-color: #99CCFF;
	margin: 2px;
	padding: 2px;
}

td.even{
	margin: 2px;
	padding: 2px;
}

#date-bar-i a{
	color: #FFFFFF;
	font-weight: bold;
}

#date-bar-i a:link{
	text-decoration: none;
}

#date-bar-i a:visited{
	text-decoration: none;
}

#date-bar-i a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#date-bar-i a:active{
	text-decoration: none;
}



#sub-menu-i a{
	color: #CCFFFF;
	font-weight: bold;
}

#sub-menu-i a:link{
	text-decoration: none;
}

#sub-menu-i a:visited{
	text-decoration: none;
}

#sub-menu-i a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#sub-menu-i a:active{
	text-decoration: none;
}



.link-i a{
	color: #0033CC;
	font-weight: bold;
	font-size: 0.8em;
}

.link-i a:link{
	text-decoration: none;
}

.link-i a:visited{
	text-decoration: none;
}

.link-i a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #0066FF;
}

.link-i a:active{
	text-decoration: none;
}

/* layout styles*/
#page-border-o{

}
#page-border-i{

}

#full_screen{
	height: 100%;
	width: 100%;
}

#page-o  {
	background-image: url(../images/bg/light_body.gif);
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;

}
#page-i {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}


#menu-o{
	clear: both;
	width: 777px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#menu-i{

}
#date-bar-o{
	height: 30px;
	background-image: url(../images/bg/header.gif);
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
#date-bar-i{
	font-size: 1em;
	float: right;
	margin-right: 1em;
	margin-top: .8em;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: .5em;
}

#header-o{
	background-image: url(../images/bg/header_image.png);
	height: 143px;
	width: 776px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#header-i{

}

#sub-menu-o{
	height: 30px;
	background-image: url(../images/bg/header.gif);
	width: 777px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}

#sub-menu-i{
	font-size: 1em;
	margin-top: .8em;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: .8em;
}

#content-container-o{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 776px;
}
.link_ {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}


#content-container-i{
	font-size: 1.2em;
	line-height: normal;
	margin-right: 1em;
	margin-left: 1em;
	padding-bottom: 1em;
}

#content-heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #CCCCCC;
	border-bottom-width: .3em;
	border-bottom-style: solid;
	clear: both;
	padding-top: .7em;
	margin-bottom: .5em;
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
	height: 20px;
	background-image: url(../images/bg/header.gif);
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	letter-spacing: .3em;
}

#img-right{
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	display: block;
}

#img-left{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	display: block;
}

.guest_book_heading{
	height:1.5em;
	font-weight: bold;
	background-color: #CCCCCC;
	font-variant: small-caps;
}
.hide{
display:none;
}
.clear{clear: both;}
