@charset "UTF-8";
/* CSS Document */



* {padding: 0; 
margin: 0}

body {
	background-image: url(images/gradient4.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000066;
	text-align: center;
	
}

p { font-family: Tahoma, Geneva, sans-serif; 
	margin-top: 1em;
	margin-bottom: 1em;
	}

#bigbox {
		min-height:100%;
		position:relative;
	}


#container {
		background-color: #ffffff;
		margin: 10px 25px 100px 150px;
		padding-bottom:100px;
		text-align:left;
	
		}


#containerindex {
		background-color: #ffffff;
		margin: 25px 25px 0px 150px;
		text-align:left;
		height: 400px;
		}
#sidebarcontainer {
		float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
		}

#header {
	margin-right: 25%;
	width: 100%;
	height: 135px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
			}
			
#navbar {
	background-color: #006699;
	height: 2em;
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding-left: 125px;
	text-align:left;
	}
	
.reverse {
	color: #FFF;
}


#adblockleft {
	padding: 10px 5px 10px 5px;
	width: 210px;
	}

/*copied styles */

.twoColFixLtHdr #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 */
}
 #sidebar1 {
	 background-image: url(images/arrows.gif);
background-repeat: no-repeat;
background-position: center;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 25 0px;
		}
		
#sidebar1Text {
padding: 15px 10px 10px 35px	
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 5px 10px 0px 150px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/gradient3.gif);
	background-repeat: repeat-x; 
	height: 100px;
	background-color: #000066;
	width: 100%;
	position:relative;
	bottom: 0;
} 
#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 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	font-size:12px;
}
#spacer {
	background-color: #FFF;
	width: 100%;
	height: 1em;
		}

#base {
	background-color: #000066;
	width: 100%;
	
	}
			

			
/*image divisions */

#headpicright {
	
	float:right;
            }
			
	#headpicleft {
		float:left;
		padding: 70px 0px 20px 125px;
            }
			
			#crumbs { list-style: none; }
#crumbs li { display: inline; }

/*font styles */

#definition		{
	margin: 0px 25px 0px 50px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #06C;
	font-size: 16px;
}

#level   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin: 82px 0px 0px 140px;
	float: left;
}

h1  {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #06C;
	font-size: 20px;
	font-variant: small-caps;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #06C;
	font-size: 16px;
	}

h3 {
	font-family:"Arial Black", Gadget, sans-serif;
	color: #06C;
	font-size: 14px;
	}

ul {
	padding-left: 25px;
}
	
	