a {color: #0099CC; text-decoration: underline; font-size: 1em; }
a:hover {color: #999999; text-decoration: none; font-size: 1em;}

a.sideNav {color: #6d6c68; text-decoration: none; font-size: 1em; font-family:  Verdana, Arial, Helvetica, sans-serif; margin-left: 10px;}
a.sideNav:hover {color: #990000;}

a.topNav {color: #FFFFFF; text-decoration: none; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
a.topNav:hover {color: #999999;}

a.frontPageNav {color: #6d6c68; text-decoration: none; font-size: 14px; font-family:  Verdana, Arial, Helvetica, sans-serif;  margin-left: 30px; line-height: 18px;}
a.frontPageNav:hover {color: #b7b6b3;}

a.big {color:#0099CC; text-decoration: underline; font-size: 14px; font-family:  Verdana, Arial, Helvetica, sans-serif; }
a.big:hover {color: #999999;}

a.frontPageApp {color: #666666; text-decoration: underline; font-size: 12px; font-family:  Verdana, Arial, Helvetica, sans-serif;}
a.frontPageApp:hover {color: #0099cc;}

a.apply {color: #FFFFFF; text-decoration: none; font-size: 14px; font-family: Arial, Helvetica, sans-serif; margin-left: 10px;}
a.apply:hover {color: #cccccc;}

a.crumb {color: #0099CC; text-decoration: none; font-size: 9px;}
a.crumb:hover {color: #cccccc;}

a.sitemap {color: #CCCCCC; text-decoration: underline; font-size: 9px;}
a.sitemap:hover {color: #FFFFFF; }

.campus {font-size: .8em; }


a.checklist { text-decoration: underline; font-size: 1.2em; line-height: 1.4em}

ol.upper-roman {list-style-type:upper-roman}
ol.upper-alpha {list-style-type:upper-alpha}
ol.lower-alpha {list-style-type:lower-alpha}

ul.list li, ol.list li {
	padding-bottom: 20px;
}

.faqtip {
	font-size: .8em;
}

.float-left {
	float: left;
	margin-right: 10px;
}
.float-right {
	float: right;
}

.center {
	text-align: center;
}

.feature {
		font-family: Verdana, Geneva, sans-serif ;
		font-size: 10px;
}

a.tip {
	position: relative;}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 225px;
	padding: 5px;
	z-index: 100;
	background: #bfe8f5;
	color: #333;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	text-align: left;	
	border:1px solid #333; 
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}



body {
margin-top: 0;
background-color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: .8em;
}


li { padding-bottom: .2em; }

#crumb {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 12px;
margin-bottom: 25px;
}

#content {
margin: 0px 12px 12px;
}
#content2 {
margin-left: 0px;
margin-right: 12px;
margin-bottom: 0px;
}

#search {
margin-left: 20px;
margin-bottom: 10px;
margin-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#search_secondary {
margin-left: 0px;
margin-bottom: 10px;
margin-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

h1 {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:20px;
	color:#663300;
	font-weight:bold;
	padding: 0em 0em -.2em 0em;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	letter-spacing:.1em;
}

h2 {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	padding: 0em 0em -.2em 0em;
	letter-spacing:.1em;
}


h3 {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:16px;
	color:#999999;
	font-weight:bold;
	letter-spacing:.1em;
	margin-bottom: 0px;
}

h4 {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:16px;
	color:#0099CC;
	font-weight:bold;
	letter-spacing: .2em;
	text-decoration: underline;
	margin-bottom: 0px;	
	
}

h5 {	
    font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color: #000000;
	padding: 0em 0em 0em 0em;
	letter-spacing:.1em;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 8px;
}

h6 {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:18px;
	color:#990000;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing:.1em;
}

#whatsNew{
border: solid 1px #cccccc;
padding: 10px;
font-size: 11px;
background-color: #f8f8f8;
width: 160px;
}


#login{
border: solid 1px #cccccc;
padding: 10px;
font-size: 12px;
line-height:14px;
background-color: #f8f8f8;
width: 160px;
}

.button {
    display: inline;
    background: #438caf url(/images/button_bg.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size: 125%;
	padding: 7px 12px;
	text-decoration: none;
}

	
.button:hover {
	background-position: 0 -35px;
	background: #d8e2e6 url(/images/button_bg.png) repeat-x bottom;
	color: #000;
	font-size: 125%;
    }
.button:active {
    position: relative;
    top: 1px;
	padding: 8px 12px 6px; 
	background-position: 0 top; 
    }
.tiny {
	font-size: 11px;
}
.tiny:hover {
	font-size: 11px;
}


td.bottom {
border-bottom: solid 1px #ffffff;

}
td.addressFooter_bg {
background-color: #e8e8e8;
}

table.content {
border-bottom: solid 1px #908e88;
border-left: solid 1px #908e88;
border-right: solid 1px #908e88;
}

table.content2 {
border-top: solid 1px #333333;
border-left: solid 1px #333333;
border-right: solid 1px #333333;
}

td.fullBorder {
border: solid 1px #cccccc;
}


table.box {
border: solid 1px #cccccc;
padding: 10px;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
background-color: #f8f8f8;
font-size: 11px;
text-align: left;
}

h2.special {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:20px;
	color: #000000;
	font-weight:bold;
	letter-spacing:.1em;
	margin-top: 10px;
	margin-bottom: 0px;
}

table.special {
border: solid 2px #FF9900;
background-color: #f5f5f5;
font-size: 11px;
margin-top: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

table.special td {
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
}

td.applyBox {
border-bottom: solid 1px #FFFFFF;
border-top: solid 1px #FFFFFF;
border-left: solid 1px #FFFFFF;
}

td.grid {
border: solid 1px #CCCCCC;
}

table.grid {
	border-collapse:collapse; 
}

table.grid td, table.grid th {
	border: 1px solid #ccc;
	padding: 5px;
}

	
table.alert {
border: solid 1px #663300;
background-color: #EEEBE2;
}

table.tiny {
font-size: 10px;
}

TABLE.grayOutline {
border: solid 1px #CCCCCC;
background-color:#FFFFFF;
font-size: .9em;
font-family: Verdana, Arial, Helvetica, sans-serif
}

td.topLine {
border-top: solid 1px #CCCCCC;
}
table.topLine {
		border-collapse:collapse;
}

table.topLine td {
	border-top: solid 1px #CCCCCC;
	padding: 5px 7px;
	font-size: 11px;
}


#validperson {
visibility:hidden;
display:none;
}


/* Daily */
table.dailyNav {
border-top: solid 1px #000066;
border-bottom: solid 1px #000066;
}

table.dailyWeekNav {
border: solid 1px #000066;
}

table.dailyEventList {
border: solid 1px #000066;
padding: 5px;
background-color: #CCCCFF;

}
#eventList {
font-size: 10px;
}
hr.eventList {
margin-top: 0px;
margin-bottom: 0px;
height: 1px;
color: #FFFFFF;
width: 75px;
}

table.dailyQuote {
padding: 10px;
border: solid 1px #009900;
background: #CCFFCC;

}

table.dailysearch {
border: solid 1px #660099;
}

#thisWeek{
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}

h1.daily {	
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:20px;
	color:#663300;
	font-weight:bold;
	padding: 0em 0em -.2em 0em;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing:.3em;
}
h2.eventList {
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	padding: 0em 0em -.2em 0em;
	letter-spacing:.1em;
	margin-bottom: 0px;
}	


a.dailymenu {color: #000066; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
