/* CSS Document */

/* ---------------------- Main  Elements ---------------------- */
body,td,th {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
h5 {
	font-size:10px;
	font-weight:bold;
}

a{
	color: #002c76;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.MainTable {
	border:1px solid #000000;
}

.HeaderTable {
	height:100px;
	background-color: #002c76;
	vertical-align:middle;
}
/* ---------------------- Left NavBar Elements ---------------------- */
.LeftBar {
	border-right: 1px #BAC7D0 solid;
}
	
.InThisIssue {
	margin-left:0px;
	margin-top:30px;
	font-size:20px;
	margin-bottom:5px;
}

.CurrentIssue {
	margin-top:30px;
	text-align:center;
}

.CurrentIssue p {
	text-align:left;
	margin-left:11px;
	display:none;
}


#Leftnav {
	background-color:#BAC7D0;
	width: 175px;
	padding-left:11px;
	margin-left:12px;
	margin-top:-16px;
	padding-top:10px;
}


#Leftnav p {
	margin-left:10px;
	margin-bottom:10px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	display:block;
}

#Leftnav ul {
	list-style: none; 
	margin-left:10px;
	padding: 0px; 
	border: none;
	text-align:left;
}

#Leftnav ul li {
	text-transform:capitalize;
}

#Leftnav a{
	color: #000000;
	text-decoration:none
}

#Leftnav a:hover{
	text-decoration:underline
}

/* ---------------------- Main Article Elements ---------------------- */

#article h1{
	color:#444444;
	line-height:1.5;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#article h2{
	color:#444444;
	line-height:1.5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;	
}

#article h3{
	color:#444444;
	line-height:1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	margin: 12px 0 0 0;
	font-weight:normal;
}
#article h4{
	color:#444444;
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 7px 0 10px 0;
	font-weight:normal;
}
#article p{
	color:#595959;
	line-height:1.5;
}

#article .article-type {
	border-bottom:1px dotted #CECCC4;
	color:#135390;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:6px 0pt 12px;
	padding-bottom:12px;
	text-transform:uppercase;
}
#article .article-type span {
	color:#9D9B91;
	font-size:10px;
}

#article .articleheader1{
	font-weight:bold;
	border-top:1px dotted #CECCC4;
	padding:0;
	margin:20px 0 -10px 0;
}

#article .articleheader2{
	color: #002c76;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:-10px;
	
}

/* ---------------------- End Article  Elements ---------------------- */
#StoryHeaderMain {
	line-height:8px;
}
#StoryHeader {
	line-height:12px;
}

.FeatureStoryCell {
	vertical-align:top;
}

.FeatureStoryHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#444444;
}

.FeatureStoryHeader a{
	color:#444444;
}

.FeatureStoryHeader a:hover{
	text-decoration:underline
}


.FeatureStoryHeader2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:0px;
	font-weight:bold;
}

.FeatureStoryTable {
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 10px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#595959;
	line-height:1.5;
}

#Happening{
	background-color:#BAC7D0;
	padding:5px 5px 5px 0;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

.Story {
	padding:0 10px 0 10px;
}

.StoryHeader {
	font-weight:bold;
}

.Publication {
	text-align:left;
	display:block;
	padding-left:25px;
	color:#FFFFFF;
	font-style:italic;
	font-size:9px;
}

.SearchButton {
	border-bottom: 0px solid #999999;
	border-right: 0px solid #999999;
	border-left: 0px solid #E8E8E8;
	border-top: 0px solid #E8E8E8;
	background-color:#002c76;
	color:#FFFFFF;
	font-weight:bold;
}

.SearchField {
	width:130px;
	border-bottom: 1px solid #002c76;
	border-right: 1px solid #002c76;
	border-left: 1px solid #002c76;
	border-top: 1px solid #002c76;
}

.SearchForm{
	margin-top:-0px;
}

.HeaderLinks {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	margin-top:-40px;
}

.HeaderLinks a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

.HeaderLinks a.hover {
	color:#FFFFFF;
	text-decoration:underline;
} 

.HeaderLinks a.visited {
	color:#FFFFFF;
	text-decoration:underline;
} 
.BearSportsSideBarHeader{
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0px 5px 0px 5px;
	float:right;
	background-color:#135390;
	font-size:10px;
	font-weight:bold;
}
.GivingBackSideBarHeader{
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0px 5px 0px 5px;
	float:right;
	background-color:#135390;
	font-size:10px;
	font-weight:bold;
}

.PictureCaption{
	margin:10px 5px 0px 10px;
	padding:5px 5px 5px 5px;
	float: right;
}

.PictureCaption p{
	text-align:center;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}

.PictureRight {padding:5px 0 5px 10px; float:right;}
.PictureLeft {padding:5px 10px 0px 0px; float:left;}
/* ---------------------- Speical Bullets ---------------------- */
.StepListBlue{
	list-style:outside url(http://www.uncalumni.org/vision/Images/BlueSquareBullet.gif);
}
.StepListBlue li{
	color:#595959;
}

.StepListRed{
	list-style:outside url(http://www.uncalumni.org/vision/Images/RedSquareBullet.gif);
}

/* ---------------------- Side Bar Elements ---------------------- */
#Sidebar {
	width:200px;
	padding: 0 5px 5px 5px;
	margin:0 5px 5px 5px;
	float:right;
	background-color: #E6F4FF}
	
#Sidebar h3{
	font-size:18px;
}
#Sidebar .Intro {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#Sidebar .Intro2 {
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#000000;
}

/* ---------------------- Alumni Snapshot Elements ---------------------- */
#AlumniSnapshot {
	margin:0px 5px 0px 10px;
	padding:5px 5px 5px 5px; 
	float: right;
}
#AlumniSnapshot p {
	style="font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
