/* CSS Document */

/* CSS Document */
/*For all pages*/



body		{
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #003;
	background-color: #fff;
}

.banner		{
	position: absolute;
	width: 750px;
	height: 100px;
	top: 0px;
	left: 0px;
	background-image: url(../images/YaleBannerHistory.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #02256a;
	z-index: 2;
}

.navbar		{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 144px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #666;
	padding: 0px;
	margin-bottom: 0px;
	z-index: 4;
	overflow: hidden;
}
.navbar p    {
	display: none;
	}
	
.navbar ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	
}
	
.navbar ul li	{
	margin-left: 0px;
	border-top: 1px solid #80a7ec;
	text-decoration: none;
	}

.navbar ul li a	{
	display: block;
	padding: 5px 0px 5px 10px;
	border-left: 10px solid #a2c5ff;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #69c;
	background-color: #02256a;
	color: #fdfcde;
	text-decoration: none;
	width: 100%;
}
html>body.navbar ul li a {
width: auto
}

.navbar ul li a:hover	{
	display: block;
	padding: 5px 0px 5px 10px;
	border-left: 10px solid #a2c5ff;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #69c;
	background-color: #fff;
	color: #02256a;
	text-decoration: none;
	width: 100%;
	
}
.bigbox		{
	position: absolute;
	top: 100px;
	left: 144px;
	width: 750px;
	height: auto;
	background-color:#FFFFCC;
}

.bottom	{
position:static;
clear: both;
float:left;
height: 30px;
width: 100%;
border-top: 1px solid #02256a;
font: 8px Verdana, "Trebuchet MS", Arial, sans-serif;
color: #02256a;
background-color:#FFFFCC;
}

h1	{
	font: 30px Georgia, Times, "Times New Roman", serif;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	top:0px;
	color:#Fbfcf5;
	background-color:#02256a;
}

h2		{
	font: 20px Georgia, Times, "Times New Roman", serif;
	
}
.small		{
	font-size: 9px;
}

/* For Home Page*/
/* Left text*/
.container		{
	position:relative;
	float: left;
	top: 0px;
	width: 258px;
	margin-left:10px;
	margin-right: 20px;
	border-style: solid;
	border-color: #02256a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	z-index: 1;
}


/*Picture under navbar*/
.home-left		{
	position: absolute;
	left: 0px;
	width: 144px;
	top: 298px;
	height: 324px;
	border-right: 1px solid #666;
	background-image:url(../images/spring_frisbee.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFCC;
	overflow:hidden;
	background-position: top left;
	z-index: 2;
}
/*text right of container*/
.right		{
	position:relative;
	/*left: 485px;*/
	float: left;
	top: 0px;
	width: 250px;
	border-style: solid;
	border-color: #02256a;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
	
/* History image replacement*/
	#history {
		/*Size of the image*/ 
		padding-top: 47px;
		padding-left: 200px; 
		width: 250px; 
		height: 160px;
		background-color:#FFFFCC;

		/*The image*/ 
		background-image: url(/images/history.gif); 
		background-repeat: no-repeat; 
		
		/*Hide the HTML text*/ 
		height: 0px;
		overflow: hidden; 

		/* WIN IE5 hack: without this the html text shows through */ 
		height: 160px; 
		voice-family: "\"}\""; 
		voice-family:inherit; 
		/* the height: 0 below is key.*/
 		height: 0;
}
#meeting	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	height: 100px;
	width: 100%;
	overflow:scroll;
}
/* German image replacement*/
	#german {
		/*Size of the image*/ 
		padding-top: 160px; 
		width: 250px; 
		/*height: 207px;*/
		background-color:#FFFFCC;

		/*The image*/ 
		background-image: url(/images/GermanBand.gif); 
		background-repeat: no-repeat; 
		
		/*Hide the HTML text*/ 
		height: 0px;
		overflow: hidden; 

		/* WIN IE5 hack: without this the html text shows through */ 
		height: 160px; 
		voice-family: "\"}\""; 
		voice-family:inherit; 
		/* the height: 0 below is key.*/
 		height: 0;
}

#bluelines		{
		height: 30px;
		width: 100%;
		overflow:scroll;
}

#header	{
		width: 100%
		height: 200px;
		clear:both;
}