/* THREE COLUMN EQUAL PAGE FORMAT
----------------------------------------------- */
.main-left {
	width: 220px;
	padding: 0px 20px 0px 20px;
}
.main-right {
	width: 220px;
	padding: 0px 20px 0px 20px;
}
.main-content {
	width: 210px;
	padding: 0px 20px 0px 20px;
}

/* LEFT NAVIGATION GREEN VARIABLES
----------------------------------------------- */
#navigationLeft-g {
	margin: 0px 0px 0px 10px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	background-color: #FFFFFF;
}
#navigationLeft-g UL {
	margin: 0px;
	margin-top: 15px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}
#navigationLeft-g LI {
	margin-top: 5px;
	padding: 0px 0px 5px 0px;
	background: url(../images/bg-arrow-g.gif) no-repeat;
	border-bottom: 1px dashed #BBBBBB;
}
#navigationLeft-g LI A {
	text-decoration: none;
	color: #999999;
	background: url(../images/bg-arrow-g.gif) no-repeat;
}
#navigationLeft-g LI A:HOVER {
	text-decoration: none;
	color: #009900;
	background: url(../images/bg-arrow-p.gif) no-repeat;
}

/* TOP NAVIGATION 
------------------------------------------------ */
#navigation-top {
	margin: 20px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #FFFFFF;
	text-decoration: none;
}