/* #nav is used to change the menu on the left side*/
*

#nav{
	width:50px;
	float:left;
}
/* content is all of the imformation that appears on the center part of the website*/

#sponsors{/* sponsors is used to change the logos at the bottom of each page*/
	height:150px;
	float: bottom;
}

.glossymenu{
 list-style-type: none;
 margin: 0px 0;
 padding: 0;
 width: 160px;
 border-top: 1px none #9A9A9A;
 border-right: 1px none #9A9A9A;
 border-bottom: 0 solid #9A9A9A;
 border-left: 1px solid #9A9A9A;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; /********************/
color: white;
display: block;
width: auto;
/*padding: 0px 0 0px 0px;*/
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}
.shadow{
	border:1px solid silver;
	font:10pt arial;	/***********************************/
	position:relative;
	display:inline;
	background:white;
	z-index:100;
	width: 160px;
	height: 150px;
	left: -1px;
	top: 2px;

}

.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=20); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:10
}

#content{
	width:750px;
	height:100%;
	float:left;
	padding-left:1em;
	padding-right:1em;
}
/*FONTS- Blue Title Fonts*/
/*All Body Text*/
body {   
	color: #4141c5;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:150%
	}
	
.footnote{/*footnote text at bottom of page*/
	font-size: 18px;
	text-align: center;
	font-weight:800;
}	

/*HEADINGS*/

h1 {
	color: #4141c5;
	font-size: 24px;
	text-align: center;
}
h2 {
	color: #4141c5;
	font-size:20px;
}

h3{/*Underlined Title Font*/
	text-decoration: underline;
}



/*List Text*/

li{
	font-size: 16px;
	color: #4141c5;
	list-style: disc;
	text-decoration: none;	
}

address{
	font-weight: 700;
}

.tab td {
	width: 200px;
	text-align: center;
}

table{
	align:center;
	width: 75%;
	border: 0;
	line-height:150%;
}
	

