/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; line-height: 1em; padding:0px; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li {padding:0px; color:#999999;	margin:0px;}
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left:5px;}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: none;}
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 10pt; color:#999999;}
	ul.mktree  li ul li { font-size: 10pt; color:#666666;}
	ul.mktree  li ul li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li ul li { font-size: 10pt; }
}
ul.nothing {
	line-height:	2em;
	list-style-type: none;
	padding-left:0px;
	text-align: left;
	margin:0px;
	}

body {
	background-color: #6F8052;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif ;
	margin: 0px;
	padding:0px;
}
#container {
	
	margin:  auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position: relative;
	border: 0px solid #999999;
	width: 640px;
	height: 100%;
}

#header {
	margin:  auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position: relative;
	/*border: 2px solid #343C27;
	color:	#ffffff;
	*/
	width: 640px;
	height: 159px;
	top:  50px;	
}
#title{
	margin-left: 4px;
	margin-top: 4px;
	
	border: 0px solid #999999;
	position: relative;

}
#text{
	margin-left: 4px;
	margin-top: 4px;
	padding: 0px;
	border: 0px solid #999999;
	position: relative;

}
#textsys{
	margin-left: 4px;
	margin-top: 4px;
	padding: 0px;
	color:	#999999;
	border: 0px solid #999999;
	position: absolute;

}
#textright{
	margin-right: 4px;
	margin-top: 4px;
	text-align:		right;
	border: 0px solid #999999;
	position: relative;

}



#subtext {
	position: relative;
	border: 0px solid #999999;
	top: 10px;
	width: 75%;
	left: 100px;

}
#sidemenu {
	
	border: 1px solid #999999;
	position: absolute;
	background-color: #ffffff;
	width: 194px;
	height: 733px;
	margin-left: 4px;
	margin-top: 4px;
	padding: 0px;
}

#mainnav {
	border: 1px solid #999999;
	background-color: #f9f9f9;
	text-align:	right;
	position: 	relative;
	top: 4px;
	left: 204px;
	width: 615px;
	height: 25px;
}

#secondnav {
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
	text-align:	left;
	position: 	relative;
	top: 8px;
	left: 204px;

	width: 615px;
	height: 25px;
}



#textsecondL{
	margin-left: 4px;
	margin-top: 4px;
	border: 0px solid blue;
	position: absolute;
	height: 20px;	
	width:  	150px;
}
#textsecondR{
	margin-left: 160px;
	margin-top: 4px;
	border: 0px solid green;
	position: absolute;
	height: 	20px;
	width:  	450px;
	text-align:	right;	
}	


#flashcontent {
	border: 0px solid #999999;
	position: 	relative;
	top: 50px;
	background-color: #ffffff;
	width: 640px;
	height: 480px;

}
#emptybox {
	border: 1px solid #e6e6e6;
	position: 	relative;
	margin: 4px 4px 4px 204px;
	background-color: #f6f6f6;
	width: 615px;
	height: 25px;

}
#subgroup {
	border: 0px solid #999999;
	position: relative;
	top: 10px;
	left: 10px;
	background-color: #ffffff;
	width: 400px;
	height:100px;

}
#subimg {
	border: 0px solid #999999;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	background-color: #999999;
	width: 825px;
	height: 20px;
	text-align: right;
	color: #030303;
	font-size: 11px;
}

a:link {
	color: #0089e5;
	text-decoration: none;
}

a:visited {
	color: #0089e5;
	text-decoration: none;
}

a:hover {
	color: #29abff;
	text-decoration: underline;
}

a:active {
	color: #0089e5;
	text-decoration: none;
}

