/* globals */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; 
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:none;
}
.nofloat {
	clear:both;
}
#nn4 {
	display: none;
}

/* header */
#header {
	border:none;	
	background-color:#e0e0e0;
	color:#000;
	background-image:url(../gfx/headerleft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:60px;
	width:100%;
	position:absolute;
	right:0px;
	top:0px;
	
	
}
#headerright {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0;
}
#header h1{
	font-size:125%; 
	margin:10px 10px 10px 150px;
	padding:0;
	color:#999;
	
}

/* main */
/* main left */
#left p {
	position:absolute;
	top:70px;
	left:10px;
	width:180px;
	font-weight:700;
}
/* end main left */
#main {
	background-color:#999; 
	width:100%;
	background-position:top left;
	background-repeat:repeat-y;
}
#container {
	margin-left:120px;
	background-color:#008080;
}
#content {
	background-color:#fff;
	margin:0px 40px 0px 0px;
	padding:100px 0 0 0; 
}

#content h2 {
	margin-left:0px;
	font-size:110%;
	line-height:1.4em;
	font-weight:bold;
	padding:5px 10px 10px 30px;
	color:#008080;
}
#content h3 {
	font-size:110%;
	font-weight:bold;
	padding:5px 5px 5px 30px;
	color:#555;
}
#content h4 {
	font-size:105%;
	font-weight:bold;
	padding:20px 0px 0px 30px;
	color:#555;
}
#content p,ul {
	color:#000;
	font-size:1em;
	line-height:1.4em;
	font-weight:normal;
	padding:10px 20px 5px 30px;
	margin:0px 40px 0 0;
}
ul.text li{
margin:10px 20px 0 20px;
}
#content p.last60{
	padding-bottom:60px;
}
#content p.last40{
	padding-bottom:40px;
}
/* main right */
#right {
	position:absolute;
	top:60px; 
	right:0;
	background-color: #008080;
	width: 39px;
	z-index:2;
}
/* end main right */
/* end main */

/* footer */
#footer {
	border:none;	
	background-color:#e0e0e0;
	color:#000;
	background-image:url(../gfx/headerleft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
	width:100%;
	position:static; /* nn4 */
}
#footerright {
	display:block;
	right:0px;
	margin-top:0;
	float : right;
}
#footer p {
	padding:5px 5px 5px 15px;
	line-height:1.4em;
}
/* end footer */

/* 111003 */
.outviewport{
	position:absolute;
	left:-2000px; /* out of viewport */
}
#navgfx1,
#navgfx2{
	height:90px;
	width:120px;
	background-image:url(../gfx/nav01.gif);
}

/* navigation */
#nav {
	position:absolute;
	top:60px;
	left:0;
	width:120px;
	background-color:#008080;
}
#nav span{
	display:none;
}
#nav ul.top{
	margin:0;
	padding:0;
	font-size:100%;
}
#nav ul.top a{
	padding-left:10px; 
}
#nav ul.top span{
	display:block; 
	padding-left:10px;
}
#nav li{
	margin-top:0;
	border-bottom:1px solid #000;
}
#nav a{
	color:#fff;
	display:block;
	padding:3px 5px 3px 10px;
	text-decoration:none;
}
#nav .selected {
	color:#FFF;
	font-size:100%;
	background-color:#ababab;
	padding:3px 5px 3px 10px;
}
#nav a:hover,
#nav a:focus, 
#nav a:active{
	background-color:#cbcecf; 
	color:#000;
	display:block;
	
}

