*{ margin: 0; padding: 0; }*
body {
	font: .75em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #444;
}

a {	color: #021C76;	background: inherit; text-decoration: none; }
a:hover { color: #021C76; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
select {  font: normal .6em }


h1 {  margin: 20px 0 0; }
h1 a { background: inherit; }
img { border: 0; }
h2 { font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; }
h4  { font-size: 1.3em; color: #021C76; background: inherit; }
.title  { font-size: 1.3em; color: #021C76; background: inherit; }
h3 a { font-size: 1em; }
#main h3 a { font-size: .84em; color: #808080; font-weight: normal; text-transform: uppercase; }

#content { width: 940px; margin: 0 auto; padding: 20px 0 0 0; border-top: 5px solid #eee; }

#top{ float: right; text-align: right;  }
#top a { font-size: .84em; color: #808080; margin: 0 0 0 13px; background: #fff url(images/toparrow.png) no-repeat center left; padding: 0 0 0 12px; }
input.searchfield { width: 175px; padding: 6px; border: 2px solid #ccc; font-size: .9em; }
input.searchbutton { background: #021C76; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: .9em; }

#logo { float: left; color: #808080; line-height: 25px; }
#menu { height: 35px; padding: 7px 0 0 0; clear: both;  margin: 0 0 18px; background: #fff url(images/menubg.gif) repeat-x; }
	#menu li { font-size: 1.1em; display: inline; text-transform: uppercase; }
	#menu li a { margin:  10px 10px 10px 10px; color: #808080; padding: 3px 10px 3px 10px;}
	#menu li a:hover { background: #021C76; color: #fff; text-decoration: none;}

#left { background: #EBF4F9;  clear: left; float: left; width: 260px; padding: 0px 15px; margin: 0 0 40px; }
	#left img { margin: 0 0 8px; }
	#left b {background: url(images/arrow.gif) no-repeat left;padding-left:10px;}
	#left li { list-style: none; }
	#left li a {  color: #787A8F; font-weight: bold; padding-left:0px;padding:5px 15px 5px 15px;}

#main { float: left; width: 655px; margin: 0 0 20px; }
	#main img { float: left; border: 3px solid #eee; padding: 1px; margin: 0 15px 5px 0; }
	#line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(images/smalldot.gif) repeat-x; }
	#ad { float: right; text-align: center; padding: 0px 0 0; width: 250px; border: 3px solid #eee; color: #ccc; height: 170px; margin: 0 0 15px; }
	#shortnews { float: right; width: 250px; }
	.news { border-bottom: 0px solid #eee; padding: 0 0 2px; margin: 0 0 3px;}
    .news  img { border: 3px solid #eee; padding: 1px; margin: 0 15px 5px 0; }
	#main li { list-style: none; background: url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px;}


#right { margin: 0 15px 20px 0; padding: 0 0 0 15px; float: right; width: 620px; text-align: justify; }
.border { clear: both; border-left: 4px solid #EBF4F9; padding: 0 0 0 15px; }

#rl { float: left; width: 290px; margin: 0 20px 30px 0; }
#rr { float: right; width: 290px; }
	#rl li, #rr li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
	#rl li a, #rr li a { background: #fff url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080; text-decoration: underline; }

#footer { width: 940px; height:40px; clear: both; padding: 10px; margin: 0 0 15px; font-size: .9em; color: #808080; background: #EBF4F9; }
	.links a { font-weight: bold; color: #787A8F; background: #fff; margin: 0 10px 0 0; background: url(images/dot.png) no-repeat center left; padding: 0 0 0 10px; }
	.sponsor { color: red; background: #eee; }
	#footer li { list-style: none; }
    #fl { float: left; width: 250px; padding: 20px; background: url(images/fil.gif) no-repeat;}
    #fl2 { float: left; width: 250px; padding: 20px; background: url(images/fil.gif) no-repeat;}
    #fl3 { float: left; width: 250px; padding: 20px; background: url(images/fil.gif) no-repeat;}
    #fl3 span {width: 50px;}
    .login { width: 150px; padding: 6px; border: 1px solid #75ADDA; font-size: .9em; margin: 3px;}
    .loginbutton { background: #021C76; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: .9em; }
	#fcopy { float:left; }
    #fr { float: right; } 


 .eli { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
 .eli a { background: #fff url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080; text-decoration: underline; }

/* Sign form */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:490px;
	height:250px;
	margin:-220px 0 0 -250px;
	border:0px;
	background: url(images/sing.gif) no-repeat;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}





/* Member */

#member{
	width:225px;
    padding-top: 45px;
    padding-left: 125px;
}

#member form{
	width:191px;
	padding:9px 17px 24px 17px;
	color:#fff;
}
#member form label{
	font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	display:block;
}
#member form input.txtBox{
	width:190px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	float:left;
}
#member form a{
	background:url(images/register_member_icon.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;

	text-decoration:underline;
	float:left;
	margin:15px 0 0 0;
	width:120px;
}
#member form a:hover{
	text-decoration:none;
}
#member form input.go{
	background:url(images/btn_go.gif) 0 0 no-repeat;
	width:36px;
	height:15px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}