body 
{
	background: url(images/background.jpg) top center no-repeat; 
	background-attachment:fixed;
	color: white;	
	text-align:center; 
	font-family:"Trebuchet MS", arial, serif; 
	font-size:85%;
}

* 	{
	margin:0;
	padding: 0;
	}

/* li
	{
	list-style-image:url('images/bullet1.png');
	} */


.buttonlinks A:link {text-decoration: none; color: #0099CC;}
.buttonlinks A:visited {text-decoration: none; color: #0099CC;}
.buttonlinks A:hover {text-decoration: overline; color: #E9811B;}
	
	
A:LINK
	{
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	
	text-decoration: none;
	}
	
A:VISITED 
	{
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	text-decoration: none;
	}
	
A:HOVER 
	{
	color : #ffffff;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;	
	text-decoration : underline;
	}


H1 {
	color: #0099CC;
	/* font-weight: bold; */
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 18pt;
	text-decoration: overline;	
	margin-bottom: 15px;
	
}

H2 
{
	color: #679ed2;
	/* font-weight: bold; */
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 100%;
}

.verse
	{	
	line-height: 18px;
	font-family: Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 10pt;
	color: #408AD2;
	text-align: justify;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	}

.my_margin_main
{
	padding-left:10px;
	padding-right:10px;
}
.smallHeadings	
{
	color: #679ed2;
	font-size: 15px;
	font-weight:bold;
}

.quoteOrange	
{
	color: orange;
	font-size: 100%;
	font-weight:bold;
	font-style:italic;
}


.dottedBox
{
border-style: dotted;
border-width: thin;
padding:0px
}

.thinBox
{
border-style: solid;
border-width: thin;
padding:0px
}


.formbox
{
	width:330px;
	/* height:600px; */
	background-color: #D5E8F7;
	Border-top: solid;
	Border-top-width: 1px;
	Border-bottom: solid;
	Border-bottom-width: 1px;
	Border-right: solid;
	Border-right-width: 1px;
	Border-left: solid;
	Border-left-width: 1px;
	padding: 5px;
	color:  #60a6fb;
}

.dottedLeftLine
{
	border-left: thin;
	border-left: dotted;
	border-width: thin;
	color: #0099CC
}

.dottedRightLine
{
	border-right: thin;
	border-right: dotted;
	border-width: thin;
	color: #0099CC
}


.buttonline
{
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 0px;
	border-bottom: thin;
	border-bottom: solid;
	border-width: 1px;
	border-color: gray;
	width: 120px;
}


#container 
{
	width:800px; 
	margin:0 auto; 
	text-align:left;
}

#topSpace
{
	width:800px;
	height:20px;
}


#linksBar 
{
	width:800px;
	height:25px;
	color: orange;
	text-align:right;
}

#logoBar 
{
	width:800px;
	height:100px; 
}

#menuBar 
{
	width:800px;
	height:35px; 
	/* background: url("images/seperator.gif") no-repeat; */

}


#dynaPanel
{
	width:800px;
	height:250px;
	
	
}

#mainPanelContainer 
{	
	height:800px;
	background: white;
	float:left;
	
}


#mainPanel 
{	
	/* height:500px; */
	/* padding-top:20px; */
	/* padding-bottom: 20px; */
	/* border-width: 1px;*/
	background: white;
	color: #898989;
	float:left;
	
}

#mainPanel2 
{	
	/* height:500px; */
	/* padding-top:20px; */
	/* padding-bottom: 20px; */
	/* border-width: 1px;*/
	background: white;
	color:black;
	float:left;	
}

#footer 
{
	background: url("images/footer.png") bottom center no-repeat;
	width: 800px; 
	/* height:24px; */
	padding-top:2px;
	padding-bottom:8px;
	color: white;
	text-align:center;
}