/* General Settings */

body {
	background-color: #FFFFFF;
	color: #2A4173;
}

h1 {
	font-size: 110%;
	line-height: 135%;
	padding-right: 45px;
	margin-bottom: 22px;
	margin-top: 9px;
}

h1.photo {
	font-size: 110%;
	line-height: 100%;
	padding-right: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.4;
}

img {
	border-style: none;
}

a:link {
	color: #2A4173;
	text-decoration: none;
}

a:visited {
	color: #2A4173;
	text-decoration: none;
}

a:hover {
	color: #2A4173;
	text-decoration: underline;
}

p.quote {
	font-style: italic;
	margin-left: 75px;
	margin-bottom: 12px;
	margin-top: 35px;
	border-style: dashed;
	border-width: thin;
}

p.photo {
	font-weight: normal;
	font-size: 82%;
	line-height: 100%;
	color: #109B00;
	margin-bottom: 10px;
}

img.webcam {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}

span.inv {
	visibility: hidden;
}	


/* Header */

div.figure {
  width: 100%;
}

img.scaled {
  width: 100%;
}


/* Navigation Bar */

div.navbar {
	width: 100%;
	background-color: #109B00;
	color: #FFFFFF;
}

div.photobar {
	width: 100%;
	background-color : #2a4173;
	color : #ffffff;
}


table.navbar {
	width: 100%;
}

td.left {
	text-align: left;
	word-spacing: 55px;
	width: 100%;
}

td.photoleft {
	text-align: left;
	word-spacing: 5px;
	width: 100%;
	font-size: 88%;
}

td.right {
	text-align: right;
}

a.navbar:link {
	color: #FFFFFF;
	background-color: #109B00;
	text-decoration: none;
}

a.navbar:visited {
	color: #FFFFFF;
	background-color: #109B00;
	text-decoration: none;
}

a.navbar:hover {
	color: #FFFFFF;
	background-color: #14C200;
	text-decoration: none;
}

a.photobar:link {
	color: #FFFFFF;
	background-color: #5C7EBD;
	text-decoration: none;
}

a.photobar:visited {
	color: #FFFFFF;
	background-color: #5C7EBD;
	text-decoration: none;
}

a.photobar:hover {
	color: #FFFFFF;
	background-color: #5C7EBD;
	text-decoration: none;
}


/* Content */

div.content {
	position: relative;
	margin-left: 40px;
	margin-right: 120px;
	margin-top: 30px;
	min-height: 276px;
}

div.webcams {
	position: relative;
	margin-left: 40px;
	margin-right: 120px;
	margin-top: 30px;
}

table.photo {
	width: 100%;
}


/* Footer */

div.footer {
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 82%;
	line-height: 100%;
	color: #109B00;
}

a.footer:link {
	color: #14C200;
	text-decoration: none;
}

a.footer:visited {
	color: #14C200;
	text-decoration: none;
}

a.footer:hover {
	color: #14C200;
	text-decoration: underline;
}