body {
	background: #CAE6B3 url('img/base.gif');
	background-repeat: repeat-x;
	color: #2D2D2D;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center
}

img {
	border: 0px;
}

a:link { 
	color: #47863A;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #47863A;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover { 
	color: #666;
	text-decoration: underline;
}

table {
	color: #47863A;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
}

input, textarea, select {
   background-color: white;
   color: black;
   border: 1px solid #47863A;
   font-family: arial;
   font-size: 12px;
}

.select {
   background-color: white;
   color: black;
   border: 1px solid #47863A;
   font-family: arial;
   font-size: 12px;
}

.textarea {
   background-color: white;
   color: black;
   border: 1px solid #47863A;
   font-family: arial;
   font-size: 12px;
}

hr { height: 1px; color: #47863A; }

#header {
	height: 420px;
	display:block;
	width: auto;
	margin-right:0px;
	margin-top: 25px;
	background-image: url('img/main.gif');
	background-repeat: no-repeat;
	background-position: right top;
	z-index:2;
	overflow:hidden;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 850px;
	position:relative;
}

#copyright {
	clear: both;
	color: #47863A;
	font-size: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;	
}

.photo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	border: 1px solid #ca738f;	
}
.photo img{
	border: 1px solid #df8fa9;
}

#left {
	float: left;
	padding-top: 50px;
	width: 210px;
}

#menu {
	clear: both;
	display: block;
	height: auto;
	width: 190px;
}

#menu ul {
	background: url('img/menu_bg.gif') repeat-y;
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	border: 1px solid #47863A;
	padding: 2px;
}

#menu li {
	background: url('img/tab.gif') no-repeat;
	color: #47863A;
	display: block;
	font-size: 11px;
	height: auto;
	line-height: 17px;
	margin: 1px;
	padding-left: 22px;
	/*width: 157px; */
	list-style-type:none; 
	padding-right:0px; 
	padding-bottom:0px
}

div.spotlight {
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	width: 100%;
}

img.spotlight2 {
	margin-left: 47px;
	width: 85px;
}

a.a2 {
	color: #47863A;
	display: block;
	font-size: 11px;
	height: auto;
	line-height: 17px;
	margin: 1px;
	padding-left: 30px;
	font-weight: normal;
}

.icon {
	position: absolute;
}

#announcement {
	background-color: #CAE6B3;
	margin: 0px;
	margin-bottom: 60px;
	border-style: double;
	border-width: 3px;
	border-color: #47863A;
	padding: 2px;
	height: 100px;
	display: block;
}

#announcement img {
	margin: 0px;
	position: absolute;
	height: 28px;
	margin-top: 62px;
}

#nav {
	clear: both;
	width: 700px;
	position:relative;
	margin-left:80px;
	color: #47863A;
}

#nav ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width:700px;
	z-index:15;
	position:absolute;
}

#nav li {
	list-style: none;
	float:left;
	margin: 0px;
	padding: 0px;
	display:inline;
	font-size: 12px;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 10px 30px 10px 30px;
}

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

#right {
	float: left;
	width: 640px;
}

#main {
	list-style: none;
	display: table;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #47863A;
	font-size: 12px;
	width: 640px;
}

#main table
{
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: -5px;
	width: 600px;
}

#main span
{
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	width: 600px;
	color: #47863A;
}

#main2 {
	list-style: none;
	display: table;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #47863A;
	font-size: 12px;
	width: 640px;
	text-align: justify;
}

#main2 div {
	margin: 10px;
	width: 610px;
}

#main3 {
	list-style: none;
	display: table;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #47863A;
	font-size: 12px;
	width: 640px;
	text-align: center;
}

#main3 div {
	padding: 2px;
}

#title {
	background: url('img/title1.gif');
	color: #47863A;
	display: table;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	padding-top: 5px;
	border-left: 1px solid #47863A;
	border-top: 1px solid #47863A;
	border-right: 1px solid #47863A;
	width: 640px;
	height: 28px;
	text-align: center;
}

#title2 {
	background: url('img/title2.gif') no-repeat;
	color: #47863A;
	display: table;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 2px;
	border-left: 1px solid #47863A;
	border-top: 1px solid #47863A;
	border-right: 1px solid #47863A;
	width: 640px;
	height: 38px;
	text-align: left;
}

#title2 span {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.tab {
	display: block;
	margin: auto;
	margin-top: 20px;
}

.tab img
{
	border: 0px;
}

.tab2 {
/*	background: url('images/bunny.gif') no-repeat;*/
/*	display: block;*/
	margin: auto;
	padding-top: 11px;
}

.tab2 img
{
	border: 0px;
}

.announcement_1eft
{
	position: absolute;
	margin-top: 4px;
	margin-left: 19px;
	width: 15px;
}

.announcement_right
{
	position: absolute;
	margin-top: 4px;
	margin-left: -35px;
	width: 15px;
}

.tag {
	color: #F5E6EB;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;	
}

.textboxtop {
	background: url('img/tab2.gif') no-repeat;
	color: #47863A;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 3px;
	border-bottom: 1px solid #47863A;
	width: auto;
}

.textboxtop span {
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 3px;
}

.textbox {
	background-color: #CAE6B3;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: auto;
	padding-bottom:5px
}

#main_project {
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	border: 1px solid #47863A;
}

#main_project li {
	color: #47863A;
	display: block;
	font-size: 11px;
	margin: 1px;
	padding: 0px;
	list-style-type:none; 
}

#main_project a {
	text-decoration: none;
}

.releases {
	background: url('img/tab.gif') no-repeat;
	height: 18px;
	margin-top: 10px;
	margin-left: 3px;
	padding-left: 22px;
	font-size: 11px;
}

.banners {
	font-size: 11px;
	width: 190px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border: 1px solid #47863A;
}

table.tmain 
{
   border-top: 1px solid #666;
   border-right: 1px solid #666;
}

td.tmain_left {
   height: 20px;
   text-align: center;
   border-left: 1px solid #666;
   border-bottom: 1px solid #666;
  }

.submit {
   background-color: #CAE6B3;
   border: 1px solid #47863A;
   font-family: Arial;
   cursor:hand; 
   cursor:pointer;
}

.radio 
{
	background-color: Transparent;
	border: 0px;
}