/***********************************************/
/* SiteStyle#.css                              */
/* Use with N5 system by Illumicom, LLC        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../DemoImages/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 18px "Monotype Corsiva", BibleScrT, "Brush Script MT", "Times New Roman";
	color: #A63249;
	margin: 0px;
	padding: 0px;
	letter-spacing: .2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A88C4A;
}

h2{
 font: bold 16px "Monotype Corsiva", BibleScrT, "Brush Script MT", "Times New Roman";
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold normal 140% Arial, sans-serif;
	color: #356885;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

h4{
	font: bold 100% "Trebuchet MS", Verdana, sans-serif;
	color: #FCFB16;
	margin: 0px;
	padding: 0px;
	background-color: #790679;
}


/************** sidebox styles *****************/

#sidebox{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	right: 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

#sidebox a{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

#sidebox a:hover{
	text-decoration: underline;
	color: #E7E4A3;
}
/************** mainbox styles *****************/

#mainbox{
	font: 13px Verdana, sans-serif;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#mainbox a{
	color: #990000;
}

#mainbox a:hover{
	text-decoration: underline;
	color: #CF3D7E;
}
.maintext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 1px;

}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}

#footer a{
	color: #990000;
}

#footer a:hover{
	text-decoration: underline;
	color: #CF3D7E;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.border {
	border: 2px solid #000000;
}

