/*  border #006e3a */
body { 
	padding:0px; 
	margin:0px; 
	height:100%; 
	background:url(../imgs/bg_gradient.jpg) top repeat-x #006f3c; 
	font-family:Helvetica, Verdana, Arial, sans-serif;
	vertical-align:top; 
}

td {
	padding:0px;
	margin:0px;
	vertical-align:top;
}

#nav {
	height:21px;
	width:100%;
	text-align:right;
	border-top:#006e3a solid 1px;
	border-bottom:#006e3a solid 1px;
	color:#006f3b;
	font-size:16px; 
	background:url(../imgs/nav_gradient.jpg) bottom repeat-x #ffffff; 
	vertical-align:middle;
}
li
{
	padding-bottom:3px;
}
a
{
	text-decoration:none;
	color:#ff6600;
}
#nav a {
	color:#006f3b;
	text-decoration:none;
}

#nav div {
	float:left;
	text-align:center;
}

#subNav {
	margin:9 7 0 7;
	width:131;
	height:500;
	background-color:#efefef;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	background:url(../imgs/globe.jpg) bottom no-repeat #efefef; 
}

#subNav a {
	color:#999999;
	text-decoration:none;
}

.subLink {
	font-size:14px;
	font-weight:bold;
	margin-left:14px;
	padding:1 0 8 0;
}
#main { 
	height:100%; 
	width:100%;
	font-size:12px;
	text-align:center; 
	height:100%; 
	vertical-align:top;
}

#content {
	width:837px;
	height:100%;
	background-color:#fff; 
	vertical-align:top; 
	padding:0px; 
	margin:0px;
	font-size:12px;
	border:#006e3a solid 1px; 
}

#copyArea {
	margin-top:8px;
	font-size:14px;
	color:#333333;
}

#newsPanel {
	margin:7px;
	width:267px;
	height:inherit;
	text-align:center; 
	border:#acacac solid 1px;
	background-color:a0d5dd;
}

#newsContent {
	margin:7px;
	font-size:12px;
	text-align:left; 
	width:247px;
	border:#acacac dashed 1px;
}

#newsPanel img{
	margin:7px;
	text-align:center;
}

p {
	margin:0px;
	padding:7 0 7 7;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#006f3c;
}