/* 2Col_Boxes- used in FinAid , Boren Library*/

#header h1 {              /*same as in infopages*/
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
}

#header h1.except {
	margin-top: 0px;        
	font-size: 45px;
}

#header h2{
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 30px;
}

#header img {              /*same as in infopages*/
	margin-left: 27px;
	margin-top: 9px;
	float: left;
}

	
#leftcolumn {               /* in librarypg width defined differently */
	float : left;
	width : 210px;
	margin-top: 10px;
	margin-left: 0px;
} 	
	
#Quick, #leftcolumn #BoxA, #leftcolumn #BoxAA {             
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: medium inset #CCCCCC;
	color: #003162;
	background-color: #FFFFFF;
}

#Quick h2 {
	padding-left: 5px;
	padding-top: 10px;
}

#Quick p {
	padding-bottom: 10px;
	line-height: 16px; /* to keep line from making box expand when hovering over link*/
	font-size: 14px;
}

#Quick a{
	color: #660033;
	letter-spacing: 1.5px;
	text-decoration: none;
}

#Quick a:hover {
	font-weight: bold;
	color: #0000CC;
}


#leftcolumn #BoxA, #leftcolumn #BoxAA {
	font-size: 11px;
	border: thick inset #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


#leftcolumn #BoxA {
	margin-top:50px;	
}

#leftcolumn #BoxAA  pre{
	font-size: 10px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#MainContainer{     /* in librarypg width defined differently */
	float: left;
	width : 690px;
	margin-top: 10px;
	margin-left:10px;
	color: #003162;
} 
	

#MainContainer #BoxA, #MainContainer #BoxAA { 
	border: thick inset #CCCCCC;        
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 14px;
}

#MainContainer #BoxAA h1 {
	color: #3290c2;
	text-align: center;
}

#MainContainer #BoxA li {
	list-style-type: square;
}

ul{margin-left:25px; }


.subheading{
	background-image: url(../images/bluemiddle.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

.separator_line {
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #BBD6E3;
}

.bckgrd {
	background-color: #000066;
	border: medium outset #0000CC;
	font-size: 2px;
	line-height:normal;
}

