/* Black gold! Texas tea! */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
border-top: 5px #a9a9af solid;
background-color: #a9a9af;}

/* The brown stripes on the right hand side are attached to this. */

#container1 {
background-image: none;
background-color: #dcdce1;
}

/* The large image on the left hand side is attached to this. */

#container2 {
	background-image: url("images/container2_bg.jpg");
	background-repeat: no-repeat;
	background-position:top left;

}
/* Container for java picture. */



#container3 {
	background-image: none;
	background-color: #dcdce1;
	border: 5px #a9a9af solid;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 168px;
	left: 0px;
}

#container4 {
	background-image: none;
	background-color: #dcdce1;
	border: 5px #a9a9af solid;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: 320px;
	left: 0px;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 25px;
padding-right: 0;
font-weight: bold;
font-size: 1.5em;
background-color: #504339;
color: #c5c5cf;
border-bottom: 2px #a9a9af solid;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
margin-right: 0px;
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 0;
font-weight: bold;
background-color: #9f8b75;
border-left: 2px #a9a9af solid;
border-right: 2px #a9a9af solid;
color: #ebe8e6;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 230px;
margin-right: 0px;
background-color: #ebe8e6;
border-left: 2px #a9a9af solid;
padding: 10px;
border-right: 2px #a9a9af solid;
color: #504339;

}

p, ul, ol, table {
	font-size: 0.9em;
	line-height: 1.9em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
padding: 0;
font-size: .8em;
color: #9f8b75;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #504339;
}

a:hover {
text-decoration: none;
font-weight: bold;
color: #e00000;
}

/* Styles for the navbar on the left side. This has abackground image. */

#left-menu {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 230px;
	text-align: right;
	border-top: 2px #a9a9af solid;
	border-bottom: 2px #a9a9af solid;
	background-image: url("images/left_menu_bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 2px #a9a9af solid;
	font-size: 0.8em;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
padding-bottom: 0;
padding-top: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #504339;
border: none;
}

#left-menu a:hover, #left-menu a.current {
color: #646482;
text-decoration: underline;
background-color: #dcdce1;}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
padding-top: 9px;
padding-bottom: 9px;
font-size: .8em;
background-color: #dcdce1;
color: #b3aba3;
padding-right: 65px;
margin-top: 0;
font-weight: bold;
border-top: 2px #a9a9af dotted;
border-bottom: 5px #504339 solid;}

#footer a:link, #footer a:visited {
color: #646482;
}

#footer a:hover {
text-decoration: underline;
color: #555558;
}
