/* Very, very mondo or default*/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color:  #DECFE6;
}

/* 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: 17px;
	padding-bottom: 17px;
	padding-right: 80px;
	background-color: rgb(116, 165, 116);
	border-bottom: rgb(115, 89, 128) 5px  solid;
	color: rgb(110, 86, 122);
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	letter-spacing: 5px;
}

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

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1em;
	color: rgb(116, 165, 116);
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 190px;
	font-weight: bold;
	background-color: rgb(115, 89, 128);
	border-top: rgb(116, 165, 116) 5px solid;
	letter-spacing: 4px;
	word-spacing: 7px;
	border-bottom: rgb(116, 165, 116) 2px solid;
}

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

#main-text {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 190px;
	margin-right: 50px;
}

p, ul, ol, dl {
	font-size: .7em;
	line-height: 1.9em;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ul li, ul li ul {
font-size: 1em;
list-style: none;
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: .8em;
	color: rgb(110, 86, 122);
	font-weight: bold;
}

h3 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: .7em;
	color: #517451;
	padding: 0;
	font-weight: bold;
}

ol, ul, dl {
	margin-left: 25px;
}

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

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

table {
	margin-right: 50px;
	border-collapse: collapse;
	border: 2px rgb(115, 89, 128) solid;
	border-spacing: 0px;
	font-size: .7em;
}

td.tile {
	line-height: 1.9em;
	font-size: 1.2em;
	color: rgb(110, 86, 122);
	font-weight: bold;
	text-align: center;
	}
	
td.bg { background-color: #CFE6CF; }

td {
	border: 2px rgb(115, 89, 128) solid;
	padding: 3px;
	}

	img {
	display: inline;
	}

/* Styles for the navbar on the left side. */

#left-menu ul {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0;
	list-style: none;
	width: 160px;
	text-align: right;
	background-color: rgb(116, 165, 116);
	border: rgb(115, 89, 128) 2px solid;
	padding-top: 60px;
	padding-bottom: 0px;
	line-height: 25px;
	font-size: .9em;
}

#left-menu ul li {
	position: relative;
}

#left-menu li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	width: 140px;
	padding: 0px 0px;
	border-top: 0;
}

#left-menu ul li a {
	display: block;
	text-decoration: none;
	padding-right: 5px;
	margin-bottom: 0;
	border-top: rgb(115, 89, 128) 2px solid;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#left-menu li a:link, #left-menu li a:visited {
	color: rgb(207, 230, 207);
	text-decoration: none;
}

#left-menu ul li a:hover, #left-menu ul li a.current {
	color: rgb(110, 86, 122);
	text-decoration: none;
}/*hoverstyles*/

#left-menu li ul li a {
	line-height: 15px;
	padding: 2px 5px;
	}

#left-menu li:hover ul, li.over ul {
	display: block;
}/*damajik*/

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

#footer {
	text-align: right;
	color: rgb(110, 86, 122);
	margin-bottom: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: rgb(115, 89, 128) 1px solid;
	font-size: .7em;
	font-weight: bold;
	padding-right: 50px;
}

#footer a:link, #footer a:visited {
	color: rgb(110, 86, 122);
}

#footer a:hover {
	color: rgb(110, 86, 122);
}