@charset "UTF-8";
/* CSS Document */
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2D2C27;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
.logoback {
	background-image:url('logo.png');
	background-repeat: no-repeat;
}
.mainArea, .mainArea TD, .mainArea TH {
	width: 670px;
	background-color:#8B8A88;
	background-image:url('maintab.gif');
	background-repeat: repeat-x;
	color:white;
	font-family:sans-serif;
}
.twoColFixRtHdr #container {
	width: 960px;
	background-color: #5C5850;
	background-image: url("gradbac.gif");
	background-repeat: repeat-x;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.twoColFixRtHdr #header {
	background-image: url("topgrad.gif");
	background-repeat: repeat-x;
	padding: 0 10px 0 20px;
}
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	margin: 30px 10px 10px 0px;
	width: 210px;
	background-image: url("widgbac.gif");
	padding: 15px 10px 15px 10px;
	border: 1px solid #000;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0px 0 0;
	padding: 0 20px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background:#5C5850;
}
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
img {
	border: none;
}
/*- Menu Tabs --------------------------- */
#newtabs {
	float:left;
	width:670px;
	background:#2D2C27;
	font-size:93%;
	line-height:normal;
}
#newtabs ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#newtabs li {
	display:inline;
	margin:0;
	padding:0;
}
#newtabs a {
	float:left;
	background:url("tableftG.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#newtabs a span {
	float:left;
	display:block;
	background:url("tabrightG.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#newtabs a span {
	float:none;
}
/* End IE5-Mac hack */
#newtabs a:hover span {
	color:#FFF;
}
#newtabs a:hover {
	background-position:0% -42px;
}
#newtabs a:hover span {
	background-position:100% -42px;
}
.style1 {
	color: #FFFFFF
}
#newtabs a.focused span {
	float:left;
	background:url("tabrightG.gif") no-repeat right top;
	background-position:100% -42px;
	display:block;
	color:#666;
}
#newtabs a.focused {
	float:left;
	background:url("tabrightG.gif") no-repeat right top;
	background-position:100% -42px;
	display:block;
}
.footstyle {
	color: #888;
	font-size:small;
}
.footstyle A:link {
	text-decoration:none;
	color:#888;
}
.footstyle A:visited {
	text-decoration: none;
	color:#888;
}
.footstyle A:active {
	text-decoration: none
}
.footstyle A:hover {
	text-decoration: underline; color: #777;
}
.cwstyle {
	font-size:small;
	color: #888;
}
/*SlideShow*/
#myGallery {
	width: 210px !important;
	height: 250px !important;
}