/* 3 columns - Used in Admissions, About SSC Pg, */

	
#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 h2{padding:0px;}


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

	
#Quick, #LC_box2A {                /*  not used in infopages */
	width: 120px;
	margin-left: 3px;
	padding-left: 3px;
	border: thin solid #CCCCCC;
	font-size: 13px;
}


#Quick h3, #LC_box2A  h3{
	padding-top: 10px;
	padding-left: 0px;
	font-size: 20px;
}	


#Quick li, #LC_box2A li {        /*  not used in infopages */
	margin-bottom: 8px;
	line-height: 16px;
	list-style-type: none;
}


#Quick a, #LC_box2A a {       /*  not used in infopages */
	color: #660033;
	letter-spacing: 1.5px;
	text-decoration: none;

}

#Quick a:hover, #LC_box2A a:hover, #RC_box1A a:hover{     /*  not used in infopages */
	font-weight: bold;
	color: #0000CC;
}


#centercolumn {         /*  not used in infopages */
	width : 585px;
	float: left;
	margin-top: 10px;
} 


#CC_box1A {                              /*  differ in infopages */
	background-color: #DEEBF2;
	border: thin solid #CCCCCC;
	padding: 5px;
	margin-left: 8px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


#CC_box2A, #CC_box3A {                /*  not used in 3Col or infopages */
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	border: thin solid #CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
}


#rightcolumn {                /*  not used in infopages */
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-right: 1px;
}


#RC_box1A {
	border: thin solid #CCCCCC;
	width: 190px;
}


#RC_box1A h2 {                         /* not defined in global - differ from infopages*/
	padding-left: 5px;
	padding-top: 8px;
}


#RC_box1A h3 {                /* Box 1 used in Admissions not used in infopages */
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 15px;
	
}
	
#RC_box1A ul {                /*  not used in infopages */
	margin-left: 20px;
	list-style-image: url(../images/bluedot.gif);

}

#RC_box1A li {                /*  not used in infopages */
	margin-bottom: 10px;

}	


#RC_box1A a {                /*  not used in infopages */
	margin-left: -3px;
	text-decoration: none;
	color: #660033;
}

#RC_box1B {                  /*Box B used in About SSC */
	width: 185px;
	margin-left: 4px;
	padding: 5px;
	border: thin solid #CCCCCC;
	font-size: 12px;

}

#RC_box1B h3 {
	padding-top: 5px;
	padding-left: 0px;
	color: #9900CC;
	font-size: 20px;
}


.ol_format {
	margin-left: 180px;
}


.ol_format li {
	margin-bottom: 10px;
}

.ul_format{
	float: left;
	border: medium groove #9999FF;
	margin-left: 7px;
	display: inline;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.ul_format li{
	margin-bottom: 12px; }



.borderDouble {                /*  not used in infopages */
	border: medium double #000099;
	padding: 10px;
}

.bckgrd {
	border: thin outset #3399FF;
	font-size: 3px;
	margin-right: 5px;
	background-image: url(../images/bluemiddle.jpg);
	background-repeat: repeat-x;
}

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


.separator_line {                  /* margin-left - differ from infopages - */
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #BBD6E3;
}

.violet {                        
	color: #9900CC;

}

