html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
body {margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px}
td {font-family: Arial, Helvetica, sans-serif}
p {font-family: Arial, Helvetica, sans-serif}
ol {font-family: Arial, Helvetica, sans-serif}
ul{font-family: Arial, Helvetica, sans-serif;}
li {font-family: Arial, Helvetica, sans-serif}
h1 {font-size: 140%; color: #014121}
h2 {font-size: 130%; font-weight: bold; color: #000000}
h3 {font-size: 120%; color: #014121}
h4 {font-size: 110%; color: #000000}
h5 {font-size: 150%; font-weight: bold; color: #01534A}
h6 {font-size: 140%; font-weight: bold; color: #FF0000}
table { border-collapse:collapse; }
.small {font-size: 90%}
.smallgrey {font-size: 90%; color: #666666}
.smallred {font-size: 90%}
.whitebold {color: #FFFFFF; font-weight: bold; font-size: 95%;}
.leftnavpad {padding: 14px 9px}
.lacucnavpad {padding: 3px}
.contentareapad {padding: 5px}
.contentareapadr {padding: 10px 15px 5px 15px}
.template_contentareapad{padding-right:10px; padding-left:10px}
.intropad {padding: 15px 0px}
.mainlink {line-height: 145%}
.homenavpad {padding: 0px 11px}
.homenavtoppad {padding: 5px 0px 0px 11px}
.templatenavpad {padding: 10px 15px 10px 13px}
.templatenavpad2 {padding: 5px 15px 5px 13px}
.titlepad {padding: 8px 0px 0px 0px}
.dkred {color: #72170C}

.white_title{font-size: 120%; color: #FFFFFF}

.odd{background-color: #FFFFFF;} 
.even{background-color: #FFF8DE;}


.rightlinkbox{
    border-style: solid;
    border-color: #871D10;
    border-width: 1px;
	margin: 8px;
	align: right;
       }

.goldbox{
    border-style: solid;
    border-color: #91823D;
    border-width: 1px;
       }
	   
.goldbox2{
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
	margin:10px;
	margin-top:0px;
	padding:5px;
       }
	   
.graybox{
    border-style: solid;
    border-color: #8A8A8A;
    border-width: 1px;
       }
	   
.redbox{
    border-style: solid;
    border-color: #5b0e06;
    border-width: 1px;
       }
	   
.toplinkbox{
    border-style: solid;
    border-color: #871D10;
    border-width: 1px;
       }
	   
.cellLink a span {
display: block;
}

	   
	   
a:link {color: #013219; text-decoration:underline;}
a:visited {color: #666666; text-decoration:underline;}
a:hover {color: #000000; text-decoration:underline;}
a:active {color: #98843B}


a.small:link {color: #01543A; text-decoration: none;}
a.small:visited {color: #98843B; text-decoration: none;}
a.small:hover {color: #98843B;}
a.small:active {color: #000000;}


a.smallred:link {color: #993C29;}
a.smallred:visited {color: #993C29;}
a.smallred:hover {color: #000000;}
a.smallred:active {color: #000000;}


a.mainlink:link {color: #000000; text-decoration: none;}
a.mainlink:visited {color: #666666; text-decoration: none;}
a.mainlink:hover {color: #013219; text-decoration: underline;}
a.mainlink:active {color: #98843B; text-decoration: underline;}


a.dkred:link {color: #72170C;}
a.dkred:visited {color: #014121;}
a.dkred:hover {color: #014121;}
a.dkred:active {color: #000000;}


a.green:link {color: #016241;}
a.green:visited {color: #7C5F08;}
a.green:hover {color: #7C5F08;}
a.green:active {color: #016241;}


/* RA styles */
.style1 {font-family: "Times New Roman", Times, serif}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.style6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: xx-large; }

.style7 {
	font-weight: bold;
	font-size: 18px;
}

#profile {
	background:#f7f4e4;
}

.set {
	float: left;
	width:120px;
	padding-right:6px;
	font-weight:bold;
	font-size:15px;
}

#nav td {
	border-top:#8a8a8a solid 1px;
	border-bottom:#8a8a8a solid 1px;
}

/* Easy Slider */

.slider ul, .slider li {
		margin:0;
		padding:0;
		list-style:none;
}
#honors_slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:256px;
		height:330px;
		overflow:hidden; 
}
		
#prevBtn, #nextBtn {
		width:30px;
		z-index:1000;
}

#nextBtn {
		margin-left:180px;
}
	
	
/* // Easy Slider */

/* Tabs */

UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #ccc;
		    color: #000;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #01543A;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin: 3px 10px 0 0;
			border: 1px solid #333;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#omg_events h1 {
			font-size:18px;
			color: #000;
		}
		
		#omg_events {
			font-size:14px;
			padding-left:10px;
		}
		
		#omg_events .pad {
			padding-right:20px;
			padding-bottom: 10px;
		}
		
		#omg_events img{
		vertical-align:middle;
		}
		
		#slideshow, .slide { height: 267px; width: 445px; }
		
		#slideshow {
			overflow:hidden;
		}
		
		#rotationnav { margin: 10px auto 0 auto }
		#rotationnav a { padding: 4px 6px; margin: 3px; border: 1px solid #ccc; text-align: center; text-decoration: none; background-color: #ddd }
		#rotationnav a.activeSlide { background-color: #4e7a17; color: #fff600}
		#rotationnav a:focus { outline: none; }
		
		#shoppingshuttle td {
			border: 1px solid #9a4fe6;
		}

.threecol {
	float:left;
	width:30%;
	padding:10px;
	font-size:16px;
	
}

.threecol h1{
font-size: 30px;	
}

.ratesStart, .housing, .gettingStarted, .collegeLife, .faq, .staff, .ourHalls, .ourApts {
	color: #ffffff !important;
}

#forms h3 {
	margin:10px 0 2px 0;
}

