@charset "utf-8";


/* ========     GENERAL TAGS   ======== */

table {
	border:#DDD 1px solid;
	border-width: 1px 1px 0 1px;
	margin:0px auto;
	padding:0;
	font-size: 12px;
	}

	
table caption {
	font-weight:bold;
	}
	
table.center th, table.center td, td.center, th.center, tr.center  {text-align:center;}
table.left th, table.left, td.left, th.left, tr.left {text-align:left;}
table.right th, table.right, td.right, th.right, tr.right {text-align:right;}

table th {
 	background:#FCF5C0;
	color: #000;
	margin:0;
	padding:2px;
	border-bottom:1px solid #666;
	}

table td {
	padding:5px;
	border:0;
	margin:0;
	border-bottom:1px solid #CCC;
	}
table td.scope {
 	text-align:left;
	background:#FCF5C0;
	}
table th.alt-th{
	background-color:#FFF;
	}

.content {
	padding: 10px 0;
	width: 960px;
	margin: 0px auto;
	height: auto;
	color: #333;
}


#breadcrumbs{
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: left;
	}  
	
#breadcrumbs p {
	font-size: 10px;
}

#breadcrumbs p a {
	font-size: 10px;
	text-decoration: none;
	color: #333;
} 

#breadcrumbs p a:hover {
	text-decoration: underline;
	color: #000;
}
/* ========     LEFT COLUMNS   ======== */
	
#left-column {
	float: left;
	width: 242px;
	margin-bottom: 10px;
}

#left-column h2 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#left-column h2 a {
	color: #FFF;
	text-decoration: none;
}
#left-column #contactus {
	font-variant: normal;
	text-transform: uppercase;
	color: #000;
	background-color: #900;
	font-size: 18px;
}
#left-column .left-nav {
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left-column .left-nav li {
	font-size: 12px;
	background: #666;
	
}
#left-column .left-nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
	
}

#left-column .left-nav li a:hover {
	background: #CCC;
	display: block;
	color: #666;
}


.left-column-top {
	background-color: #323232;
	margin: 0px;
	padding: 0px;
}



		
/* ========     RIGHT COLUMN    ======== */

#right-column {
	padding: 0;
	width: 700px;
	float: right;
	margin-right: 0;
	margin-bottom: 0;
	}


#right-column p {
	font-size: 12px;
	padding-bottom: 10px;
}

#right-column img {
	padding-right: 5px;
	padding-bottom: 5px;
}

#right-column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

#right-column h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#right-column h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}

#right-column h1 a {
	font-weight: normal;
	font-variant: normal;
}
#right-column .red-title-highlight {
	color: #D51500;
	border-bottom: 3px solid #D51500;
	font-size: 24px;
	padding: 0px;
	margin-bottom: 10px;
}

#right-column a {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}

#right-column a:hover {
	color: #333;
	text-decoration: underline;
	
}

#right-column ol li {
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px;
}

#right-column ul li {
	font-size: 12px;
	list-style-image: url(../images/left-column/left-column-list.jpg);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 10px;
}

#right-column ul li ul li {
	list-style-type: square;
	list-style-image: none;
	margin-left: 15px;
}

#right-column blockquote {
	padding-left: 30px;
}

#right-column .newsheadline { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 15px;
	color: #000000;
}

#right-column .newssubhead {
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	color: #666;
}

#right-column .news-item {
	height: 200px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px dotted #333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#right-column .news-item img {
	padding: 0px 10px 0px 0px;
	float: left;
}
.left-align { float: left; }

.alumni-brief {
	padding-bottom: 10px;
	overflow: visible;
	display: block;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #666;
	padding-top: 10px;
}
