/* TUBC red: #a61d24 */
/* PTT blue: #00a0c6 */

/** General Layout rules
** Don't add padding or margin to these layout rules or your template will "blow up"
*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #a61d24;
	font-family: Verdana;
	font-size: 10px;
	color: #333;
	height: 100%;
}

#wrapper {
	text-align: center;
	padding:0m;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-image:url('img/bgcontainer.png');
	position: relative;
	height:auto !important; /* real browsers */
	height: 95%; /* IE6: treaded as min-height*/
	min-height: 95%; /* real browsers */
}

#container {
	padding: 0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 903px;
}

/* Content Layout Rules
** You can add padding and margin to these internal wrappers
 */


/****************
 Header, Footer 
*****************/

#headertab, #footertab {
	margin: 0px;
	padding: 6px;
	height: 15px;
	color: #fff;
	background-color: #424242;
	text-align: right;
	font-size: 11px;
}

#headertab a {
	color: #fff;
	text-decoration: none;
}

#headertab a:hover {
	font-weight: bold;
}

#header_image {
	padding: 5px;
	background-image:url('img/logo.png');
	background-repeat: no-repeat;
	height: 90px;
}

/****************
   TOP Navigation 
*****************/

#nav {
	width: 900px;
	#width: 899px;
	height: 46px;
	margin: 0 0 1em 0;
	padding: 0;
	float: left;
	list-style: none;
	background-image:url('img/nav_bg.png');
}

.nav {
	font-family: Verdana;
	font-size: 13px;
}

#nav ul {
	list-style: none;
	width: 600px;
	margin: 0 auto;
	padding: 0; 
}

#nav li {
	float: left; 
}

#nav li a {
	display: block;
	padding: 11px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#nav li a:hover {
	color: #a61d24;
	background-color: #fff; 
}

#nav li a.select {
	background-image:url('img/nav_bg_a.png');
	background-repeat:no-repeat;
	background-position:top center;
}


/****************
    Sidebar 
*****************/

#sidebar {
	width: 200px;
	padding: 0 20 0 20;
	#padding: 0 10 0 0; /**only IE will read this**/
	list-style: none;
	background: #fff;
	text-align: left;
	font-size: 12px;
	line-height:250%;
}


#sidebar ul {
	list-style: none;
	width: 180px;
	padding: 0 0 0 0;
}

#sidebar li {
	background-color: #fff;
}


#sidebar li.line { 
	background: #d9d9d9; 
	width: 200px; 
	height: 1px;
	font-size:1px;
	overflow: hidden;
}

#sidebar li a {
	text-decoration: none;
	color: #333;
	padding: 5px 10px;

}

#sidebar li a:hover {
	color: #a61d24;
	background-color: #fff; 
}

#sidebar li a.select {
	color: #a61d24;
	font-weight: bold;
}


/****************
   Content 
*****************/

#content {
	padding-top: 15px;
	padding-bottom: 20px;
	clear: both;
}

#rightcontent {
	width: 630px;
	background: #fff;
	text-align: left;
	line-height:150%;
	color: #333;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 10px;

}

/****************
     Text
*****************/

h1 {
	font-family: Georgia;
	font-weight: bold;
	color: #00a0c6;
	font-size: 22px;
}

h2 {
	font-family: Georgia;
	font-weight: bold;
	color: #00a0c6;
	font-size: 18px;
}

h3 {
	font-family: Verdana;
	font-weight: bold;
	color: #00a0c6;
	font-size: 16px;
}

h4 {
	font-family: Georgia;
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}

.caption {
	font-family: verdana;
	color: #666;
	font-size: 11px;
}

p, li, ol, td {
	font-family: verdana;
	color: #333;
	font-size: 11px;
}

a {
	color: #a61d24;
	text-decoration: none;
}

a:hover {
	color: #999;
}

.blue {
	color: #37acc1;
	font-weight: bold;
}

.gray {
	color: #666666;
	font-weight: bold;
}
.headblue {
	color: #2475a8;
	font-weight: bold;
	font-size: 16px;
}

/****************
    Table 
*****************/

.schedule, .schedule td {
	border: 1px solid #e0e0e0; 
	border-collapse: collapse;
}

.head {
	color: #00a0c6;
	background-color: #ededed;
	font-weight: bold;
}

.subhead {
	color: #999;
	background-color: #f5f5f5;
	font-weight: bold;
}


/****************
    Gallery
*****************/

div #img, #img2 {
	float:left;
	text-align:left;
}

div #img img  {
	display:inline;
	margin:2px;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	width: 105px;
	height: 70px;
}

div #img2 img  {
	display:inline;
	margin:2px;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	width: 180px;
	height: 130px;
}

/****************
    Sitemap
*****************/

#sitemap {
line-height:200%;
font-size: 10pt;
}

