
.small_text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color : #000000;
	font-weight : normal;
}
.subscribe_text{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color : #161D76;
	font-weight : bold;
}
.med_blue_text{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color : #161D76;
	font-weight : bold;
}
.xsmall_black_text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color : #000000;
}
.instructor_name{
	font-size : large;
	text-align : center;
	font-family : "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-weight : bold;
	margin-bottom: 30px;
}

/* Added by Shawn */
#BioPhoto
{
	float: right;
	margin: 5px 5px 5px 5px;
}


div.panel
{
    background: #EEEEEE;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
}

#Centercontent {        
    width: 600px;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    padding: 30px;
	border: 1px solid Black; 
	background-color: White;    
}

.LeftJustified 
{
	text-align: left;
	font-size: small;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.DirectionsHeading
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color : #D9DA98;
	font-weight : bold;	
	background-color: #ae0808;
	margin: 3px 0 3px 0;
}

#RegisterBox 
{
	float: left;
	width: 40%;
	border: 1px solid #000000;
	margin-left: 20px;
	height: 120px;
	margin-bottom: 20px;
	text-align: center;
}

#LocationBox
{
	float: right;
	width: 40%;
	height: 120px;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#Menu
{
	font-size: large;
	font-family: "Verdana,Tahoma,Helvetica";
}

#TeacherPrivateInfo
{
	text-align: center;
	width: 80%;
}

.TeacherPrivateInfo
{
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.EmailText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color : black;
	text-decoration: underline;
	font-weight : normal;
}

.TeacherName
{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color : #AE0808;
	font-weight : bold;
	text-decoration: none;
}

#TeacherPrivatePhoto
{
	float: right;
}

#NewsBox
{
	background-color: #feffcb;
	padding: 2px 0 2px 0;
	/* width: 85%;*/
	border: solid 1px #000000;
}

#WhatsNewBox
{
	font-family:verdana, arial, sans-serif;
	color:#000000;
	font-size:small;
	font-weight: bold;
	line-height:150%;
	border-color : #dede9c #dede9c #000000 #dede9c;
	border-bottom-width : 1px;
	border-style : dashed;
	margin-bottom: 10px;
	background-color: #dede9c;
	border-bottom: dashed 1px;
}

.SamplerClassInfo
{
	/*width: 48%;
	float: left;*/
	margin-bottom: 10px;
	margin-right: 10px;
	    border: solid 1px #669900; 

}

.RegistrationForm
{
	border: black solid 1px;
	padding: 4px 4px 4px 4px;
	float: left;
}

.StudentNumber
{
	background-color: Black;
	color: White;
	text-align: center;
	
}

.NewsItem
{
	padding-bottom: 10px;
	
}

.StudentRegTable
{
	border-style: none;
}

.FaqItem
{
	font-size: smaller;
}

.FaqItem.h2
{
	font-size: small;
	background-color: Blue;
}

