﻿html,body{
	margin:0;
	padding:0;
}

body{
	font-family: "Verdana";
	font-size: 10pt;
	background:#fff;
}

div#header{
	margin:0 0 30px;
	padding:0;
	height:169px;
	background:url('images/header-bg.jpg') top left repeat-x;
	width:100%;
}

div#headerwrap{
	margin:0 auto;
	padding:0;
	width:1000px;
	cursor:pointer;
	position: relative;
}

h1#logo{
	background:url('images/logo.jpg') top left no-repeat;
	float:left;
	width:720px;
	height:150px;
	display:inline;
	margin:0;
	padding:0;
	text-indent: -9999px
}

img#headerimage{
	display:block;
	float:right;
	border:none;
	background:transparent;
	padding:0;
	margin:0;
	width:266px;
	height:169px;
}

span.headerImageText {
	display: block;
	position: absolute;
	top: 139px;
	left: 788px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#wrapper{
	text-align:left;
	width:1000px;
	margin:0 auto 6px;
}

div#navigation{
	float:left;
	width:200px;
}

ul#nav, ul#nav li ul#sub{
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
}

ul#nav li ul#sub{
	margin:0 0 0 6px;
}

ul#nav li{
	width:170px;
	padding:0 0 0 7px;
	background:url('images/menu-left.jpg') top left no-repeat;
	margin:0 0 4px;
}

ul#nav li.active{
	background:url('images/menu-left-active.jpg') top left no-repeat;
	/* margin:0 0 2px;*/
}

ul#nav li a{
	color:#fff;
	text-decoration:none;
	background:url('images/menu-right.jpg') top right no-repeat;
	display:block;
	height:24px;
	font-size:9pt;
	padding:8px 7px 0 0;
	font-weight:bold;
	text-align:center;
}

ul#nav li.active a{
	background:url('images/menu-right-active.jpg') top right no-repeat;
}

ul#nav li a:hover, ul#nav li ul#sub li a:hover{
	color:#ccc;
}

ul#nav li ul#sub li{
	background:url('images/submenu-tree.jpg') top left no-repeat;
	padding:4px 0 0 13px;
	margin:0;
	font-size:8pt;
	width:150px;
	height:32px;
}

ul#nav li ul#sub li.last{
	background:url('images/submenu-tree-last.jpg') top left no-repeat;
}

ul#nav li ul#sub li a{
	color:#fff;
	text-decoration:none;
	background:url('images/submenu-bg.jpg') top left no-repeat;
	height:20px;
	display:block;
	font-size:7pt;
	padding:7px 7px 3px;
	margin:0;
	font-weight:bold;
	text-align:center;
	width:136px;
	border:1px solid transparent;
}

ul#nav li ul#sub li.active a{
	background:url('images/submenu-active-bg.jpg') top left no-repeat;
}

ul#nav li ul#sub li.last a{
	margin:0;
}

div#content{
	float:right;
	width:800px;
}

div#content h1{
	color:#0d0087;
	margin:0 10px 20px;
	border-bottom:1px solid black;
	padding:0 24px 6px 6px;
	font-size:16pt;
	line-height:16pt;
	text-align:left;
}

#content h2{
	color:#0d0087;
	margin:0 10px 10px;
	padding:0 24px 6px 6px;
	font-size:9pt;
	line-height:13pt;
	text-align:left;
}

#content h3{
	color:#0d0087;
	margin:0 10px 8px;
	padding:0 24px 6px 6px;
	font-size:9pt;
	line-height:11pt;
	text-align:left;
}

div#content p, div#content p.first{
	color:#000;
	margin:0 10px 10px;
	padding:0 24px 6px 6px;
	font-size:10pt;
	line-height:15pt;
	text-align:justify;
}

div#content p.first{
	font-weight:bold;
}

#content p a, #content p.first a{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	text-decoration:none;
}

#content p a:hover, #content p.first a:hover{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	/*text-decoration:none;*/
	text-decoration:underline;
}

#content p.gallery{
	color:#000;
	margin:0 10px 20px;
	padding:0 24px 6px 6px;
	line-height:15pt;
	text-align:center;
	font-size:10pt;
}

img.thumbnail{
	border:1px solid #7c7c7c;
	background:#d7d7d7;
	padding:6px 6px 10px 6px;
	margin:4px;
}

img.thumbnail.right{
	float:right;
	margin:0 0 10px 16px;
}

img.thumbnail.left{
	float:left;
	margin:0 16px 10px 0;
}

img.thumbnail.center{
	display:block;
	margin:0 auto;
}

table{
	clear:both;
	font-size:10pt;
	color:#000;
	margin-bottom:30px;
}

table a, table a:hover{
	font-size:10pt;
	font-weight:bold;
	color:#0d0087;	
	text-decoration:none;
}

.tx{
	background-color:#d7d7d7;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
}

.inptx{
	color: #000;
	border:1px solid #656565;
}

label{
	font-size:9pt;
	color:#000;	
	margin-right:4px;
	text-align:left;
}

.button{
	font-size:9pt;
	font-weight:bold;
	color:#cc0000;
	border:1px solid #000;
	background-color:#fff;
}

div#footer{
	width:100%;
	padding:0;
	height:128px;
	background:url('images/footer-bg.jpg') top left repeat-x;
	text-align:center;
}

a.footer-link{
	text-decoration:none;
}

a.footer-link img{
	border:none;
	margin:24px 6px 0;
}

div#footer p{
	color:#fff;
	font-weight:bold;
	font-size:9pt;
	margin:8px 0 0;
	padding:0;
}

div#footer p a{
	text-decoration:none;
	color:#fff;
}

div#footer p a:hover{
	color:#ccc;
}

.clear{
	clear:both;
}
.faculty_table{
	width: 100%;
	border: 0px;
}
.faculty_table td{
	width: 33%;
	vertical-align: top;
}
.program_table{
	width: 100%;
	border: 0px;
}
.program_table td{
	vertical-align: top;
}
.program_table .time{
	width: 15%;
}
.program_table .event{
	width: 85%;
}

.time_table_glance {
	width: 100%;
	border: 0px;
	background: black;
	margin-bottom: 0px;
}
.time_table_glance th {
	background-color: #CCECFF;
	text-align: center;
}
.time_table_glance td {
	background-color: #ffffff;
	text-align: center;
}
.time_table_glance td.lunch {
	background-color: #9ACCFF;
}
.time_table_glance td.evening {
	background-color: #33339A;
	color: white;
}
.time_table_comment{
	font-size: 8pt !important;
}
#content h2.main_header{
	font-size: 20px;
	text-align: center;
	line-height: normal;
	font-weight: normal;
}
#content h2.main_header span{
	font-size: 30px;
	font-weight: bold;
}
#content p.main_p{
	font-size: 18px;
	text-align: center;
	line-height: normal;
}
.jump_a{
	float: right;
	padding: 2px;
	border: 1px solid #0D0087;
	font-size: 9pt !important;
	margin-top: 10px;
}

table.mainlogos{
	margin: 0px auto;
}
table.mainlogos td{
	width: 140px;
	text-align: center;
}

/* First Announcement */
ul#nav li.first_announcement_link{
	background:url('images/menu-left-first_announcement.jpg') top left no-repeat;
}
ul#nav li.first_announcement_link a{
	background:url('images/menu-right-first_announcement.jpg') top right no-repeat;
}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

