@charset "utf-8";

body, html {margin:0; padding:0;}

body {
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(images/experiment.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height:100%;
	background-color: #D9E4D1;
}
h1 h2 h3 {font-family:Georgia, "Times New Roman", Times, serif;}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #9D004F;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 500px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #0B88CC;
	width: 500px;
}
h3 {
	font-size: 120%;
	color: #990099;
	border: thin solid #A6B7B5;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: static;
}
#container-course {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: static;
}
/*
#content {
	background-image: url(images/bkgrnd_salmon.gif);
}
*/
#content {background-color: #D9E4D1;}
#branding {
	background-image: url(../images/experimentv2.jpg);
	width:auto;
	padding:20px;
}

#site-info {
	font-size: 85%;
	width: 750px;
	bottom:-332px;
	height:25px;
	p\osition:static;
	clear: both;
	margin-right: 100px;
	margin-left: 150px;
	padding-top: 25px;
	padding-left: 50px;
}
#image {
	height: 550px;
	width: 285px;
	position: static;
	background-repeat: no-repeat;
	color: #F5E0AB;
	left: 200px;
	top: 200px;
	float: right;
}
#text {
	padding: 10px;
	width: 450px;
	position: static;
	left: 500px;
	bottom: -48px;
	float: left;
	top: 200px;
	height: 550px;
	overflow: auto;
}
#logo {
	height: 100px;
	width: 100px;
	position: static;
	left: 100px;
	top: 100px;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	float: left;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.nav a {
	font-size: .9em;
	color: #344338;
	text-decoration: none;
	background-color: #FFF8F7;
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #333333;
	text-decoration: none;
}

#image ul {
	font-size: small;
	color: #333333;
	list-style-type: circle;
	border: thin dotted #CCCCCC;
}
li a {
	text-decoration: none;
}
h4 {
	font-size: 1em;
	color: #614F6A;
	line-height: 1em;
}
.sec {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	float: left;
	height: 25px;
	width: 750px;
    font-size: 1.1em;
	padding:10px;
}
.codesec {
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	font-weight: 500;
	color: #000;
	background-color: #FFF;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin dotted #CCC;
}

.sec a {
	color: #000000;
	text-decoration: none;
	background-color: #FBFAD2;
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.sec a:visited {
	text-decoration: none;
}
.sec a:hover {
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #333333;
	text-decoration: none;
}
.ldiv {
	float: left;
	height: auto;
	width: 45%;
}
.spdiv {
	float: left;
	height: 80px;
	width: 10%;
	background-image: url(images/logo.png);
}
.rtdiv {
	float: left;
	height: auto;
	width: 45%;
	clear: right;
}
.emphasis {
	font-size: 1.1em;
	font-weight: bolder;
}
.notation {
	font-weight: 400;
	color: #F66;
}

