@import url("debug.css");
@import url("../../debug/debug.css");

/* General */

html, body {
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	font-size: 10pt;
	background-color: #bbeebb;
}

p {
	margin: 16px 0px;
}

a {/*color: #3333ff;*/color: #008000;}
a:visited {color: #900090;}
a:hover {}
a:active {color: #000033}

.hidden {display: none;}

#main {/*background-color: #eeffee;*/}

/* Layout */

.bold {font-weight: bold;}

table.intro_container {
}

table.center_cells td {text-align: center;}

.border_raised_outer, .border_raised_inner {
	border-style: solid;
	border-width: 4px;
}
.border_raised_outer {
	border-color: #dddddd #888888 #777777 #cccccc;
}
.border_raised_inner {
	border-color: #aaaaaa;
}

#middle {
}
table#middletable {
	border-collapse: collapse;
}

.justify_paragraph p {
	text-align: justify;
}

/* Fonts */

h1, .size7 {font-size: 36pt;}
h2, .size6 {font-size: 24pt;}
h3, .size5 {font-size: 18pt;}
h4, .size4 {font-size: 14pt;}
h5, .subheading {font-size: 12pt;}
.subheading {font-weight: bold; margin-top: 1em;}

/* Images */

.picturefader {
	position: relative;
}
.picturefader img {
	border: medium none;
	width: 300px;
	height: 199px;
	position: absolute;
	left: 0;
	top: 0;
}

.outerowl, .innerowl {height: 60px; background: transparent no-repeat;}
.outerowl {background-image: url(images/owllogomedium_tbg_shrunk.png);padding-left: 60px;}
.innerowl {background-image: url(images/owllogomedium_tbg_shrunk_mirror.png); background-position: right;padding-right:60px;}

/* Navigation Bar */

td#navcontainer {vertical-align: top;}
#navcontainer ul {
	margin: 0;
	padding: 0;
}
#navcontainer ul li {
	list-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#navcontainer ul li a {
	font-size: 14pt;
	color: #004000;
	display: block;
	padding-left: 25px;
	background: url(images/owllogosmall_tbg.png) no-repeat;
	padding-bottom: 0;
	margin-bottom: 0;
}
#navcontainer ul li.active  a {
	color: #404000;
	/*background-color: #004000;*/
	background-color: #ffffa0;
}
#navcontainer ul li a:hover {
	background-color: #ffffff;
}

/* Main Content */

#contentcontainer {
}

/* Columns */

.columnContainer .column {
	float: left;
}