@charset "utf-8";
/* CSS Document */

@import url('https://ssl.uh.edu/css/uh-fonts.css?version=2');
	.milo {font-family: 'Milo', sans serif;}
	.crimson {font-family: 'Crimson', sans-serif;}
	.league {font-family: 'League Gothic', sans-serif;}
	.ver {font-family: verdana;}
	.times {font-family: 'Times New Roman', sans-serif}

/* ========      MAINCONTENT   ======== */

#main{
	clear: both;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 0;
	width: 945px;
	}

#breadcrumbs{
	width: 945px;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0;
	text-align: left;
	}  
	
#breadcrumbs p {
	font-size: 10px;
}

#breadcrumbs p a {
	font-size: 10px;
	text-decoration: none;
	color: #333;
} 

#breadcrumbs p a:hover {
	text-decoration: underline;
	color: #000;
}
/* ========     LEFT COLUMNS   ======== */
	
#left-column {
	float: left;
	width: 231px;
	margin-top: 10px;
}

#left-column h2 {
	font-size: 18px;
	color: #FFF;
	padding-top: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: Georgia, serif;
	font-weight: normal;
}

#left-column h3 {
	font-size: 14px;
	padding-left: 11px;
}

#left-column p {
	font-size: 12px;
	color: #333;
	padding-left: 11px;
}

#left-column img {
	padding-top: 2px;
	padding-bottom: 2px;
}
#left-column p a {
	color: #C00;
	text-decoration: none;
}

.left-column-top {
	background-color: #323232;
	background-image: url(../images/left-column/left-column-top.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}

#left-nav {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#left-nav li {
	border: 1px #ccc solid;
	border-style: solid none none none;
	font-weight: bold;
	list-style: none outside;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}


#left-nav a {
	display: block;
	margin: 0px;
	color: #333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 11px;
	padding-left: 11px;	/*font-size: 110%;*/
	padding-bottom: 11px;
	}
	
#left-nav li.selected a{
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#left-nav li.selected li a {
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#left-nav .selected ul .selected a {
	color: #C00;
}	
	
#left-nav .selected ul li a {
	list-style-type: none;
	list-style-image: none;
	padding-left: 25px;
	color: #333;
	background-image: url(../images/left-column/lili.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding-bottom: 11px;
	display: block;
	
}

	
#left-nav li a:hover, #left-nav li.selected a:hover {
	color: #C00;
	background-color: #FFF;
	background-image: url(../images/left-column/left-column-list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

.left-column-bottom {
	height:18px;
	background-image: url(../images/left-column/left-column-bottom.jpg);
}

		
/* ========     RIGHT COLUMN    ======== */

#right-column {
	padding: 0;
	width: 695px;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	}
	
.right-column-top {
	background-image: url(../images/widebox/rounded-box-top.jpg);
	background-repeat: no-repeat;
}

.right-column-middle {
	
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
.right-column-middle img {
	padding-right: 5px;
	padding-bottom: 5px;
}

.right-column-middle p {
	font-size: 14px;
	padding-bottom: 10px;
}

.right-column-middle h1 {
	font: 'Milo', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
}
.right-column-middle h2 {
	font-size: 20px;
	font-weight: normal;
	font: 'Milo', sans-serif;
	padding-bottom: 10px;
}

.right-column-middle h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}


.right-column-middle a {
	color: #D51500;
	text-decoration: none;
	font-weight: bold;
}

.right-column-middle a:hover {
	color: #333;
	text-decoration: underline;
	
}
.right-column-middle ol li {
	font-size: 12px;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px;
}


.right-column-middle ul li {
	font-size: 12px;
	list-style-image: url(../images/left-column/left-column-list.jpg);
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 10px;
}

.right-column-middle ul li ul li {
	list-style-type: square;
	list-style-image: none;
	margin-left: 15px;
}
.right-column-middle blockquote {
	padding-left: 30px;
}




.right-column-bottom {
	background-image: url(../images/widebox/rounded-box-bottom.jpg);
	background-repeat: no-repeat;
}

/* ========     GENERAL TAGS   ======== */

table {
	margin: 10px auto;
	padding: 0;
	font-size: 12px;
	}
	
table caption {
	font-weight:bold;
	}
	
table.center th, table.center td, td.center, th.center, tr.center  {text-align:center;}
table.left th, table.left, td.left, th.left, tr.left {text-align:left;}
table.right th, table.right, td.right, th.right, tr.right {text-align:right;}

table th {
	background: #FCF5C0;
	color: #000;
	margin: 0;
	padding: 2px;
	}

table td {
	padding: 5px;
	border: 0;
	margin: 0;
	}
table td.scope {
 	text-align:left;
	background:#FCF5C0;
	}
table th.alt-th{
	background-color:#FFF;
	}

#left-column a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
