@charset "utf-8";
/* CSS Document */

.globalStyles  #sectionTitle{
	width: auto;
	position: relative;
	margin-bottom: 10px;
}

a:link, a:visited{
	color: #700017;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #EF1217;
	
}
a:active{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 150%;
	color: #700017;
	margin-bottom: 10px;
}

h2{
	font-size: 114%;
	color: #73A5CC;
	margin-bottom: 6px;

}

h3{
 font-size: 100%;
 color: #525051;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #A1A1A1;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.sectionTitles {
	color: #FFFFFF;
	background-color: #73A5CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	margin: 0 -10px 10px;
	padding: 2px 2px 2px 10px;
}
#mainContent td{
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.picture img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
.picture .caption {
	font-size: 10px;
}

.right {
	margin: 5px 0px 5px 5px;
	float: right;
}
.left {
	float:left;
	margin: 5px 5px 5px 0;
}
#mainContent #announcements p{
	margin-top: 1px;
}
	
#mainContent .clearfloat{
	clear: right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent .clearfloats{
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table.alternate_rows tr.odd td {
	background-color: #fff;
}
table.alternate_rows tr.even td {
	background-color: #ddd;
}
.opportunities {
	width: 333px;
	height: 160px;
	border: #73A5CC 1px solid;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}
.onTheLeft {
	margin-right: 5px;
	float:left;
}
.onTheRight {
	float: right;
}
.readmore a{
	color: #000000;
	text-decoration: none;
}
.readmore a:hover{
	text-decoration: underline;
}
/* school profile pages*/

.schoolSidebar{
	width: 200px;
	float: right;
	height: 100%;
	min-height: 300px;
	margin-left: 10px;
	text-align: center;
}
ul.clipsResults li{
	margin: 0 0 7px 0;
}
ul.clipsResults{
	margin-left: 15px;
	padding: 0;
}


#topboxcontainer {
	width: 100%;
	position: relative;
	min-width: 690px;
	height: 180px;
}
#topboxcontainer #pr{
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	border: 1px solid #535051;
	height: 100%;
}
#topboxcontainer #advisories{
	margin: 0 232px 0 233px;
	width: 225px;
	border: 1px solid #535051;
	height: 100%;
	position: relative;
}
#topboxcontainer #schedule{
	position: absolute;
	top: 0;
	right: 0;
	width: 225px;
	border: 1px solid #535051;
	height: 100%;
}
#topboxcontainer .newslist{
	list-style-type:none;
	margin:0 5px;
	padding: 0;
}
#topboxcontainer .newslist li{
	margin-bottom:5px;
}

#topboxcontainer h3{
	background-color:#535051;
	color:#FFFFFF;
	padding: 2px 2px 2px 5px;
	margin: 0 0 10px 0;
}
div#mustread{
	 float: left;
	 width: 430px; 
	 border-right: 1px solid #A1A1A1; 
	 padding-right:15px;
}
div.gotopageFeature {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

div#announcementsSide {
	margin-left: 460px; 
	position:relative; 
	padding-left:5px; 
	height: 100%;
}

div#announcementsSide div{
	margin-top:8px;
}
