/* 3 columns 2 - Used in Current Students */

	
#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 3Col.css & infopages */
	width : 250px;
	float : left;
	margin-top: 5px;
	margin-left: 3px;
} 


#leftcolumn img.login{
	border: thin outset #9DC4D9;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 10px;
	background-color: #DEEBF2;
}

	
#LC_box1A, #LC_box2A, #LC_box3A, #LC_box4A {
	width: 238px;
	padding-left: 3px;
	border: thin solid #CCCCCC;
	font-size: 13px;
	padding-right: 3px;
}


#LC_box1A h3, #LC_box2A  h3,  #LC_box3A h3{
	padding-top: 10px;
	padding-left: 0px;
}	


#LC_box1A a, #LC_box2A a, #LC_box3A a, #RC_box1A a, #RC_box2A a {       
	color:#003162;
	letter-spacing: 1.5px;
	text-decoration: none;

}

#LC_box1A a:hover, #LC_box2A a:hover, #LC_box3A a:hover, #RC_box1A a:hover, #RC_box2A a:hover{     
	font-weight: bold;
	color: #660033;
}


#LC_box3A ul, ol{
	margin-left: 22px;
}


#centercolumn {                          /* differ from 3Col.css & infopages */
	width : 455px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
} 


#CC_box1A, #CC_box2A, #CC_box3A {                /*  not used in 3Col or infopages */
	background-color: #DEEBF2;
	border: thin solid #CCCCCC;
	padding: 3px;
}


#CC_box2A h2 {
	color:#3290c2;

}

#CC_box2A p {
	font-size: 14px;
}


#rightcolumn {              
	width: 200px;
	float: right;
	margin-top: 5px;
	margin-right: 1px;
}


#RC_box1A, #RC_box2A {
	border: thin solid #CCCCCC;
	width: 195px;
}


#RC_box1A h2, #RC_box2A h2 {            
	padding-top:10px;
	padding-left: 13px;
	
}
	
#RC_box1A ul,#RC_box2A ul{               
	margin-left: 20px;
	list-style-image: url(../images/bluedot.gif);
}


#RC_box1A a, #RC_box2A a {                
	margin-left: -3px;
	letter-spacing:normal;
}

                

