body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F78C07;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	line-height:120%;
}

.body2  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:130%;
}

.body3  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:140%;
}

.workshop  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:100%;
}

.location  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:100%;
}

h1, h2  {
	color: #555;
	line-height: 80%; 
}

h3, h4  {
	color: #555;
	line-height: 120%; 
}

h5, h6  {
	color: #333;
	line-height: 10%; 
}

.twoColFixRtHdr #container { 
	width: 912px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /*1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #000000; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #colorstrip { 
	/*background: #000000; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.homeBanner{ 
	color: #666;
	font-size: 75%;
	text-align: center;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FcFcFc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.twoColFixRtHdr #mainContent { 
    /*color: #666;*/
	margin: 0 250px 0 0;  /*the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 1px solid #999999
} 
.twoColFixRtHdr #footer p {
	color: #666;
	font-size: 75%;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	 /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #FEFFB4; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 10px 10px;*/


#main_nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 110%;
	letter-spacing: 0.3pt;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1px 0px
}

#main_nav ul {
	background-color: #000;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#main_nav li {
	list-style-type: none;
	padding: 0.2em 1em;
	display: inline
}

#main_nav a {
	color: #fff;
	padding: 0px;
	display: block;
 	background-color: #000;
	/*border: 2px solid #FF6600;*/
 	text-decoration: none;
 	line-height: 2.2em;
	display: inline
}

#main_nav a:hover, #nav1 a:active {
 	color: #000;
 	background-color: #fff;
 	/*border: 2px solid #41286f;*/
	display: inline
}

a, a:visited 	  {color: #B20909; text-decoration: none;}
a:hover    		  { text-decoration: underline }


.marquee {
	color: #000;
 	background-color: #f00;
}

#footerlink a:hover, #footerlink a:active {color: #000; text-decoration: none;}
#footerlink a:hover   { text-decoration: underline }


.Faculty {
	margin: 0px;
	padding: 0px;
}

.Facultyname {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-left: 5px;
	margin-bottom: 10px;

}
	
.FacutlyArea {
	color:#990000
}

.Facultycontent {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height:140%;
	/*border: 1px solid black;*/
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 0px;
	
	/*height: 160px;*/
	/*Width: 300px;*/
}


    div#People {
        float: left;
		position: relative;
        width: 638px;
        height: 165px;
        margin: 15px auto;
        /*background-color: #369;*/
        /*border: solid 1px black;*/
		border-top: solid 1px;
	    border-top-color: #cccccc;
    }

    div#PeoplePicture {
        position: absolute;
        top: 0;
        left: 0;
        /*background-color: #ccf;*/
        float: left;
        width: 128px;
        padding: 20px 0px 0px 0px;
    }

    div#PeopleContent {
		position: absolute;
		top: 0px;
		left: 128px;
		/*background-color: #fcc;*/
		width: 502px;
		padding: 20px 0px 0px 0px;
		margin-left: 0px;
    }


.price {
	color:#990000;
	font-weight: bold;
	line-height:100%;
}

.button a {
	color: #fff;
	font-weight: bold;
	padding: 8px;
 	background-color:#FF0000;

 	text-decoration: none;
 	line-height: 2.2em;
}

.button a:hover, #button a:active {
 	color: #fff;
 	background-color:#333333;
}


