/* CSS Document */

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background: repeat-x;
}

#content {overflow:auto; position:absolute; z-index:3; top:100px; bottom:50px; left:200px; right:0; background:#ffffcc url(none);}

* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:100px solid #fff; border-bottom:50px solid #fff; border-left:200px solid #fff;}


#head {position:absolute; margin:0; top:0px; left:0px; display:block; width:100%; height:100px; background:#ffffcc url(../images/header2-logo.jpg) repeat-x; z-index:5; overflow:hidden; color:#FF9900;}
#foot {position:absolute; margin:0; bottom:0; left:0; display:block; width:100%; height:50px; font-size:1em; z-index:5; overflow:hidden; background:url(../images/footer.jpg) repeat-x; color:#fff;}

#left {
	position:absolute;
	left:0;
	top:100px;
	bottom:50px;
	width:200px;
	background: #FFFFFF url(../images/nav2.jpg) repeat;
	
	z-index:4;
	overflow:auto;
	
}
#head h1 {
	font: normal 6em/normal Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
	text-transform: capitalize;
	margin: 0px;
	padding: 5px 0px 0px 500px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

* html #left {
	height:100%;
	top:-1px;
	bottom:0;
	border-top:100px solid;
	border-bottom:35px solid;
	background: url(../images/nav2.jpg) repeat-y;
}

#content p, li {
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0.5em 1em 0em;
	margin: 0em 1em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
	font: 2em "Times New Roman", Times, serif;
	padding-left: 1em;
	margin-left: 1em;
}
#content h3 {
	font: 1.7em "Times New Roman", Times, serif;
	margin: 0px;
	padding: 1em 0em 0.1em 1.5em;
}
.h2-compact {
	font: 2em "Times New Roman", Times, serif;
	margin: 0px;
	padding: 1em 0em 0em 1.5em;
	color: #FF0000;
}

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

dd {display:none;}


/*a:link {}
a:visited {}
a:hover {}
a:active {}*/

a.nav:link, a.nav:visited {
	margin-left:50px;
	display:block;
	width:70px;
	
	color:#000;
	border:0px solid #000;
	text-decoration:none;
	text-align:center;
	font: 1.7em/2.5em "Times New Roman", Times, serif;
}
#foot h3 {
	font: normal 1.2em "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFCC33;
	margin: 0px;
	padding: 17px 0px 0px;
}
#foot #onestat {
	height: 2px;
	width: 10px;
	margin-left: -95px;
}

a.nav:hover {
	color:#FF3333;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a.nav:active, a.nav:focus {
	outline:0;
  }












#content li {
	line-height: 1.2em;
}

#content a:link, a:visited {
	color:#3333FF;
	border:0px solid #000;
	text-decoration:none;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content a:hover {
	color:#FF3333;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#content a:active, a:focus {
	outline:0;
  }

.red-underline {
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
}
.float-right {
	float: none;
	margin-left: 100px;
}
