body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	color:#2f295a;
}
a {
	color:#2f295a;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#2f295a;
	font-size:12px;
	text-decoration:none;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#centerdiv
{
	width: 950px; 
	height:auto;
	margin-top:0px;
	border-left:7px solid #FFFFFF;
	border-right:7px solid #FFFFFF;
	float:left;
	}

#header { 
	background:#000;
	height:150px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:right;
	color:#FFFFFF;
}
.headerPic {
	width:950px; 
	background:#333333 url(../img/headerPic4.jpg); 
	height:148px; 	
	margin-left:0px;
	margin-top:0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #d2d3fb; /* the background color will be displayed for the length of the content in the column, but no further */
	 /* padding keeps the content of the div away from the edges */
	height:auto;
    padding-top:5px;
}


.main
{
     float:right;
     width:700px;
     margin-top:120px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e1ff98; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 160px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
 margin-top:0px;
  float:left;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:781px;
	height:auto;
	margin-left:7px;
	background-image:url(../img/orange_fruit_1280x1024.jpg);
	
	}
.college {
	float:right;
	margin:0 0 15px 15px;
} 
#footer 
{ 
	
	background: url(../img/footerBackground.jpg) left top repeat-x;
	height:60px;
} 
#footer p
 {
	text-align:center;

	color:#FFFFFF;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
	Font-size:12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin #navigation*/
#navigation
{
	height:60px;
	margin-top:0px;
}
#index, #index div, 
#academics, #academics div, 
#campus , #campus div, 
#offices, #offices div, 
#contact,  #contact div
 {
	height:80px;
	position:absolute;
	width:97px;
	float:left;
}
#index, #academics, #campus, #offices, #contact{
	background-image: url(../img/nav.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#index{
	background-position: 0px -25px;
	margin-left:6px;
}
#academics{
	background-position: -98px -25px;
	margin-left:105px;
}
#campus{
	background-position: -196px -25px;
	margin-left:204px;
}
#offices{
	background-position: -294px -25px;
	margin-left:303px;
}
#contact{
	background-position: -392px -25px;
	margin-left:402px;
}
#index div, #academic div, #campus div, #offices div, #contact div {
	background-image: url(../img/white.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -60px;	
}	
.pri-nav a{
	display:block;
	text-decoration:none;
	text-indent:-30000px;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#e1ff98;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
text-decoration:none;
}
/*end #navigation*/


.Flashdiv
{
    width:335px;
    height:199px;    
    padding-top:20px;
    vertical-align:middle;
    float:right;
    clear:left;
    padding-left:10px;
}
.Textdiv
{
	width :350px;
	height :200px;
	float :left;
}
.maindiv
{
	background-image:url(../img/orange_fruit_1280x1024.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif Arial Black;
	font-size:12px;
	
}
