/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Veranda,Arial,sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.integrityfellowship.com/Graphics/Bg_All.jpg);
	background-repeat: repeat;
	text-decoration: none;
}

.mainText
{
font: Veranda,Arial,sans-serif;
font-size:14px;
color: #FFFFFF;
text-align: left;
margin-right: .5em;
display: inline;
}

.hd1
{
font: Veranda,Arial,sans-serif;
font-size:16px;
color: #FFCC66;
text-align: left;
margin-right: .5em;
display: inline;
}

.alert
{
font-size:16px;
color: #FF3000;
}

label
{
font: bold 100% Arial,sans-serif;
color: #FFFFFF;
width: 12em;
float: left;
text-align: left;
margin-right: .5em;
display: block
}

labelsm
{
font: Arial,sans-serif;
font-size:12px;
color: #FF3000;
}

.submit input
{
margin-left: 14em;
} 

labelleft
{
font: bold 100% Arial,sans-serif;
color: #FFFFFF;
width: 10em;
float: left;
text-align: right;
margin-right: .5em;
display: block
}


a:link {
	color: #F5DC7A;
	text-decoration: none;
}

a:visited {
	color: #F5DC7A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	border-color: #33FF33;
}

#PageHeading {
	color: #BEB598;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;

}

h1{
	font-size: 120%;
	color: #FFCC66;
	padding-top: 0px;
}

h2{
 font-size: 100%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 100%;
 color: #BEB598;
}


ul{
	list-style-type: square;
	font-size: 14px;
	font-style: normal;
	margin-left: 0px;
}

ul ul{
 list-style-type: disc;
 margin-left: 0px;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	margin: 0 0 0 610px;
	padding: 0px;
	width: 780;
	background-color: #000000;
	bottom: auto;
	white-space: nowrap;
	color: #BEB598;
}

/************* #globalNav styles **************/

#globalNav{
	color: #BEB598;
	width: 764px;
	white-space: nowrap;
	padding-left: 15px;
	border-style: Solid;
	border-color: #C5BFA5;
	border-width: 1px;
	background-color: #365100;
	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
}


#SmallGroupTable {
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	margin-left: 10px;
}

#tblRight{
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	margin-left: 10px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-color: #A69C81;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

