html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#000; 
font-size:100%; 
font-family:georgia, "palatino linotype", "times new roman", serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

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

#content {
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:75px; 
	bottom:0px; 
	left:160px; 
	right:0; 
	background:#fafafa;
	}

* 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:75px 
	solid #fff; 
	border-left:150px 
	solid #fff;
	}

#head {
	position:absolute; 
	margin:0; 
	top:0; 
	left:0; 
	display:block; 
	width:100%; 
	height:75px; 
	background:url(buttons/banner.jpg) #00aeed ; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	font-size:4em; 
	z-index:5; 
	overflow:hidden; 
	}

#left 	{
	position:absolute; 
	left:0; 
	top:75px; 
	bottom:0px; 
	width:160px; 
	background:#000000; 
	font-size:1.2em; 
	z-index:4; 
	overflow:hidden; 
	background-repeat:no-repeat;
	}

* html #head, * 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:100px;}

dd {display:none;}


a.nav, a.nav:link, a.nav:visited 
	{
	margin-top:5px;
	display:block; 
	width:150px; 
	height:30px; 
	border:0px solid #000;  
	background:#00f; 
	color:#fff; 
	margin-top:0px;
	margin-left:5px;
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height:30px; 
	overflow:hidden; 
	}

a.nav:hover 
	{
	background:#ff0;
	color:#000; 
	line-height:31px; 
	overflow:hidden;	
}

a.navsub, a.navsub:link, a.navsub:visited 
	{
	display:block; 
	width:105px; 
	height:20px; 
	background:#fff; 
	border:0px solid #000; 
	margin-top:0px;
	margin-left:30px;
	color:#fff; 
	text-align:center; 
	text-decoration:none; 
	font-family:verdana, arial, sans-serif; 
	font-size:9px; 
	color:#f00; 
	line-height:25px; 
	overflow:hidden; 
	}

a.navsub:hover 
	{
	color:#fff; 
	background:#f00;
	}

a.navsub:active 
	{
	color:#fff; 
	background:#f00;
	}

h1	{
	text-align:center;
	font-weight:bold;
	font-family:Arial; 
	font-size:28px; 
	color:#000000	}

h2	{
	text-align:center;
	font-weight:bold;
	font-family:Arial; 
	font-size:22px; 
	color:#000000	
	}

h3	{
	text-align:center;
	font-family:Arial; 
	font-size:18px; 
	color:#000000	
	}


p	{
	margin-left:10px;
	margin-right:5px;
	font-family:Arial;
	font-size:12px;
	color:#000000
	}

p.invert
	{
	color:#ffffff
	}
	
table	
	{
	font-family:Arial;
	font-size:12px;
	color:#000000
	}

li	{
	font-family:Arial;
	font-size:12px;
	color:#000000
	}
