@charset "utf-8";
/* CSS Document */

/*Body and heading styles*/
body {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1.style1hdng{
	
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a:visited {
	color:#00F;
}
font.style1text {
	font-size:12px;
}

/* button row linking style */

 #buttonRow {
    width: 960px; height: 30px;
    background: url("images/buttons/buttons.jpg");
    margin: 0px auto; padding: 0;
    position: relative;}
  #buttonRow li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #buttonRow li, #buttonRow a {
    height: 30px; display: block;}
	
#aboutUsLink {left: 16px; width: 121px;}
#admissionsLink {left: 137px; width: 137px;}
#campusLifeLink {left: 274px; width: 144px;}
#spiritualLifeLink {left: 418px; width: 153px;}
#athleticsLink {left: 571px; width: 116px;}
#alumniLink {left: 687px; width: 105px;}
#supportLCALink {left: 792px; width: 151px;}
  
#aboutUsLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -16px -30px no-repeat;}
#admissionsLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -137px -30px no-repeat;}
#campusLifeLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -274px -30px no-repeat;}
#spiritualLifeLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -418px -30px no-repeat;}
#athleticsLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -571px -30px no-repeat;}
#alumniLink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -687px -30px no-repeat;}
#supportLCALink a:hover {
    background: transparent url("images/buttons/buttons.jpg")
    -792px -30px no-repeat;}
/* news cell decoration */

td.nTableTL {
	height:5px;
	width:10px;
	background-image:url(images/border/nborders.jpg);
}

td.nTableT {
	height:5px;
	background: transparent url("images/border/nborderTB.jpg")
	0px 0px repeat-x;
}

td.nTableL {
	width:10px;
	background: transparent url("images/border/nborderL.jpg")
	0px 0px repeat-y;	
}

td.nTableBL {
	height:5px;
	width:10px;
	background:url("images/border/nborders.jpg") 0px -5px no-repeat;
}

td.nTableB {
	height:5px;
	background:url("images/border/nborderTB.jpg") 0px -5px repeat;
}
	
	
td.borderTL {
	height:2px;
	width:2px;
	background:url("images/border/borderCorners.jpg") 0px 0px no-repeat;
}

td.borderTR {
	height:2px;
	width:2px;
	background:url("images/border/borderCorners.jpg") -1px 0px no-repeat;
}

td.borderBL {
	height:2px;
	width:2px;
	background:url("images/border/borderCorners.jpg") 0px -1px no-repeat;
}

td.borderBR {
	height:2px;
	width:2px;
	background:url("images/border/borderCorners.jpg") -1px -1px no-repeat;
}

td.borderT {
	height:2px;
	background:url("images/border/borderTB.jpg") 0px 0px repeat-x;
}

td.borderB {
	height:2px;
	background:url("images/border/borderTB.jpg") 0px -1px repeat-x;
}

td.borderL {
	width:2px;
	background:url("images/border/borderLR.jpg") 0px 0px repeat-y;
}

td.borderR {
	width:2px;
	background:url("images/border/borderLR.jpg") -1px 0px repeat-y;
}
	
/* font classifications */
font.newstitle {font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	}
	
font.storytitle {font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	}
	
font.storytext {font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}
	
font.leftlinks {font-size:0.75em;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
font.bubbletitle {font-size:1.25em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	}
		
font.bubbletext {font-size:0.875em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}


/* story spacers */
td.storyspacer {
	height:5px;}
	
td.headingspacer {
	height:5px;}
	
td.newsspacer {
	height:8px;
	background-color:inherit;}
	
/* eaglepoint links */
a.eaglepoint {
	font-style:normal;
	font-variant:normal;
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
}

a.eaglepoint:link, a.eaglepoint:visited{
	font-style:normal;
	font-variant:normal;
	color:#FFFFFF;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	text-decoration:none;
}


/* links on content pages --> */
a.leftlinks{
	text-decoration: none;
	font-size:1em;
}

a.leftlinks:link, a.leftlinks:visited {
	color: #FFFFFF;
}

a.leftlinks:hover, a.leftlinks:active {
	color: #FFFFFF;
	font-style:normal;
	font-weight:bold;
	font-size:1.0625em;
	text-decoration:none;
}
