﻿body 
{
	background-color: #7c002f

}


linkButton{
   color: #00f;
   background-color: transparent;
   display:inline;
   border:0;
   cursor: pointer;
   text-decoration:underline;
   padding:0;
   margin:0;
   width:auto; 
   overflow:visible; 

}
.linkButtonUnderline{
   
   text-decoration:underline;
}
.linkButton, .linkButtonUnderline{
      color:#00f;
}

.linkButton.over,.linkButton:hover, .linkButtonUnderline:hover,a:hover{
   color:#CC0033;
}

a.links p:hover
{
	background: #dd0;
	font-family: Century Gothic;
	font-size:14px;
	color: White;
	font-weight:bolder;
	
	}
a.links
{

	font-family: Century Gothic;
	font-size:14px;
	color: Maroon;
	font-weight:bolder;
	
	}

	
.title
{
	font-family: Century Gothic;
	font-size: 18px;
    font-weight:bolder;
}


.bodytitle
{
	
	font-family: Century Gothic;
	font-size:18px;
	color: Maroon;
    font-weight:bolder;
}




.backlinks
{
	font-family: Century Gothic;
	font-size:14px;
	color: Maroon;
	font-weight:bolder;
	 text-decoration:none;
	
	}
	
.labels
{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
	}
	
	.labelswhite
{
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
	}
	
.bodytxt
{
   color:Gray;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:normal;
	}	
input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}
   
input.txtbox{
   color:Maroon;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-color:Maroon;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#112244004477');}
   
   

/*For Tab Menu*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(css/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(css/blockactive.gif) center center repeat-x;
}

/* If IE7*/
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}