/* sets the page margin to zero */
body {
	margin: 0px 0px 0px 0px;
	font: 100% arial, helvetica, sans-serif;
	background: #5E5E99;
	background-image: url(../images/bgpage.gif);
	background-repeat: repeat-y;
	background-position: 720px;
}

/*mainContainer is a container for all page elements "margin: 0 auto" centers this container in the middle of the page the styles preceded by the # symbol are what is know as ID selectors. ID is meant for a specific formating to a single instance*/
#mainContainer {
    margin: 0px 0px 0px 0px;
    width: 720px;
	padding: 0px 0px 0px 0px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100px;
	z-index: 1;
}

#headtoggle {
	width: 121px; height: 70px;
	position:absolute;
	top:0px;
	left:100px;
	background:transparent;
	color:#039;
	z-index: -1;
}

#headtoggle h1 {
  margin: 0;
  width: 400px;
  }

/*the main or (top) navigation system--Home About etc...
menu-top justifies this element to the right of the wrapper container*/
#topmenu {
	background: #3399ff;
	padding: 2px 0px 2px 264px;
	border: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
}

#login {
	font-size: 90%;
	color: #ffff99;	
	position: absolute;
	top: 105px;
	left: 10px;
}

#logtime {
	font: 90%;
	color: #ffff99;	
}

#topmenu a {
	text-align: left;
	text-decoration: none;
	font-family:arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	border: none;
	border: solid 1px #3399ff;
	font-weight : bold;
}

#topmenu a:hover {
	border: solid 1px #000000;
	color: #ffffff;
	background-color: #000000;
}

/*reserves the space for the nav bar*/
#menu, #menu ul {
	width: 27em;
	padding: 3px 0px 3x 0px;
	margin: 0;
}

/*defines the block area for each button (or link) in the nav bar. display: inline; display the list items horizontally
as apposed to the default verticle representation.*/
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px 4px 4px 20px;
}

/*the area reserved for content*/

/*used for the home page only*/
#content {
    margin: 0px;
	background: #7B68EE;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
}

/*used for secondary level pages excluding the events pages*/
#content2 {
    margin: 0px;
	background: #7B68EE;
	background-image: url(../images/contentbg2.gif);
	background-repeat: repeat-y;
}

/*used for event section pages only*/
#nanopen {
	margin: 0px;
	background: black;
	background-image: url(../images/western_border.jpg);
	background-repeat: repeat-y;
	width: 154px;
	height: 550px;
}

/* the hieght of this element is critical necessary to prevent extra space
at the bottom of the page*/
#leftcol {
	padding: 0px 0px 10px 0px;
	margin-left: 0px;
	width: 154px;
	height: 550px;
}

#events {
	margin-left: 0px;
	margin-top: 0px;
	width:202px;
	background: #D7E9FD;
	padding: 0px 0px 0px 0px;
	border: solid;
	border-top: none;
	border-right: none;
	border-width: 1px;
}

#gameon {
	margin-left: 0px;
	margin-top: 0px;
	width:202px;
	background: #3E94E1;
	padding: 0px 0px 0px 0px;
	border: solid;
	border-width: 1px;
	border-right: none;
}

#gameon p{
		color: white;
}

.heading {
	background-image: url(../images/headbg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-weight: bolder;
	padding: 0px 0px 0px 5px;
	color: #ffffff;
}

.headingsp {
	background-image: url(../images/headbg2.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-weight: bolder;
	padding: 0px 0px 0px 5px;
	color: #ffffff;
}

.sidecon, .leftnav {
	padding: 10px 15px 10px 15px;
	font-size: smaller;
}

.leftnav {
	margin-top: 10px;
}
  
  .leftnav p {
    margin: 0 0 13px 0;
    }

    .leftnav a {
    	text-decoration: none;
    	font-family:arial, Helvetica, sans-serif;
    	font-size:13px;
    	color: #dbf2ff;
    	font-weight : bold;
    }
    
    .leftnav a:hover {
    	color: #ffffff;
    	text-decoration: underline;
    }
  
.summaryNew a {
	color: blue;
}
.summaryNew a:visited {
	color: blue;
}
.summaryNew a:hover {
	color: red;
}
.summaryOld a {
	color: #999;
}
.summaryOld a:visited {
	color: #999;
}
.summaryOld a:hover {
	color: blue;
}
.group {
	color: #999;
	font-size: 75%;
}
.cap {
	color: #628EAD;
	font-size: 75%;
}
.small {
	font-size: 85%;
}
.xsmall {
	font-size: 70%;
}
#centercol {
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	width:312px;
	position: absolute;
	top: 125px;
	left: 204px;
}
  #centercol img {
    margin: 0 1px 0 0;
    }

/* in order to prevent elements bleeding too close to the edge of the 
content area, I've made this column a little narrower than it's corresponding
column in ienew_db.css*/
#centercol2 {
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
	width: 540px;
	height: 545px;
	position: absolute;
	top: 129px;
	left: 155px;
	overflow: auto;
}
#centercolno {
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
	width: 540px;
	height: 545px;
	background: url(../images/graffiti1.gif) no-repeat bottom right;
	position: absolute;
	top: 129px;
	left: 155px;
	overflow: auto;
}
#welcome {
	padding: 10px 10px 0px 15px;
	text-align: justify;
	width:283px;
}

#address {
	margin-left: 55px;
}

#map {
	margin-left: 25px;
}

#photos {
	margin-left: 1px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
	border-width:1px;
}


#legue {
	margin-left: 0px;
	margin-top: 10px;
	width:204px;
	background-image: url(../images/feature2bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	border: solid;
	border-width: 1px;
	border-top: none;
	border-left: none;
	position: absolute;
	top: 115px;
	left: 515px;
}

#promo {
	margin-left: 0px;
	margin-top: 0px;
	width:204px;
	background-image: url(../images/featurebg.gif);
	background-repeat: repeat-y;
	padding: 0;
	border: solid;
	border-width: 1px;
	border-left: none;
	position: absolute;
	top: 322px;
	left: 515px;
}

#affiliate1 {
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	top: 470px;
	left: 545px;
}

#affiliate2 {
	margin-left: 15px;
	margin-top: 30px;
	position: absolute;
}

#footer {
	padding: 10px 0px 10px 0px;
	height: 70px;
	font-size: x-small;
	text-align: center;
	background: #5e5e99;
	color: #adf1ff;
}

#footer a {
	color: #adf1ff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

table {
	font-size: 90%;
}
  
  table.key-passage {
    font-size: 100%; 
  }

.minortext {
	font-size: 70%;
}

#signature {
	display: none;
  padding: 0px 0px 0px 0px;
	height: 22px;
	font-size: xx-small;
	text-align: center;
	background: #7B68EE;
	background: #7B68EE url(../images/footerbg.gif);
	color: #cccccc;
}

#signature table {
	color: #cccccc;
	border: none;
}

#signature a {
	color: #cccccc;
	text-decoration: none;
}

#signature a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.red {
	color: red;
}
.questions {
	color: #66f;
	font-style: italic;
	font-weight: bold;
}
.caption {
	color: #fff;
	background: #999999;
	padding: 5px 15px 5px 15px;
	margin: 0px 10px 0px 0px;
}
.new {
  font-style: italic;
  color: red;
  font-weight: bold;
  }
