/***********************************************/
/* cong.css                             */
/* Use with congregations          */
/***********************************************/

/*********** Body ***********/

body{
	font-family: arial,helvetica,sans-serif;
	color: #333333;
	margin: 0px;
	font-size: 12px;  
}

.copyright { font-size: 9px;  color: #FFFFFF;  	margin-left: 25px; }

.crumbs { font-size: 12px; }

.title { color: #ffffff; }

.indent { margin-left: 25px; }

.cty { padding: 10px 0px 0px 0px; }

.small { font-size: 9px; }

.menu { margin-left: 25px;  font-weight: bold; }

.hblue {  color: #616fa7; }

.gamenu
{
	margin: 0 10px 0 20px;
	border-color: #616FA7;
	border-width: 1px;
	font-size: 9px;
	border-style: dashed;
	padding: 3px;
}

.floatmenu
{
	background-color: #CBDBFD;
	border-color: #616FA7;
	border-width: 1px;
	border-style: dashed;
	padding: 6px;
	float: right;
}

.indexmenu
{
	background-color: #CBDBFD;
	border-color: #616FA7;
	border-width: 1px;
	border-style: dashed;
	padding: 6px;
	float: right;
	top: 20px;
	right: 5px;
	width: 160px;
}

.totop { font-size: 9px; border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-style: solid }

.box
{
	border-color: #616FA7;
	border-width: 1px;
	border-style: dashed;
	padding: 4px;
}

.fbox
{
	background-color: #CBDBFD;
	border-color: #616FA7;
	border-width: 1px;
	border-style: dashed;
	padding: 6px;
}

.ibox
{
	background-color: #CBDBFD;
	border-color: #616FA7;
	border-width: 1px;
	border-style: dashed;
	padding: 12px;
	margin: 20px;
}

.tabu
{
	margin-top: -2px;
	margin-bottom: -2px;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0px 0px 6px 0px;
}

.tabt
{
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}

.tabh
{
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 6px 0px 6px 4px;
	font-weight: bold;
	font-size: 14px;
	background-color: #CBDBFD;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.tabh1
{
	margin-top: 15px;
	margin-bottom: -2px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	font-size: 14px;
	border-color: black;
	border-width: 0px 0 1px 0;
	border-style: solid;
}

A:link.rev { color: #FFFFFF; }


/*********** Hyperlinks ***********/

A:link { text-decoration: none; color: #616fa7 }
A:active { text-decoration: none; color: #FFFFFF }
A:visited { text-decoration: none; color: #8d1827 }
A:hover { text-decoration: underline; color: #006699 }

/*********** Headings ***********/

h1{
 font-family: arial,helvetica,sans-serif;
 font-size: 200%;
 color: #616fa7;
 margin: 0px;
}

h2{
 font-family: arial,helvetica,sans-serif;
 font-size: 175%;
 color: #616fa7;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: arial,helvetica,sans-serif;
 font-size: 140%;
 color: #616fa7;
 margin: 0px;
 padding: 0px 0px 10px 0px;
}

h4
{
	font-family: arial,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}

h5{
 font-family: arial,helvetica,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*********** Table ***********/

tr { }
th { font-family: arial,helvetica,sans-serif; font-weight: bold }
td { font-family: arial,helvetica,sans-serif; }

/*********** Lists ***********/

dl { }
dt { font-family: arial,helvetica,sans-serif; }
dd { font-family: arial,helvetica,sans-serif; }

ol { font-family: arial,helvetica,sans-serif;  }

ul { font-family: arial,helvetica,sans-serif; list-style-type: square; }
ul ul{ list-style-type: disc; }
ul ul ul{ list-style-type: none; }


