/**************************************************
GENERAL
***************************************************/

BODY, TD, TH 

	            {background-color: transparent; margin: 0; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size:11px; }

TABLE           {border-collapse: collapse}
.edit           {border: 1 solid #888888; behavior:url(../common/edit.htc)}
.button         {border: 1 solid #888888; color: #000000}


/**************************************************
LINKS
***************************************************/
a:link			{color: #D4562C; }
a:visited		{color: #002c25; }
a.navMenu:link, a.navMenu:visited		{color: #002c25; font-weight: bolder; }


/***************************************************
2-COLUMN BOX
***************************************************/
.container {
    margin-top: 10px;
    border: 1px solid #c63; 
    height: 100%;
    clear:all;
}


/* 2-Column box with gray sides and open top */
.TwoColBox {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-left: 1px solid #9c9;
	border-right: 1px solid #9c9;
	border-bottom: 1px solid #9c9; }

/* 2-Column box with gray sides all around */
.TwoColClosedBox {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	
    }

/* Left side text */
.TwoColClosedText {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
    font-size: small;
	/*width: 461px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 461px;*/ }
	
/*html>body .TwoColClosedText { width:441px; }*/

/* Left side text */
.TwoColText {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	width: 461px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 461px; }
	
html>body .TwoColText { width:441px; }

/* Right side text */
.TwoColClosedSidebar {
	float: right;
    clear: all;
    height:100%;
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	border-left: 1px dotted #ccc;
	width: 240px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 240px; }

html>body .TwoColClosedSidebar { width:200px; }

/* Right side text */
.TwoColSidebar {
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	border-left: 1px dotted #ccc;
	width: 240px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 240px; }

html>body .TwoColSidebar { width:200px; }


div.www-list 	{
    			float: left;
    			padding:4px;
    			margin-left: 0px;
    			margin-right:0px;
    			width: 370px;}

#topNav		{background-color: #D4562C; }
