/* This is a CSS Style Sheet with Navigation */


/* Newly Added- and removed heights from individual pages- Check to see if works */

html, body {
height: 100%;
}

div#container
	{ min-height: 100%;}
	
/* End */


body {background-color: #000000;
	background-image: url(images/stripesx.png);
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	
	/* Removed min-height: 100% and height: 100% */
	text-align: center;
	}

div#container {width: 960px;
	background-color: #000000;
	border-left: 4px solid #14141F;
	border-right: 4px solid #14141F;
	background-image: url(images/band.jpg);
	bckground-repeat: repeat-y;
	margin: 0 auto;
	}
	
	
/* Container Information for IE */
* html #container {
height: 100%;
}

/* End */
	
div#header {
	background-color: white;
	height: 190px;
	}


div#banner {height: 125px;
	text-align: center;
	padding-top: 20px;
	background-color: black;
	background-image: url(images/TulipsHeader.jpg);
	background-repeat: no-repeat;

	}
	
div#dropnav {height: 25px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
}	
	
/* Encompassing Elements */

h1 {color: #E5D334;
	}
	
.colorh {color: #8F45FF;}

td {color: #FFFFFF;
	font-size: 14px;}


a:link, a:visited {color: #3398BF; text-decoration: none;}
img { border: none; } 

a:hover {color: #FC9102;}




	
/* Java Menu */

#dropdown ul
{padding: 0;
margin: 0;}

#dropdown
{	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 30}

#dropdown li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold .9em trebuchet ms}
	

/* Drop Nav Hack for IE */
* html #dropdown li a {width: 118px}
/* End */
	
	

#dropdown li a
{	display: block;
	margin: 0 0 0 1px;
	padding: 4px 10px;
	width: 98.9px;
	background: #3398BF;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#dropdown li a:hover
{	background: #83669B;}

#dropdown div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#dropdown div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 96px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 12px trebuchet ms}

	#dropdown div a:hover
	{	background: #83669B;
		color: #FFF}
	
	/* Done With Java Drop*/
	


/*Center Column */

div#center 
	{width: 930px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	}
	
.cntimg
	{margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	}
	
.subtext
	{font-size: 11.5px;}

img {border-style: ridge;
	border-color: #FFFFFF;
	border-width: 5px;
	}

.imgborder
	{border-style: ridge;
	border-color: #FFFFFF;
	border-width: 5px;
		}

.leftside {float: left;
      margin-top: 2px;
      margin-right: 15px;
      margin-bottom: 2px;
      margin-left: 5px;
      }
      
.rightside {float: roght;
      margin-top: 2px;
      margin-right: 5px;
      margin-bottom: 2px;
      margin-left: 15px;
      }
      
 .leftnomargin {float: left;}
      
 .leftlink {float:left;
 	  margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 20px;
      }
      
  .rightlink {float:left;
 	  margin-top: 0px;
      margin-right: 20px;
      margin-bottom: 0px;
      margin-left: 840px;
      }
 
 #textleft
 	{text-align: left;} 


	
/*HTML Elements */

dt {color:#4747D1;}

/*This Is My Footer Information */

div#footer {clear: both;
	margin: 0px auto;
	position: fixed;
	bottom: 0px;
	height: 40px;
	background-color: #000000;
	width: 960px;
	padding: 3px 0px;
	border-top: 4px solid #14141F;
	font-size: 12px;
	}

div#footer p {margin:0px;
	line height: 120%;
	text-align: center;
	color: #FFFFFF;
	
	}
	
	



