@charset "utf-8";
body  {
	font-size:12pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container {
	width: 885px; 
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #006600;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 80px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*NAVBAR*/
#navbar {
	width: 220px;
	float: left;
	padding-bottom:5px;
	padding-top: 25px;
}

.navbar {
	font-family: Kalinga, "Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:center;
	letter-spacing: -1px;
}
.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar ul a {
	display: block;
	width: 210px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	padding-left: 10px;
}
/*.navbar ul a:hover {
	text-decoration:none;
	color:#3A4D00;
}*/

/*General link hover prpoerties*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #384b09;
}
a:hover {
	text-decoration: none;
	color: #B9B9B9;
}
a:active {
	text-decoration: none;
	color: #384b09;
}
a {
	color: #384b09;
}

/*BOTTOM NAVBAR-originally used with version 1. replaced by topNavbar*/
#bottomNav {
	height:2em;
	padding-left: 185px;
	font-family: Kalinga, "Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006600;
	}
#bottomNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:885px;
	float:left;
	}
#bottomNav ul li {
	float:left;
	}
#bottomNav ul a {
	display:block;
	padding: 0 1em;
	line-height: 2.3em;
	text-decoration:none;
	float:left;
	}
#bottomNav a:link {
	text-decoration: none;
}
#bottomNav a:visited {
	text-decoration: none;
	color: #333333;
}
#bottomNav a:hover {
	text-decoration: none;
	color: #B9B9B9;
}
#bottomNav a:active {
	text-decoration: none;
	color: #333333;
}
#bottomNav a {
	color: #333333;
}

/*TOP NAVBAR*/
#topNav {
	height:2em;
	padding-left: 0px;
	font-family: Kalinga, "Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	border-top-width: thin;
	float: right;
	}
#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:500px;
	float:right;
	}
#topNav ul li {
	float:right;
	}
#topNav ul a {
	display:block;
	padding: 0 1em;
	line-height: 2.3em;
	text-decoration:none;
	float:left;
	}
#topNav a:link {
	text-decoration: none;
}
#topNav a:visited {
	text-decoration: none;
	color: #333333;
}
#topNav a:hover {
	text-decoration: none;
	color: #B9B9B9;
}
#topNav a:active {
	text-decoration: none;
	color: #333333;
}
#topNav a {
	color: #333333;
}

address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}
/*STYLING FOR H2 & H4 Headers*/
h1 {
	font-family:Kalinga, "Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
	color:#009900; /*--light green--*/
	font-weight:100;
	}
h4 {
	font-family:"Trebuchet MS";
	font-weight:100;
	color:#333333; /*--gray--*/
	}
h5 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
h2 {
	font-family:Kalinga, "Trebuche MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333; /*--light grey--*/
	font-weight:100;
	font-size: 14pt;
	}
/*DIV FOR SLIDESHOWPRO*/
#apDiv7 {
				align:center;
				left:0px;
				top:0px;
				width:auto;
				z-index:7;
			}
#apDiv8 {
				align:center;
				left:0px;
				top:0px;
				width:auto;
				z-index:7;
			}

/*FOR OTHER ARSTISTS*/
#otherartists a:link {
	text-decoration: none;
}
#otherartists a:visited {
	text-decoration: none;
	color: #333333;
}
#otherartists a:hover {
	text-decoration: none;
	color: #B9B9B9;
}
#otherartists a:active {
	text-decoration: none;
	color: #333333;
}
#otherartists a {
	color: #333333;
}

/*Table Formating to remove green box*/
table a:link {
	text-decoration: none;
}
table a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
table a:hover {
	text-decoration: none;
	color: #B9B9B9;
}
table a:active {
	text-decoration: none;
	color: #FFFFFF;
}
table a {
	color: #FFFFFF;
}
table {
	border-width: 0px;
	}
/*MooTools Slideshow Formating*/	
#slideshow-container	{ width:460px; height:345px; position:relative; }
#slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:99; }