/* Everywhere's Local Website Style Sheet */
/* Created by: Joshua Lee Rodgers - Quantum Rift Software */
/* Created on: 25 August 2005 */
/* Last Modified: 15 August 2006 */

/* Links must be in this order, otherwise don't work */
 
/*
 * Normal Links
 */
	a
	{
		text-decoration: none;
		border-bottom: dashed 1px;
	}
	a:link
	{
		color: #000044;
	}
	a:visited
	{
		color:#000088;
	}
	a:hover
	{
		color:#8f8f8f;
	}
	a:active
	{
		color: #000066;
	}

/*
 * Divisions
 */
	html,body
	{
		margin: 0;
		padding: 0;
		font-family: Verdana, Tahoma, sans-serif;
		font-weight:400;
		font-size: .9em;
		background-color: #ffffff;
		color: #cccccc;
		line-height: 1.25em;
	}
	
	#bottomsection
	{
		margin: 0 auto;
		text-align: center;
	}



.xsnazzy h1 { margin:0 10px; padding-bottom:5px; border-bottom:#0088cc solid 1px; font-size: 1.3em;}
.xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
/*.xsnazzy h1 {font-size:2.5em; color:#fff;}*/
.xsnazzy h2 {font-size:1.1em;color:#06a; border:0;}
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy h2 {padding-top:0.5em;}

.xsnazzy {
	background: transparent; 

	margin:0px; 

	width:99%; 
	text-align:left;
	
	margin-bottom:5px;
}

.xtop, .xbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff;/*#d4d4d4;*/ border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}



.xboxcontentheader {
	text-align:center;
	display:block; 
	background:#ffffff;
	color:#0088cc;
	
	padding-top: 0.5em;
	
	border:0 solid #08c; 
	border-width:0 1px;
	line-height: 1.5em;
}

.xboxcontent {
	padding-left: 1em;
	display:block; 
	background:#ffffff;/*#d4d4d4;*/ 
	border:0 solid #08c; 
	border-width:0 1px;
	color: #000066;

	padding-top: 0.5em;
}


