/*InfoPage Style Sheet - 1 column : (enrollm - Catalog, Dorm, Refund,Tuition), (admit - Concur, Legal, Requirm), (studserv - Acad reg, Affairs, immunization, bkstor, b&I),
  Interscholatic Meet, (All transfer degrees), busFTrack, course descriptions, final exams, 
  each individual position page, MLT, Collegian Pg, PrevCal, Regents MeetShed, MemosPg, Affil
  ,Notices, Faculty Pgs, (Fin Aid - Stafford Pg, SSC Loan Applic, FACTS Pg),postion announcements,  SiteMap, Stud Org Pg*/

 /* 2 Equal Columns - abus, atech degrees, GenEd degree, */
                   
h2{                     /* not defined in global */    
	color: #000066;
	font-weight: bold;
	text-align: center;
}


#header h1 {                /* "header" the same as global but "h1" not defined in global */
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
}

#header h1.except {   /* used in B&I, dormplan, aBus, BusFTrack, aTech, MLT, All Transfer Degrees,*/    
	margin-top: 10px;     /* Emt,hper,mlt,netsystemtech,precision matching tech,course descrip, */
	font-size: 40px;      /* Finals schedule */
	margin-bottom: 5px;
}

#header h1.except2 {
	margin-top: 10px;        /* RegentsMeetings */
	font-size: 50px;
	margin-bottom: 5px;
}


#header h2 {                /* not defined in global */
	color:#FFFFFF;
}


#header img {              /* header the same but img differ from global - SSC logo only - not banner */
	margin-left: 27px;
	margin-top: 9px;
	float: left;
}

#main {
	background-color: #DEEBF2;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}

#leftcolumn {
	width : 480px;
	float: left;
	margin-top: 10px;
	border: medium inset #CCCCCC;
	font-size: 14px;
	margin-left: 3px;
	padding-left: 5px;
	padding-right: 5px;
} 


#centercolumn {                  /* used in SiteMap and Stud Org Pg*/
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 100px;
	margin-left: 100px;
	border: thick groove #9999FF;
}

#rightcolumn {
	width : 390px;
	float: left;
	margin-top: 10px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border: medium inset #CCCCCC;

} 

ol, ul {
	margin-left:25px;
}

.list_format{
	float: left;
	border: medium groove #9999FF;
	margin-left: 20px;
	padding: 10px;
	margin-right: 10px;
	padding-left: 20px;
}

 ul.list_format li{
	margin-bottom: 12px;
}


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

.positionStyle {	border: thin solid #000099;    /*used in position announcements*/
	padding: 10px;
	background-color: #E6E0CA;
}

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

.red {color:#CC0000; font-weight:bold; }

.strikethou {
	text-decoration: line-through;
}

