/* Pretty Stuff 
================================== */

body {
 /* font: 100%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;*/
 font-family: Arial, Helvetica, sans-serif;
 background-color:#99CCC;
  margin: 0;
  padding: 0;
  /*background: #fff url(images/bg-fixed.gif) repeat-y left top;*/

}

#wrapper {
  background-color:#FFFFFF;
  padding: 2px;
}

/* Centering Technique
================================== */

body { 
  text-align: center; 
  width: 760px;
  margin: 0 auto; 
  
}

#wrapper { 
  width: 760px; 
  margin: 0 auto; 
  text-align: left; 
 
} 


   

/*
body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:  url(file:///L|/Webs/CUCNY_NEW/images/background-colored.gif);
	color:#CCCCCC;
	margin: 0;
	padding: 0;
}*/
/*Auto left and right margins center the wrapper in modern browsers.
IE5.x Windows has a workaround found in the Conditional Comment in the
Starter Page code. It is described in the tutorial.*/
/*#wrapper {
	/*color: #333333;
	width:760px;
	margin: 0 auto;
	color:#0072bc;
	border:2px;
	border-color:#000000;
	border-style:groove;
}*/

/*#topcolor {
	height: 153px;
	background-color:#3399CC;
	}*/
	
#bluebar1 {
	height:153px;
	float:left;
	background-image:url(../images/blue_spacer-2x153px.gif)	repeat-x;
	}

#logodiv {
	height: 153px;
	float:left;
}

#columbia	{
	float:right;
	height: 153px;
	}

/*#bluebar	{
	width: 100%;
	float:left;
	/*height:10px;
	background-color:#0066cc;
	}*/
	
#bluebar	{
	margin-top:1px;
	margin-bottom:1px;
	width: 100%;
	float:left;
	height:2px;
	background-color:#02629F;
	}	
#navcontainer {
	background-repeat: no-repeat;
	padding: 0px;
	width: 95%;  /*made this wider to accomodate the width of the longest text in the top menu */
	height: 36px;
	margin:0 auto;
	position: relative;
	left: auto;
	right: auto;
	
}

#pagetitle {
	position: relative;
	top: auto;
	width: 75%;
	left: auto;
	right: auto;
	bottom: auto;
}
	
	
#pagecontent {
	float:left;
	width:90%;
	margin-left:18px;
	margin-right:10px;
	/*margin: 0 auto;*/
	
	padding:2px;
	
	
}

.calendar	{
	Float: left;
	width:235px;
	margin-left:1px;
	padding: 1px;
	margin-right: 5px;
	border:2px solid gray;
		}
	
#calender_club	{
	
	
	float:left;
	width:inherit;
	
	
	
	
	}
	
#calender_university	{
	float:left;
	width:inherit;
	padding:5px;
	border:inherit;
	
	}

#currentevents {
	float:right;
	margin-right:10px;
	margin-left:10px;
	padding:5px;
	line-height:1.0;
	width:200px;
	font-size: 11px;
	display:block;
	background-color: #CCCCCC;
}

.clear {
	clear:both;
		}
#footer	{
	margin-left:-2px;
	float:left;
	width: 764px;
	background-color:#FFFFFF;
	}
.formLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
}
