@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #6D8C87;
	margin: 0px;
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper{
	width:960px;
	text-align:center;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/green_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#header {
	width: 933px;
	height: 293px;
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	border: 10px solid #FFF;
	text-align: left;
	width: 914px;
	background-color: #DBD5C8;
	margin-right: auto;
	margin-left: auto;
}
.border {
	border: 1px double #274640;
	padding: 7px;
	background-color: #F2F0EC;
}

#main {
	font-size: 90%;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	line-height: 18px;
}
#main li { list-style-image: url(images/arrow.jpg); }

#main a:link { color:#374644; }
#main a:visited {color:#663300;}
#main a:hover {color:#663300;}

h1 {
	font-size: 140%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 {
	font-size: 120%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#bottom {
	font-size: 85%;
	background-color: #6D8C87;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 914px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
position:relative;
	margin-right: auto;
	margin-left: auto;

}

#bottom a:link { color:#FFFFFF; }
#bottom a:visited { color:#FFFFFF; }
#bottom a:hover { color:#FFFFFF; }
#tabsJ {
	float:left;
	line-height:normal;
	width: 800px;
	margin-top:255px;
      }
    #tabsJ ul {
	list-style:none;
	padding-right: 10px;
	padding-bottom: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 30px;
      }
    #tabsJ li {
	display:inline;
	padding:0;
	margin: 0;
      }
	  
	   /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ .active a span {float:none;}
    /* End IE5-Mac hack */
	  
	  #tabsJ .active a {
	float:left;
	text-decoration:none;
	background-image: url(images/tab_left.jpg);
	background-position:0% -42px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;

      }
    #tabsJ .active a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(images/tab_right.jpg);
	background-position:100% -42px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 12px;
      }
    #tabsJ a {
	float:left;
	text-decoration:none;
	background-image: url(images/tab_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-size:12px;
	margin: 0;
      }
    #tabsJ a span {
	float:left;
	display:block;
	color:#FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
      }


    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span { color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
.chat {
	width: 150px;
	float: right;
	margin-left: 10px;
}

