/* 2Col_LM_2  - used in Schedule Index, Schedule Index Fall ,*/

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

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

	
#leftcolumn {             /* differ width in 2Col_LM */
	float : left;
	width : 182px;
	margin-top: 10px;
	margin-left: 0px;
} 	


#Quick {                 /* this is inside leftcolumn - font-family, textalign, line height differ from 2Col_LM*/
	width: 165px;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: medium inset #CCCCCC;
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #003162;

}

#Quick h2 {
	padding-left: 5px;
	padding-top: 10px;
	color:#9900CC;         /* differ from 2Col_LM*/
	text-align:left;	   /* differ from 2Col_LM*/
}



#Quick a, #Box1 a, #Box2 a{           /* differ from 2Col_LM*/
	color:#000066;
	font-weight: bold;
	text-decoration: none;
}


#Quick a:hover, #Box1 a:hover, #Box2 a:hover{    /* differ from 2Col_LM*/
	color: #990000;
	font-weight: bold;
}

#MainContainer{  
	float: left;
	width : 720px;
	margin-top: 10px;
	margin-left:10px;
	font-size: 14px;
	color: #003162;
} 


#Box1, #Box2{                           
	border: medium inset #CCCCCC;       
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
}


#Box1 h2, #Box2 h2 {color:#9900CC;}     /*  differ from 2Col_LM*/


caption {                          /*  not in from 2Col_LM*/
	font-size: x-large;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #000066;
	text-align: center;
}


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

.bckgrd {                    /*line height differ 2Col_LM*/
	background-color: #000066;
	border: medium outset #0000CC;
	font-size: 2px;
	line-height:1.5px;
}

.xlarge {
	font-size: x-large;
}

.hidden { visibility: hidden; }

