/* CSS Document */

body {
	font:9pt/17pt Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	background-color:#cccedb;
	}

#clear {
	clear:both;
	
}
#bigbg{
	clear:both;
	width:100%;
	height:100%;
	background-color:#cccedb;
	
	}

a {
	color: #003369;
	
}
p {
	line-height:17px;
	}
	
#topbar{
	height:100%;
	background-image:url(../Images/top_header.gif);
	background-repeat:repeat-x;
	padding-top:28px;
	}
#container{
	width:767px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-right:1px solid #b8c9e2;
	border-left:1px solid #b8c9e2;
	}
	
.logo{
	display:inline;
	width: 185px;
	height: 99px;
	float: left;
	margin-bottom:0px;
	margin-top:-2px;
	
	
}
.logo a{
	display:block;
	width: 185px;
	height: 101px;
	text-indent:-5000px;
	background-image:url(../Images/logo.gif);
margin:0;
	padding:0;
}
#clouds{
	display:inline;
	float:left;
	width:472px;
	height:99px;
	background-image: url(../Images/sky.gif);
	/*margin-bottom:27px;
	margin-top:27px;*/
	}
#tower{
	display:inline;
	float:right;
	width:116px;
	height:99px;
	background-image:url(../Images/tower.gif);
	margin-bottom:-99px;
	margin-top:-99px;
	
	
	}
#nav_bar{
	clear:both;
	
	height:29px;
	background-image:url(../Images/nav_bar.gif);
	background-repeat:repeat-x;
	/*margin-top:10px;*/	
	}
 ul#main_nav{
	 list-style-type:none;
	 margin:0;
	 padding:0;
	
	 /*background-image:url(../Images/nav_bar.gif)
	 background-repeat:repeat-x;*/
   margin-top:-18px;
 }
 ul#main_nav li{
	 float:left;
	 display:inline;
	 margin-left:135px;
	 height:20px;
	
 }
 ul#main_nav li a{
    
	 display:block;
	text-indent:-5000px;
	 height:20px;
	margin-top:-10px;
	padding:0;
 }
  
  ul#main_nav li.home {
     
  	background:url(../Images/nav_home.gif) no-repeat;
	width:40px;
	margin-left:63px;
	 
  }
   ul#main_nav li.alumni {
  	background:url(../Images/nav_alumni.gif) no-repeat;
	width:52px;
	margin-left:125px;
}

  ul#main_nav li.classifieds {
  	background:url(../Images/nav_classifieds.gif) no-repeat;
	width:86px;
	margin-left:125px;
  }	 
  
 /* ul#main_nav li.services {
  	background:url(../Images/nav_services.gif) no-repeat;
	width:82px;
	margin-left:94px;
  }*/
  ul#main_nav li.contactus {
  	background:url(../Images/nav_contactus.gif) no-repeat;
	width:78px;
	margin-left:125px;
  }	  
  #column1{
  clear:left;
  float:left;
  width:740px;
  height:auto;
/* height:500px;*/
  margin-top:20px;
  margin-left:20px;
  margin-bottom:20px;
  margin-right:20px;
  
  }
  #footer
  {
    position:relative;
	width:767px;
	margin:0 auto;
	background-color:#6f779f;
	height:27px;
	margin-top:25px;
	
	}
.copyright {
	color:#FFFFFF;
	display:block;
	text-align:center;
	font-size:12px;
}

