@charset "utf-8";
/**************************************
Filename: 10wkprog.css

/**************************************
#c1 h2 {
	text-align: center;
	font-size: 1.6em;
	margin: 12px 0 0 6px;
}
#c1 h3 {
	text-align: center;
	font-size: 1.3em;
	margin-top: 8px;
}
*****************************************/

#c2 .content {
	color: #CCCCCC;
	font-size: 0.8em;
	padding: 22px 6px 16px 7px;
	line-height: 1.6em;
}


#10wkprog {
	width: 690px;
	margin: 0 auto;
	color: #333;
	height: 976px;
}

#ubcMain h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: center;
	padding-bottom: 12px;
	margin-top: 10px;
}
#ubcMain p {
	font-size: 0.9em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
	margin: 0 50px 0 55px;
	padding: 4px 0;
}


/****************************
#c1 h2 {
	color: black;
	margin-top: 40px;
	text-align: center;
	border: 2px solid gray;
	padding: 12px 0;
}
****************************/
#c1 h2 {
	text-align: center;
	font-size: 1.6em;
	margin: 12px 0 0 6px;
}
#c1 h3 {
	text-align: center;
	font-size: 1.3em;
	margin-top: 8px;
}

#hours {
	background-color: #FDB52D;
	padding: 12px 4px;
	border: 2px solid black;
	text-align: left;
	color: #000000;
	margin: 32px 0 20px;
}

#hours h1 {
	text-align: center;
	padding-bottom: 8px;
	font-size: 1.3em;
}

#hours p {
	padding-bottom: 10px;
}


/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/

/*
#c1 .content a:link {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: normal;
}
#c1 .content a:visited {
	color: green;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: normal;
}

#c1 .content a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#c1 .content a:active {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

*/

#ubcSideNav {
	margin-top: 30px;
}

#p7PMM_1 {
	width: 950px;
}

#p7PMM_1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#footer {
	margin: 0px auto;
	/*font-size: 0.7em;*/
	width: 982px;
}
#footercontent {
	padding: 8px 14px;
	text-align: center;
	margin-bottom: 12px;
}

#footercontent ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footercontent ul.nav li {
	display: inline;
}

#footercontent ul.nav li a {
	text-decoration: none;
	padding: 0px 4px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#footercontent ul.nav li a:link, #footercontent ul.nav li a:visited {
	color: #000000;
}
#footercontent ul.nav li a.present {
	color: white;
}


#footercontent ul.nav li a:hover {
	background-color: #999999;
}
	

#footercontent ul.nav li a.last {
	border-right-style: none;
}
