@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201c1d;
}

/* Main divs */

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0;  
	height: 150px;
	margin-bottom:10px;
} 

.leftmenu {float:left; width:200; padding:0; margin:0;}
.banner {float:left; width:580px; height:150px; padding:0; margin:0; background: #000 url(images/koernerscan.jpg) no-repeat top center;}
.rightmenu {float:left; width:150px; padding:0; margin:0;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; 
	padding: 0 20px; 
} 

.flash {text-align:center;}

#news {width:200px; height:100px; background: #201c1d url(images/news.png) bottom center no-repeat; color: #fff; text-align:left; font-size:65%; margin-top:20px; padding-top:10px;}
#credits {width:200px; height:150px; background:#201c1d url(images/credits.png) bottom center no-repeat; color: #fff; text-align:center; font-size:65%; margin-top:10px; padding-top:25px; margin-bottom:10px;}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#201c1d; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 65%;
	color: #fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* link styles */

a:link, a:visited {font-weight:bold; text-decoration:none;}
a:active {font-weight:bold; text-decoration:none;}
a:hover {font-weight:bold; text-decoration:underline;}

.content {color: #201c1d;}
.special {color:#8dc73f; font-weight:bold;}

a.one:link {color: #8dc73f; font-size:100%; font-weight:normal;}
a.one:visited {color: #8dc73f; font-size:100%; font-weight:normal;}
a.one:hover {color: #8dc73f; font-size:100%;font-weight:normal;} 

ul a {font-size:70%;}
li a {font-size:70%;}


/* text styles */

hr {width:100%; border:0; color:#201c1d; background-color:#201c1d; height:1px;}

p {
    font-size: 70%;
	color: #201c1d;
	line-height: 125%;
	}
	
q {font-size:70%}
	
.address {font-size:70%; letter-spacing:0.2em; color:#acb0b2; text-align:center; margin-bottom:5px;}
.announcements {font-size:90%; font-weight:normal; color:#fff; padding-left:5px; padding-right:5px; border-top:1px solid #fff; border-bottom:1px solid #fff; text-align:left;}
.important {font-size:70%; color:#cecf6d; text-align:left; text-decoration:undlerline;}
.red {color:#910028; font-weight:bold;}
.tiny {font-size:70%;}
.list {font-size:70%;}
.header {background-color:#ebebeb; text-align:center; font-weight:bold;}
.underline {text-decoration: underline;}
.emphasis {font-weight:bold;}
.oblique {font-style:italic;}
.footnote {font-size:65%; color:#999;}
.indent {margin-left: 5%; margin-right:5%; font-size:65%; color:#999;}
.citation {float:right;}
.caption {font-size:65%; color:#999;}

	
h1 {border-bottom: 1px solid;}

h2{font-size:80%;}

h3 {font-size:70%;}

h4 {font-size:70%; font-weight:bold; font-style:italic;}

h5 {font-size:70%; font-style:italic;}


/* image styles */

img {margin:0; padding:0; border:none;}

img a {text-decoration:none; border:0;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.photoright {float: right; padding:4px; margin: 0; color: #999; font-size:65%;}

.center {margin-left:90px; margin-top:10px;}


/* list styles */

ol {
list-style:decimal;
font-size:70%;
}

.emph {
font-size:80%;
list-style:none;
}

ol ol {list-style:lower-alpha; font-size:100%;}

ul.mainbody {
margin-left: 0;
padding-left: 0;
list-style: none;

}

li.arrow {
padding-left: 15px;
background-image: url(images/arrow.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}

/* table styles */

table {font-size: 70%; text-align:left; border-spacing:0px; width:100%;}
tr {border:0px; padding:0; margin:0;}
th {font-family: Arial, Helvetica, sans-serif; font-weight:bold;}
td {font-weight:normal;}

.half {width:50%;}
.cells {border-spacing:5px;}

/* special elements */

.spacer {padding-left:550px;}
.verticalspacer {height:50px; border-bottom:1px solid #201c1d;}
.divider {border-bottom:1px solid #201c1d; width:10%;}
.right { float: right; }
.left { float: left; }