/*Order of styles:  Body tag first, then list all styles related to body. Follow with all layout styles (such as predesigned styles), then ids in order of appearance, then tags alphabetically, then classes alphabetically */

body  {
	font: 100% "Times New Roman", Times, serif;
	background: #215dad;
	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: #fff;

scrollbar-face-color: #215dad;/*--face of arrows and bar(s)moving up/down*/
	scrollbar-shadow-color:#a5cff7;/*right side of bar(s) moving down*/
	scrollbar-highlight-color: #a5cff7;
	scrollbar-3dlight-color: #215dad;
	scrollbar-darkshadow-color: #215dad;
	scrollbar-track-color: #215dad;
	scrollbar-arrow-color: #a5cff7;
	background-repeat: no-repeat;
}


body#intropage li#intro a,
body#homepage li#home a, 
body#registerpage li#register a, 
body#alumnilinkspage li#alumnilinks a, 
body#aboutuspage li#aboutus a, 
body#slideshowspage li#slideshows a,
body#historypage li#history a,
body#contactuspage li#contactus a,
body#linkspage li#links a
{font-weight: bold;
 width:7em;
 text-decoration:none;
 color: #FFFF00;
 padding:0.025em 0.3em;
 margin-top: 3px;
 margin-bottom: 3px;
 border:1px solid #FFFF00;
}

body.oneColFixCtr {
	background: #004080;
	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: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}



.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #004080;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



a.button:link, a.button:visited
{
	font-size: 1.2em;
	width:7em;
	text-decoration:none;
	text-align:left;
	font-weight: bold;
	color:#FFFF00;/*padding:0.2em 0.6em;*/
/*border-right:1px solid #ccffff;*/
}


a.button:hover, a.button:active
{font-size: 1.2em;
	width:7em;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	color:#FFFF00;
	/*padding:0.2em 0.6em;*/
}

a:link{
	font-weight: bold;
    font-size: 1em;
	color: #ff0;
	text-decoration: none;
	font-style: normal;       
}
a:visited{font-weight: bold;  font-size: 1em; color: #999999;
       text-decoration: underline;
	   font-style: normal;
}
a:hover{font-weight: bold;  font-size: 1em; color: #cff;
       text-decoration: underline;
	   font-style: normal;
}
a:active{font-weight: bold; font-size: 1em; color: #999;
       text-decoration: none;
	   font-style: normal;
}

 



p{font-size: 1.1em;
	padding:3px;
	margin: 3px;
}

ul{list-style:none;
   width: 9em;
   margin:auto;
}












