@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:100%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;
/* */ }

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {display:block; height:100%; max-height:100%; overflow:auto; padding-left:200px; position:relative; z-index:3;}
#head {
	position:fixed;
	margin:0;
	top:0;
	display:block;
	width:100%;
	height:70px;
	font-size:4em;
	z-index:5;
	color:#fff;
	background-image: url(/new-header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:50px;
	color:#000;
	text-align:right;
	font-size:1em;
	z-index:4;
	background-color: #FFF;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:200px;
	background-position:0 70px;
	;
	font-size:1em;
	color:#fff;
	z-index:4;
	background-image: url(/new-leftnav.jpg);
	background-repeat: no-repeat;
}
.smalltext {
	font-size: 9px;
}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {
	display:block;
	height:70px;
}

#content p {padding:5px;}

.bold {font-size:1.2em; font-weight:bold;}

#wordsleft {float:left; top:100px; left:150px; height:200px; width:150px; background:#efd; border:1px solid #000; margin:5px; padding:5px;}
#wordsright {float:right; top:100px; right:150px; height:200px; width:150px; background:#def; border:1px solid #000; margin:5px; padding:5px;}
#wordsabsolute {position:absolute; top:280px; left:400px; background:#eee; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00;}
#wordsrelative {position:relative; top:10px; left:30px; background:#ddd; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00; width:200px;}


a.nav, a.nav:visited {display:block; width:100px; height:25px; text-decoration:none; color:#fff; font-weight:bold; line-height:25px;}
a.nav:hover {color:#fc0;}
p {padding-bottom: 10px}

.red-large-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
}
.blue-small-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.sidebar {
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	padding-top: 70px;
	height: 600px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.right-colum {
	background-image: url(/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.float-left {
	float: left;
}
.top-div {
	background-image: url(/header.jpg);
}
.black10 {
	font-size: 11px;
	color: #000;
}

.right-float-400 {
	padding: 5px;
	float: right;
	width: 400px;
}
