body 
{
    /* background-image: url('../gfx/bg-sa.jpg');
    background-attachment: scroll;
    background-position: absolute;
    background-repeat: no-repeat; */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
#background 
{
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    /* height: 100%; */
}
.table-main
{
    border: none;
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 2;
    width: 900px;
    padding: 0px;
}
.table-menu
{
    background-color: #ffffff;
    border: none;
    width: 100%;
}
.table-content 
{
    border: none;
    padding: 0px;
	width: 100%;
}
.table-corners
{
    width: 100%;
    border: 0px;
    padding: 0px;
}
.table-programs
{
	width: 100%;
	border: 0px;
	padding: 0px;
}
.table-instructors
{
	width: 100%;
	border: 0px;
	padding: 0px;
}
.cell-instr-name
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.cell-instr-bio
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}
.cell-title
{
    padding: 4px;
    color: #ffffff;
    background-color: #AA0114;
    font-family: Trebuchet MS;
    font-size: 18px;
}
.cell-content 
{
    padding-top: 4px;
	padding-bottom: 4px;
    color: #000000;
    background-color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 14px;
}
.cell-menu-item 
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    padding: 4px;
}
.cell-label 
{
    vertical-align: top;
    font-family: Trebuchet MS;
    font-size: 16px;
    width: 175px;
    background-color: #ffffff;
}
.cell-logos {
	vertical-align: top;
	background-color: #ffffff;
	width: 200px;
	padding-right: 4px;
}
.cell-logo {
	padding-top: 15px;
}
.cell-corner-left
{
    text-align: left;
    padding: 0px;
    width: 20px;
}
.cell-corner-right
{
    text-align: right;
    padding: 0px;
    width: 20px;
}
.cell-middle
{
    background-color: #ffffff;
    color: #000000;
    font-family: Trebuchet MS;
    font-size: 11px;
    text-align: center;
}
.cell-cont-padded {
	border: 4px solid #ffffff;
	background-color: #ffffff;
	vertical-align: top;
}
.input-text 
{
    /* border: 1px; */
    background: none;
    font-family: Trebuchet MS;
    font-size: 10px;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    width: 150px;
}
.input-button 
{
    background: none;
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    border-color: Black;
    border-style: solid;
    border-width: 1px;
}
.text-intro 
{
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 4px;
}
.text-outtro 
{
    border-top: 1px solid #000000;
    background-color: #ffffff;
}
.alink {
}
.link 
{
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    background-color: #ffffff;
}
.link_menu
{
	text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
a.link_menu { color: #ffffff; }
.text-heading 
{
    /* border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; */
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: bold;
    background-color: #ffffff;
}
.prog_name {
	background-color: #95CBE9;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #95CBE9;
}
.prog_subt {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: 1px solid #95CBE9;
	border-right: 1px solid #95CBE9;
	border-bottom: none;
	border-top: none;
}
.prog_desc {
	background-color: #d3d3d3;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	border-left: 1px solid #95CBE9;
	border-right: 1px solid #95CBE9;
	border-bottom: 1px solid #95CBE9;
	border-top: none;
}
.prog_sch {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	border: 1px solid #95CBE9;
	padding: 4px;
}
.frame { padding: 5px; border: 1px solid #aaa; }
.align-right { float:right; margin: 0 0 15px 15px; display: inline; }
.align-left { float:left; margin: 0 15px 15px 0; display: inline; }
img { border: none; }
 
