html, body {
	background-color: #fff;
}
body {
	margin: 0 auto;
	font: normal 12px Arial;
	color: #666;
}
#container {
	width: 100%;
	text-align: center;	/* ie won't center! */
}
#main {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}
#toprow {
	width: 970px;
	height: 70px;
	background-color: #818181;
	margin: 0 auto 1px auto;
}
#intro {
	background-image:url('../../images/banner_sh.png');
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
}
#homepage_intro {
	border-style: solid;
	border-color: #818181;
	border-width: 0 0 2px 0;
	padding: 0 0 2px 0;
	margin: 0 auto 20px auto;
	width: 970px;
}
#homepage_container {
	padding: 0 5px 0 0;
}
#content_homepage {
	width: 980px;
	padding: 0 0 0 10px;
	margin: 2px auto;
}
#content {
	width: 970px;
	margin: 1px auto 0 auto;
	padding: 0 5px;
	text-align: left;
	line-height: 18px;
}
#content_inner {
	border: solid 1px #818181;
	padding: 25px;
	text-align: left;
}
#footer {
	margin: 10px auto 0 auto;
	background-color: #818181;
	height: 40px;
	width: 970px;
}
.c1 {
	margin: 0 0 0 5px;
}
.block1 {
	margin: 10px 0;
}
.search {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.02em;
}
.address {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Helvetica', Arial;
	color: #5b5b5b;
	text-decoration: none;
	letter-spacing: -0.02em;
	line-height: 12px;
}
table.mat {
	border: solid 1px #ccc;
}
td.mat1, td.mat2, td.mat3 {
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
td.mat1 {
	background-color: #fff;
	border-color: #eee;
	line-height: 20px;
}
td.mat2 {
	background-color: #eee;
	border-color: #eee;
	line-height: 20px;
}
td.mat3 {
	background-color: #b9dcff;
	border-color: #6090c0;
	font-size: 16px;
	font-weight: bold;
}
a.menu {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Helvetica', Arial;
	color: #fff;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
a {
	color: #6592cb;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, .h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	margin: 0 0 5px 0;
}
a.h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	text-decoration: underline;
}
a.h1:hover {
	text-decoration: none;
}
h2, .h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	margin: 0 0 10px 0;
}
a.h2 {
	text-decoration: underline;
}
a.h2:hover {
	text-decoration: none;
}
h3, .h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	margin: 0 0 15px 0;
}
a.h3 {
	text-decoration: underline;
}
a.h3:hover {
	text-decoration: none;
}
.news_title {
	color: #c00;
}
a.h1_red, a.h1_blue, a.h1_yellow, a.h1_green, a.h1_purple, a.h1_gray {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Helvetica', Arial;
	text-decoration: underline;
}
a.h1_red:hover, a.h1_blue:hover, a.h1_yellow:hover, a.h1_green:hover, a.h1_purple:hover, a.h1_gray:hover {
	text-decoration: none;
}
.h1_red, .h2_red, .h3_red, .a_red {
	background-image: url('../../images/bullet_red.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_red {	background-position: 0 1px;	}
.h1_red {	background-position: 0 0;	}
.h2_red {	background-position: 0 2px;	}
.h3_red {	background-position: 0 4px;	}

.h1_blue, .h2_blue, .h3_blue, .a_blue {
	background-image: url('../../images/bullet_blue.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_blue {	background-position: 0 1px;	}
.h1_blue {	background-position: 0 0;	}
.h2_blue {	background-position: 0 2px;	}
.h3_blue {	background-position: 0 4px;	}

.h1_yellow, .h2_yellow, .h3_yellow, .a_yellow {
	background-image: url('../../images/bullet_yellow.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_yellow {	background-position: 0 1px;	}
.h1_yellow {	background-position: 0 0;	}
.h2_yellow {	background-position: 0 2px;	}
.h3_yellow {	background-position: 0 4px;	}

.h1_green, .h2_green, .h3_green, .a_green {
	background-image: url('../../images/bullet_green.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_green {	background-position: 0 1px;	}
.h1_green {	background-position: 0 0;	}
.h2_green {	background-position: 0 2px;	}
.h3_green {	background-position: 0 4px;	}

.h1_purple, .h2_purple, .h3_purple, .a_purple {
	background-image: url('../../images/bullet_purple.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_purple {	background-position: 0 1px;	}
.h1_purple {	background-position: 0 0;	}
.h2_purple {	background-position: 0 2px;	}
.h3_purple {	background-position: 0 4px;	}

.h1_gray, .h2_gray, .h3_gray, .a_gray {
	background-image: url('../../images/bullet_gray.png');
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
}
.a_gray {	background-position: 0 1px;	}
.h1_gray {	background-position: 0 0;	}
.h2_gray {	background-position: 0 2px;	}
.h3_gray {	background-position: 0 4px;	}

.faq_qdiv {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0 0 2px 0;
	line-height: 20px;
}
a.faq_qlink {
}
.faq_answer, .faq_answer_highlight {
	margin: 10px 0;
	padding: 10px;
	border-style: solid;
}
.faq_answer {
	border-width: 0;
}
.faq_answer_highlight {
	background-color: #fffbce;
	border-width: 1px 0;
	border-color: #f90;
}
.faq_ah1 {
	font-size: 14px;
	font-weight: bold;
}
.faq_aa {
	margin: 10px 0;
}
.faq_aback {
}
a.faq_aback {
	font-size: 14px;
	font-style: italic;
}



.block1 {
	border-color: #999;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}











.btable {
	border: solid 1px #ccc;
	width: 100%;
}
.btd_blank {
	border: solid 1px #eee;
}
.btd_highlight {
	border: solid 1px #eee;
	background-color: #6592cb;
	font-weight: bold;
	color: #fff;
}
.btd {
	border: solid 1px #eee;
}
.btd_highlight_small {
	border: solid 1px #eee;
	background-color: #6592cb;
	font-weight: bold;
	font-size: 11px;
}
.btd_small {
	border: solid 1px #eee;
	font-size: 11px;
}


.schedule_header {
	border: solid 1px #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #000;
}
.schedule_td {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 5px;
	color: #000;
}
.schedule_box_container {
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
	min-height: 60px;
}
.schedule_box_mba, .schedule_box_ibf, .schedule_box_ibfb, .schedule_box_ac, .schedule_box_preq, .schedule_box_plg, .schedule_box_cree, 
.schedule_box_hrmm, .schedule_box_hrmc {
	border-style: solid;
	border-width: 1px;
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 0 2px 0;
}
.schedule_box_mba {
	border-color: #782c0b;
	background-color: #ed936c;
}
.schedule_box_ibf {
	border-color: #399bff;
	background-color: #9accff;
}
.schedule_box_ibfb {
	border-color: #b7b700;
	background-color: #ff0;
}
.schedule_box_ac {
	border-color: #339a65;
	background-color: #73d765;
}
.schedule_box_preq {
	border-color: #999999;
	background-color: #CCCCCC;
}
.schedule_box_cree {
	border: solid 1px #b7b799;
	background-color: #FF9930;
}
.schedule_box_plg {
	border-color: #999999;
	background-color: #FF8040;
}
.schedule_box_hrmc {
	border-color: #999999;
	background-color: #EDDA74;
}
.schedule_box_hrmm {
	border-color: #999999;
	background-color: #FFF380;
}
.schedule_hrmc {
	border: solid 1px #97431e;
	background-color: #EDDA74;
	padding: 5px;
	color: #000;
}
.schedule_hrmm {
	border: solid 1px #97431e;
	background-color: #FFF380;
	padding: 5px;
	color: #000;
}
.schedule_plg {
	border: solid 1px #97431e;
	background-color: #FF8040;
	padding: 5px;
	color: #000;
}
.schedule_mba {
	border: solid 1px #97431e;
	background-color: #ed936c;
	padding: 5px;
	color: #000;
}
.schedule_ibf {
	border: solid 1px #399bff;
	background-color: #9accff;
	padding: 5px;
	color: #000;
}
.schedule_cree {
	border: solid 1px #b7b799;
	background-color: #FF9930;
	padding: 5px;
	color: #000;
}
.schedule_ac {
	border: solid 1px #339a65;
	background-color: #73d765;
	padding: 5px;
	color: #000;
}
.schedule_ibfb {
	border: solid 1px #b7b700;
	background-color: #ff0;
	padding: 5px;
	color: #000;
}
.schedule_mbaibf {
	border: solid 1px #a444bc;
	background-color: #eb99ff;
	padding: 5px;
	color: #000;
}
.schedule_preq {
	border: solid 1px #999;
	background-color: #ccc;
	padding: 5px;
	color: #000;
}


div.box_c1 {
	background-image: url('../../images/shadow_bottom_left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.box_c2 {
	background-image: url('../../images/shadow_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom right;
	padding: 0 0 5px 0;
	margin: 0 0 5px 5px;
}
div.box_c3 {
	background-image: url('../../images/shadow_right.png');
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 0 0 0;
}
div.box_i {
	border-style: solid;
	border-color: #818181;
	border-width: 1px;
	height:100%;
	margin: 0 5px 0 -5px;
}
.course_box, .course_box_highlight {
	margin: 10px 0;
	padding: 10px;
	border-style: solid;
}
.course_box {
	border-width: 0;
}
.course_box_highlight {
	background-color: #fffbce;
	border-width: 1px 0;
	border-color: #f90;
}

.faculty_box, .faculty_box_highlight {
	margin: 10px 0;
	padding: 10px;
	border-style: solid;
	clear:both;
}
.faculty_box {
	border-width: 0;
}
.faculty_box_highlight {
	background-color: #fffbce;
	border-width: 1px 0;
	border-color: #f90;
}

