@charset "UTF-8";


/********** LAYOUT *********/
body {
	background-color: #EFF0DC;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/background-body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.container {
	background-image: url(../images/background-container.gif);
	background-repeat: repeat-y;
}
.center {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignright-pad {
	text-align: right;
	padding-right: 10px;
}
.alignleft {
	text-align: left;
}
.alignleft-pad {
	text-align: left;
	padding-left: 10px;
}
.col-rt {
	background-color:#d0d5c7;
	}
.col-ctr {
	background-color:#ffffff;
	}
.col-lt {
	background-color:#5a8b9b;
	}


/********** NAVIGATION **********/
.nav1 {
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	padding-left: 0px;
}
.nav1 ul {
	margin: 0px;
	padding: 0px;
}
.nav1 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav1 li a {
	text-decoration: none;
	color: #5a8b9b;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nav2 {
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav2 ul {
	margin: 0px;
	padding: 0px;
}
.nav2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav2 li a {
	text-decoration: none;
	color: #5a8b9b;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nav3 {
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 52px;
}
.nav3 ul {
	margin: 0px;
	padding: 0px;
}
.nav3 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav3 li a {
	text-decoration: none;
	color: #cad0c2;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/********** TYPORGAPHY **********/
h1 {
	font-size: 210%;
}
h2 {
	font-size: 180%;
	margin-bottom: 0.25em;
}
.teaching {
	line-height: 10px;
}
/********** UNIQUE ELEMENTS **********/
.logo {
	height: 170px;
	padding-left: 44px;
	}
.sidebar-box-bottom {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	padding-right: 10px;
	padding-top: 4px;
	margin-bottom: -9px;
	}
.sidebar-box-bottom img {
	padding-bottom: 14px;
	padding-top: 2px;
}
.header {
	text-align: right;
	height: 170px;
}
.header a {
	color: #5A8B9B;
	text-decoration: none;
}
.contact {
	padding-top: 10px;}
.quote {
	padding-top: 27px;
}
.quote-source {
	font-size: 10px;
	font-style: normal;	
}
.sidebar-box-top {
	height: 150px;
}
.center-img {
	text-align: center;
	display: block;
	}
.content-midpage {
	padding-top: 150px;
	font-size: 14px;
}
.orange {
	color:#f15a29;
}
.test-source {
	text-align: right;
	font-size: 10px;
}

.thumbnails table {
	width:125px;
}
th, td {
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 0px;
}
.smalltable {
	width: 300px;
}
