@charset "utf-8";
body {
	background-color: #999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 1px;
}
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}


#container {
	background-color: #FFF;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}

#header {
}

#masthead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/***** Medical School Menu *****/

#navbarUTMSH {
	background-color: #CCC;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 26px;
	background-image: url(../images/bkgNavbarUTMSH.png);
	padding-right: 5px;
}

#navbarUTMSH ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#navbarUTMSH ul li {
	display: inline;
	float: left;
	position: relative;
}
#navbarUTMSH ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	background-color: #CCC;
	background-image: url(../images/bkgNavbarUTMSH.png);
}

#navbarUTMSH ul li a:hover{
	color: #FFF;
	background-color: #666;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bkgNavbarUTMSH_on.png);
	text-decoration: none;
}

#navbarUTMSHRight {
	text-align: right;
	float: right;
	width: 47%;
	color: #333;
	padding-right: 10px;
	font-size: 0.9em;
}
#navbarUTMSHRight a {
	color: #009;
	text-decoration: none;
}
#navbarUTMSHRight a:hover {
	color: #FF0;
	text-decoration: underline;
}



/***** Department Menu *****/

#navbarDept {
	background-color: #930;
	background-image: url(../images/bkgNavbarDept.png);
	background-repeat: repeat-x;
	height: 26px;
	color: #FFF;
	/* [disabled]padding-right: 5px; */
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#navbarDept ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#navbarDept ul li {
	display: inline;
	float: left;
	position: relative;
}
#navbarDept ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #930;
	padding-right: 10px;
	background-image: url(../images/bkgNavbarDept.png);
}

#navbarDept ul li a:hover{
	color: #FFF;
	background-color: #930;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bkgNavbarDept_on.png);
	text-decoration: none;
}
#navbarDept ul li a.HelpNow{
	background-color: #069;
	background-image: url(../images/bkgNavbarDeptSpecial.png);
}
#navbarDept ul li a.HelpNow:hover {
	background-color: #090;
	background-image: url(../images/bkgNavbarDeptSpecial_on.png);
}

#breadcrumb {
	margin-bottom: 15px;
	color: #666;
	font-size: 0.9em;
	margin-left: 10px;
}

#content {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#content p {
	text-align: justify;
}
#content h1 {
	font-size: 2.4em;
	color: #333;
}
#content h2 {
	font-size: 1.8em;
	color: #666;
}
#content h3 {
	font-size: 1.5em;
	color: #333;
}
#content h4 {
	font-size: 1.2em;
	color: #666;
}
#content h5 {
	font-size: 1.2em;
	color: #333;
}
#content h6 {
	font-size: 1.2em;
	color: #C00;
}
#sidebarMain {
	float: right;
	width: 200px;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F0EAD6;
	border: 1px solid #999;
	font-size: 0.9em;
	margin-top: 10px;
}
#sidebarMain h1 {
	font-size: 1.1em;
	margin: 0px;
	background-color: #666;
	padding: 3px;
	color: #FFF;
	border: 1px solid #333;
}
#sidebarMain p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
#sidebarMain ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	list-style-type: none;
	padding-bottom: 0px;
	line-height: 1.5em;
}

#footer {
	width: 810px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 10px;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 30px;
}

#footer img {
	float: left;
	padding-left: 10px;
}
#footerBtm {
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
}

thead     {
	text-align: center;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	display: block;
}
.ImageLeftNoBorders {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.ImageRight {
	float: right;
	margin-bottom: 10px;
	border: 1px solid #999;
	display: block;
	margin-left: 10px;
}
.ImageRightNoBorders {
	float: right;
	margin-bottom: 10px;
	display: block;
	margin-left: 10px;
}

.ImageCenter {
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
}

.TextCenter {
	text-align: center;
}

.textRed {
	color: #900;
	font-weight: bold;
}
.TextHighlight {
	background-color: #FF0;
}
#homeColumn4 ul {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.textEmphasis {
	color: #900;
	font-weight: bold;
	font-size: 16px;
}
.text16 {
	font-size: 16px;
	font-weight: bold;
}
.textTiny {
	font-size: 0.8em;
}
#container #content p a strong {

}
.TextHighlightBlue {
	background-color: #CFF;
	border: 1px solid #DDD;
	padding: 2px;
}
#container #content #listAboutUsLeft {
	width: 350px;
	float: left;
	padding-left: 25px;
}
#container #content #listAboutUsRight {
	float: right;
	width: 400px;
}

