/*THIS BEGINS PAGE FORMATTING STANDARDS*/

* { margin: 0 ; padding: 0; }

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		9px;
	color:			#000000;
	line-height:	1.2;
}

a:link    { color: #ff0000; font-weight: bold; text-decoration: none;}
a:active  { color: #ff0000; font-weight: bold; text-decoration: none;}
a:visited { color: #ff0000; font-weight: bold; text-decoration: none;}
a:hover   { color: #ff0000; font-weight: bold; text-decoration: none;}

h1, h2, h3, h5, h6, p { padding: 5px 0 5px 0; }

h1 	{font-size: 32px; font-style: normal; font-weight: bold; }   /* titles */
h2 	{font-size: 18px; font-style: normal; font-weight: normal; line-height: 1.1; }   /* lead out statements */
h3 	{font-size: 16px; font-style: italic; font-weight: normal; }   /* authors in articles */
p 	{font-size: 16px; font-style: normal; font-weight: normal; text-align: justify; } /* general article text */
h4 	{font-size: 12px; font-style: normal; font-weight: normal; text-align: left; padding:2px 8px; } /* general index text */
h5 	{font-size: 16px; font-style: normal; font-weight: normal; text-align: left; } /* authors in index */
h6 	{font-size: 10px; font-style: normal; font-weight: normal; text-align: left; color: #ff0000; } /* privacy policy */

#container {
	width:		750px;
	position:	absolute;
	left:		50%;
	margin:		10px 0 0 -375px;
}

#header {
	width:		750px;
	height:		149px;
	text-align:	left;
	float:		left;
	clear:		left;
}

#header img { float:left; }

#menu {
	width:			750px;
	float:			left;
	clear:			left;
	text-align:		center;
	border-bottom:	4px solid black;
	font-size:		17px;
}

#content {
	width:			750px;
	float:			left;
	clear:			left;
	border-bottom:	2px solid black;
	padding-bottom:	10px;
}

#content span {
	font-style:		italic;
	font-weight:	bold;
	text-align:		left;
}

#copy {	
	width:750px;
	text-align:center;
	padding-bottom:10px;	
}

#footer {
	width:	750px;
	clear:	left;
	float:	left;
}

#rfoot {
	width:	375px;
	float:	right;
	clear:	right;
}

#rfoot p { text-align: right; }

div.clear { clear: both; }
div.bottom { margin-bottom: 10px; }

/*THIS ENDS ALL PAGE FORMATING*/

/*SAVE AND SHARE CODE*/
.save table { width:300px; border:1px solid #000; }
.save table h2 { background:#000; color:#FFF; padding-left:10px; }
/*END SAVE AND SHARE CODE*/

/*IMAGE AND TEXT EDITS*/
.imgr {
	margin:		5px 0px 10px 15px;
	float:		right;
	clear:		right;
	text-align:	center;	
	font-size:	12px; }

.imgl {
	margin:		5px 15px 10px 0px;
	float:		left;
	clear:		left;
	text-align:	center;	
	font-size:	12px; }

.band	{ background: #000; color:#fff; font-size: 10px; text-align:center; }

.bndbttm	{ background: #000; color:#fff; font-size: 10px; text-align:center; margin-bottom: 8px; }

.red 		{ color: #cc0000; }
.dredbar 	{ color: #ffffff; background: #990000; padding: 3px 10px; margin: 5px 0; }
.redbar 	{ color: #ffffff; background: #cc0000; padding: 3px 10px; margin: 5px 0; }
.pink 		{ color: #ee4a7d; }
.pinkbar	{ color: #ffffff; background: #ee4a7d; padding: 3px 10px; margin: 5px 0; }
.blackbar	{ color: #ffffff; background: #000000; padding: 3px 10px; margin: 5px 0; }
.blue 		{ color: #0000ff; }
.blue2 		{ color:#003399;}
.bluebar 	{ color: #ffffff; background: #0000ff; padding: 3px 10px; margin: 5px 0; }
.lblue		{ color: #0099FF;}
.lbluebar	{ color: #ffffff; background: #0099FF; padding: 3px 10px; margin: 5px 0; }
.lgreen 	{ color: #8cc63f; }
.lgreenbar	{ color: #ffffff; background: #8cc63f; padding: 3px 10px; margin: 5px 0; }
.lblue		{ color: #00aeef; }
.lbluebar	{ color: #ffffff; background: #00aeef; padding: 3px 10px; margin: 5px 0; }
.aqua		{ color: #009966; }
.aquabar	{ color: #fff; background: #009966; padding: 3px 10px; margin: 5px 0; }
.bandbottom { text-align:left; margin: 3px 5px; float:left }
.center { text-align: center; }
.200 { width: 200px; }
.250 { width: 250px; }
.300 { width: 300px; }
.350 { width: 350px; }
.200 img { width: 200px; }
.250 img { width: 250px; }
.300 img { width: 300px; }

.concert240 { float:left; width:240px; margin:0 4px 10px 4px; background: #000; color:#fff; font-size: 10px; text-align:center; }
.concert360 { float:left; width:360px; margin:0 6px 10px 6px; background: #000; color:#fff; font-size: 10px; text-align:center; }

.phone {border:1px solid #666666;}

.phone h2 {background:#666; color:#fff;}

.phone ul {margin-left:20px; font-size:14px; text-align:left; padding:10px;}

.phone ul li {margin:3px 0; color:#666; font-weight:bold;}


/*THIS ENDS ALL TEXT AND IMAGE EDITS*/

/*ISSUE SPECIFIC CODE*/

