@charset "utf-8";

p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
	font-size: 13px;
	}
.bgfull {
	background-image: url(../images/bgfull.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
}


	h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 22px;
	color: #E6491E;
	}
	
		h2{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 16px;
	color: #E6491E;
	}
	
	h3{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 16px;
	}
.caption{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
	font-size: 11px;
	} 
.borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.navbar {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 930px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 25px;
	font-weight: 400;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.faculty:link {
	color: #000;
	text-decoration: none;
}
a.faculty:visited {
	text-decoration: none;
	color: #000;
}
a.faculty:hover {
	text-decoration: underline;
	color:#FC0;
}
a.faculty:active {
	text-decoration: none;
	color:#FC0;
}
.border {
	border: 1px solid #000000;
}
.right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E64926;
}
.image_right {
	padding-left: 10px;
}
