

/* ----- Siena College GLOBAL STYLESHEET ------*/
/* ----- CREATED: Scott Thrower '09  ------------------*/

/* -- general styles for site -- */

body { /* only the font-family and color should change here */
	font-size:62.5%	;
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	color:#000;
}

li {}
p {
	margin-bottom:15px;
	line-height:1.5;
}
a {
	color:#770a0a;
        text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
    font-size:14pt;
    line-height:32px;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
h2 {
	font-size:12pt;
	font-weight:bold;
}
h3 {
	font-size:10pt;
	font-weight:bold;
}
h4 {}
h5 {}
h6 {}

.printonly {
	 display:none;
}
#site-logo {
	width:297px;
	height:80px;
	float:left;
}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.ContentBoundingBox {
	position:relative;
	z-index:10;
}
table.PageBoundingBox, table.ContentBoundingBox, #header-wrapper, #footer-wrapper { /* these are all (if any) containers that need to stretch 100% */
	 width:100%;
         overflow:auto;
}
#header-content { /* these are all containers that need to be a fixed width for the site */	
	width:960px; /* fixed with of site content areas go here */
	margin:0 auto;
}

#footer-content {
	width:1180px;
	margin:0 auto;
}

td.MainContent {

}
td.MainContent div ul { margin-bottom:15px;}
td.MainContent div ol { margin-bottom:15px;}

td.LSB {
   width:220px;
}

/* ------------------------------------------- */
/* ----- HEADER STYLES ------- */





/* ------------------------------------------- */
/* ----- FOOTER STYLES ------- */



/* ------------------------------------------- */
/* ----- Generic Calendar Widget Styles ------- */

.generic-cal h2 {
border-bottom: 1px solid #dddddd;
}
.generic-cal ul li a {
font-weight: bold;
color: #000000;
}
.generic-cal a {
color: #000000;
}
.generic-cal ul li {
list-style: none;
border-bottom: 1px solid #dddddd;
padding: 4px 0;
}




