/***************************************
	BagepipingByJames.com
	Custom CSS
****************************************
	PiJeoN Queue Productions (c)2007
  by Paul J Narsavage	(Aug-2007)
****************************************

Color Scheme:
	DkGrn:	#003300		Page Background
	DkBlue:	#330066		General Background
	Yellow:	#FFFF00		Text
	White:	#FFFFFF		Titles
	DkYell:	#FFCC00		Headings
	LtYell:	#FFFFCC		Links
	
***************************************/

/***************************************
GENERAL TEXT
***************************************/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #FFFF00;
	margin: 0;
	background: #003300;
	background-image: url(Images/BethlehemTartan.bg.gif);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed /*scroll, fixed*/;
}

.main {
	background: #330066;
	border: 1px #003300 solid;
	margin: 50px;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin-left: 18px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 8px;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.small {
	font-size: 10px;
}
.small a:link { font-size: 10px; }
.small a:visited  { font-size: 10px; }
.small a:active { font-size: 10px; }
.small a:hover { font-size: 10px; }

.hide {
	display: none;
}

.hidden {
	font-size: 1px;
	color: #330066;
	background-color: #330066;
}

li {
	list-style: url(Images/arrow.gif) square;
}

/***************************************
HEADINGS
***************************************/
/*
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold; 
	color: #000000; 
	margin-top: 24px;
	margin-bottom: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	margin-top: 18px;
	margin-bottom: 8px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	margin-top: 10px;
	margin-bottom: 8px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	margin-top: 10px;
	margin-bottom: 8px;
}
*/

/***************************************
LINKS
***************************************/
a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
  font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	cursor: hand;
}
a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	cursor: hand;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #330066;
	background-color: #FFFFCC;
	text-decoration: none;
	cursor: hand;
}

.activePageLink {
	color: #330066;
	background-color: #FFFFCC;
}
.activePageLink a:link {
	color: #330066;
}
.activePageLink a:active {
	color: #330066;
}
.activePageLink a:visited {
	color: #330066;
}

.bord {
	border: 1px solid #000000; 
}
