@charset "utf-8";
.new {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#006600;
	text-align:justify;
}
a {
	font-size:small;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
}
.centralbox {
	width:802px;
	height:auto;
	margin:auto;
	border:1px dotted #333333;
	background-color:#FFFFFF;
}
.topbar {
	height:60px;
	background:#ffffff url(images/001.gif) no-repeat scroll left top;
	clear:both;
	padding:10px 10px 10px 360px;
}
.banner {
	height:220px;
	background:#ffffff url(images/sqr.gif) no-repeat scroll right top;
	clear:both;
	margin:10px;
}
.footer {
	background:#FFFFFF url(images/footer.gif) no-repeat scroll right top;
	height:60px;
	font-size:x-small;
	padding:10px 10px 10px 10px;
	color:#999999;
}
.spacer {
	width:100%;
	height:auto;
	clear:both;
}
.image {
	float:left;
	position:relative;
	padding-right:10px;
	margin-right:10px;
}
.image1 {
	float:right;
	position:relative;
	padding-right:10px;
}
.wideimage {
	width:auto;
	height:auto;
	margin:auto;
}
.separator {
	width:100%;
	height:2px;
	border-top:2px solid #00ffff;
}
/*- Menu New Tabs --------------------------*/
.menu {
	height:23px;
	width:auto;
	background-color:#fff;
	padding-top:3px;
	margin:auto;
} 
.menu li {
	display:inline;
}
.menu a {
	height:24px;
	float:left;
	position:relative;
	padding-left:10px;
	margin-left:2px;
	background:#fff url(images/tm_01.gif) no-repeat scroll left top;
}
.menu a span {
	height:19px;
	float:left;
	position:relative;
	text-align:center;
	padding:5px 15px 0px 10px;
	background:#fff url(images/tm_02.gif) no-repeat scroll right top;
}
.menu a:hover {
	float:left;
	background:#fff url(images/tm_01.gif) no-repeat scroll left bottom;
}
.menu a:hover span {
	float:left;
	background:#fff url(images/tm_02.gif) no-repeat scroll right bottom;
}
/*-----Sidemenu-------*/
.sidemenu {
	width:200px;
	height:auto;
	margin:0px 10px 0 10px;
	padding:10px;
	float:left;
	position:relative;
	background:#FFFF00 url(images/tl.gif) no-repeat scroll left top;
}
.sidemenuB {
	background:#FFFF00 url(images/br.gif) no-repeat scroll right bottom;
	float:left;
	position:relative;
	height:15px;
	width:220px;
	margin:0px 10px 10px 10px;
}
.discuss {
	background:#FFFFFF url(images/discuss.gif) no-repeat scroll center top;
	padding: 5px 5px 10px 5px;
	height:33px;
	width:210px;
	margin:10px 10px 0px 10px;
	text-align:center;
	float:left;
	position:relative;
}
.discuss:hover {
	background:#FFFFFF url(images/discuss1.gif) no-repeat scroll center top;
}
.comments {
	width:160px;
	height:40px;
	background:#FFFFFF url(images/comments.gif) no-repeat scroll left top;
	float:left;
	position:relative;
	padding:40px 0px 0px 80px;
	margin-left:20px;
	text-align:center;
}
.comments:hover {
	background:#FFFFFF url(images/comments1.gif) no-repeat scroll left top;
}
.blog {
	width:160px;
	height:40px;
	background:#FFFFFF url(images/blog.gif) no-repeat scroll left top;
	float:left;
	position:relative;
	padding:40px 0px 0px 80px;
	margin-left:30px;
	text-align:center;
}
.blog:hover {
	background:#FFFFFF url(images/blog1.gif) no-repeat scroll left top;
}
/*-------Top Menu-----*/
.topmenu {
	width:300px;
	height:32px;
	background:#fff;
	float:right;
}
.topmenu li {
	display:inline;
}
.topmenu a {
	height:24px;
	float:left;
	position:relative;
	padding-left:10px;
	margin-left:4px;
	background:#fff url(images/tm_01.gif) no-repeat scroll left top;
}
.topmenu a span {
	height:19px;
	float:left;
	text-align:center;
	position:relative;
	padding:5px 15px 0px 5px;
	background:#fff url(images/tm_02.gif) no-repeat scroll right top;
}
.topmenu a:hover {
	float:left;
	background:#fff url(images/tm_01.gif) no-repeat scroll left bottom;
}
.topmenu a:hover span {
	float:left;
	background:#fff url(images/tm_02.gif) no-repeat scroll right bottom;
}
/*------Right & Left------*/
.left {
	width:240px;
	height:auto;
	float:left;
	position:relative;
}
.right {
	width:550px;
	height:auto;
	float:right;
	position:relative;
	padding-right:10px;
}
/*-----TEXT-------*/
.t1 {
	font-size:medium;
	font-weight:bold;
	color:#FF6600;
}
.t2 {
	font-size:small;
	font-weight:bold;
	color:#0099FF;
}
.t3 {
	font-weight:bold;
}
.disc {
	border:1px solid #FF3300;
	padding:10px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#333333;
	text-align:center;
	letter-spacing:normal;
}
