
/*---------------------Generic Selectors-----------------*/

/*HTML Formatting*/
html {
	margin: 0;
	/*border: 1px solid red;*/
}

/*Body Formatting*/
body {
	font-family:;
	font-size:;
	color:#FF6600;
	background-color:;
	margin: 0;
	/*border: 1px solid green;*/

}

/*Paragraph Formatting*/
p {
	width:;
}

/*Table Formatting*/
table {
	
}

/*Header 1 Formatting*/
h1 {
	
}

/*Header 2 Formatting*/
h2 {
	
}

/*List Formatting*/
li {
	/*list-style-image: url(../images/greenarrow.gif); */
	list-style-type:disc;
	line-height:150%;
	/*background-color:#cccccc;*/
}


/*--------------------Psuedo Classes--------------------*/

:link {
	color: #3333FF;
	text-decoration: underline;
	font-weight: bold;
}
li :link {
	color: #9f0109;
	text-decoration: none;
	font-weight: bold;
}

:visited { 
	color: #3333FF;
	text-decoration: underline;
	font-weight: bold;
}

li :visited { 
	color: #9f0109;
	text-decoration: none;
	font-weight: bold;
}

:hover {
	/*color: rgb(0, 96, 255);*/
	color: #00cc00;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;

}
li :hover {
	/*display: block;*/
	/*color: rgb(0, 96, 255); */

	color: #00cc00;
	/*padding-bottom: 5px;*/
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	*/
}
  
:active { 
	color: rgb(255, 0, 102);
	font-weight: bold; 
} 


/*---------------------ID's-------------------------*/

#navigation {
	position: absolute;
	z-index: 10;
	width: 10%;
	height: 790px;	
	margin-top: 10px;
	margin-left:5px;
	/*border-right: 1px solid #9f0109;*/
	font-weight: normal;
}

#centerDocTop {
	position: absolute;	
	z-index: 15;
	width: 85%;
	height: 790px;
	padding: 0 0 20px 235px; /*top right bottom left*/
	/*border-right: 1px solid #9f0109;*/
	margin-top: 10px;		
}

#mainDocBottom {
	position:absolute
	width: 100%;
	margin-top: 800px;
	/* border-top: 1px solid #9f0109; */

	
}

div#navcontainer {
		border:1px solid #666;
		width:700px;
		height:20px;
		position:relative;
		font:11px/11px Tahoma,"Trebuchet MS", sans-serif;
}
	
div#navcontainer ul{
		list-style-type:none;
		margin:0;
		padding:0;
		
}
		
ul#navlist {
		width:700px;
		height:22px;
		background:#BEBEBE;
		
}
		
ul#navlist li {
		display:inline;
		margin:0;
		padding:0;
		
}
		
ul#navlist a:link,
ul#navlist a:visited,
ul#navlist a:hover {
		text-decoration:none;
		color:#fff;
		display:block;
		float:left;
		width:auto;
		height:16px;
		padding:4px 6px 0 6px;
		font-weight:bold;
		border:1px solid;
		border-color:#999 #666 #999 #999;
		text-transform:uppercase;
}
		
ul#navlist a:hover {
		background-color:#999;
}
		
ul#subnavlist {
		width:700px;
		height:22px;
		background:#999;
		position:absolute;
		top:22px;
		left:0;
		border:1px solid #666;
}
		
ul#subnavlist li {
		display:block;
		float:left;
		width:auto;
		height:22px;
}
		
ul#subnavlist a:link,
ul#subnavlist a:visited,
ul#subnavlist a:hover {
		text-transform:none;
		font-weight:normal;
		background:#999;
		border:none;
}
		
ul#subnavlist a:hover {
		text-decoration:underline;
}
		
li#active a:link,
li#active a:visited,
li#active a:hover {
		background:#999;
}
		
ul#subnavlist a#subcurrent:link,
ul#subnavlist a#subcurrent:visited,
ul#subnavlist a#subcurrent:hover {
		font-weight:bold;
}
