/* =======================================================*/
/* == BODY STYLES
*/

body
{
	margin:  20px auto;
	padding: 20px auto;
/*	
	padding: 20px 0 20px 0;
	margin: 0px auto;
*/	
	color: #5a5d62;
	font-size: 62.5%;
	font-family: Tahoma, Arial, Verdana;

	/*background-color:#f2e2bd;*/
	/*background-color:#ededed;*/
}

body a:link, body a:visited, body a:active {
	color: #5a5d62;
	text-decoration: none;
}

body a:hover {
	color: #739600;
	text-decoration: underline;
}

body a 
{
	cursor:pointer;
	cursor:hand;
}

h1 
{
	font-size: 1.4em;
	font-weight:bold;
	display:block;
	margin:0px;
}

h2 
{
	font-size: 1.2em;
	font-weight:normal;
	display:block;
	margin:0px;
}


/* =======================================================*/
/* == BACKGROUND CORNER STYLES
*/

#corners
{
	margin:0px auto;
	padding:0px;
	/*background-color:#ccedab;*/
}

#corners TD.bgcorner
{
	background-color:#FFFFFF;
}

/* =======================================================*/
/* == PAGE STYLES
*/

#page
{
	font-size: 1.2em;
	background-color:#FFFFFF;
}

/* =======================================================*/
/* == HEADER STYLES
*/

#header_title, #footer_title
{
	padding: 0px;
}

#header_nav, #footer_logo
{
	padding: 0px;
}

#header_nav UL LI
    {
		display:inline;
        list-style-type:none;
		padding:5px 10px 0px 10px;
    }

/* =======================================================*/
/* == MAIN (TAB) NAVIGATION STYLES
*/

#nav
{

}


#nav UL 
{
	display:block;
	list-style-image:none;
	list-style-type:none;

	margin:0px 0px 8px 10px;
	padding:0px;
	}

#nav UL LI
{
	display:inline;
	float:left;
	margin:5px 10px 5px 0px;
	padding:5px;
	
	font-weight:bold;
	
	border:solid 1px;
	border-color: #ededed #ededed #cccccc #cccccc;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #5a5d62;
	text-decoration: none;
}

#nav a:hover {
	color: #739600;
	text-decoration: underline;
}

#nav_tree_sub a:link, #nav_tree_sub a:visited, #nav_tree_sub a:active {
	color: #5a5d62;
	text-decoration: none;
}

#nav_tree_sub a:hover {
	color: #739600;
	text-decoration: underline;
}


/* =======================================================*/
/* == SUBMENU STYLES
*/

.submenu {

}

.submenu a:link, .submenu a:visited, .submenu a:active {
	color: #5a5d62;
	text-decoration: none;
}

.submenu a:hover {
	color: #739600;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}


.submenu_search {
	font-size: 1.2em;
	background-color:#FFFFFF;
	position:absolute; 
	border: 1px solid #cccccc; 
	background-color: white; 
	margin:4px; 
	padding: 5px; 
	width: 600px; 
	text-align:left;
	visibility: hidden; 
}

.submenu_nav {
	font-size: 1.2em;
	background-color:#FFFFFF;
	position:absolute; 
	border: 1px solid #cccccc; 
	background-color: white; 
	margin:4px; 
	padding: 5px; 
	width: 350px; 
	text-align:left;
	visibility: hidden; 
}

.submenu_tree_nav
{
	font-size: 1.1em;
	background-color:#FFFFFF;
	position:absolute; 
	border: 1px solid #cccccc; 
	background-color: white; 
	margin:4px; 
	padding: 5px; 
	width: 350px; 
	height:450px;
	text-align:left;
	visibility: hidden; 
	overflow:hidden;
	
}
.submenu_tree_nav_content
{
	font-size: 1.1em;
	background-color:#FFFFFF;
	border: 1px solid #cccccc; 
	background-color: white; 
	margin:4px; 
	padding: 5px; 
	width: 330px; 
	height:430px;
	text-align:left;
	overflow:auto;
	
}


.submenu_rpt { 
	font-size: 1.2em; 
	background-color:#FFFFFF; 
	position:absolute; 
	border: 1px solid #cccccc; 
	background-color: white; 
	margin:4px; 
	padding: 5px; 
	width: 150px; 
	text-align:right; 
	visibility: hidden; 
} 

.submenu_rpt TD{ 
	border: solid 1px #ededed; 
	width: 100%; 
}

.submenu_rpt a{
	padding:0px 10px 0px 0px;
}

/* =======================================================*/
/* == CONTENT STYLES
*/

.content_links {
	padding:0 0 0 5px;
	margin: 0 0 0 5px;

}

.content_crumb
{
	padding:5px 0 0 25px;	
	margin:5px 0 0 25px;	
}

	
#content_links UL.content_links
{
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	
	margin:2px;
	padding:2px;
}

#content_links UL.content_links LI
{
	float:left;
	display:inline;
	margin:2px;
	padding:2px;
}

#content a 
{
	cursor:pointer;
	cursor:hand;
}

#content_links a:link, #content_links a:visited, #content_links a:active {
	color: #5a5d62;
	text-decoration: none;
}

#content_links a:hover {
	color: #5a5d62;
	text-decoration: underline;
}


/*
#content TABLE.tbox {
	border : 1px solid;
 border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
}


#content TD.tdltr {
	border-left-color : #C0C0C0;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #C0C0C0;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #C0C0C0;
	border-top-style : solid;
	border-top-width : 1px;
}
#content TD.tdlt {
	border-left-color : #C0C0C0;
	border-left-style : solid;
	border-left-width : 1px;
	border-top-color : #C0C0C0;
	border-top-style : solid;
	border-top-width : 1px;
}
#content TD.tdtr {
	border-right-color : #C0C0C0;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #C0C0C0;
	border-top-style : solid;
	border-top-width : 1px;
}
#content TD.tdt {
	BORDER-TOP: #c0c0c0 1px solid;
}
#content TD.tdtb {
	BORDER-BOTTOM: #c0c0c0 1px solid;
}
#content TD.tdtop {
	BORDER-TOP: #999999 1px solid; 
}
#content TD.tdbox {
	BORDER-RIGHT: #c0c0c0 1px solid; 
	BORDER-TOP: #c0c0c0 1px solid; 
	BORDER-LEFT: #c0c0c0 1px solid; 
	BORDER-BOTTOM: #c0c0c0 1px solid;
}
*/