@charset "utf-8";
/* CSS Document */

#welcome {
	width:610px;
	position:relative;
	padding-top:3px;
	}

.welcometop,
.welcomeend {
	background:transparent url('/img/home/welcome_box_sprite.gif') top no-repeat;
	height:10px;
	width:610px;
}

.welcomeend {background-position:bottom;}
	
.welcomemid {
	background-image:url('/img/home/welcome_back.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#CDE985;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	padding:0 9px 0 13px;
	color:#24480B;
	}
	
	.welcomemid a:hover {background-color:transparent; color:#5A7509;}
	/* .welcomemid a:focus {background-color:#F4FFE4; color:#5A7509;} */
	
.welc_join a:hover {background:transparent;}
	
.welc_toptext {
	padding-bottom:5px;
	}
	
	.welc_introtext_top{background:transparent url('/img/home/introtext_top.gif') bottom no-repeat; width:444px; height:6px; margin-top:6px;}
	.welc_introtext_btm{background:transparent url('/img/home/introtext_btm.gif') bottom no-repeat; width:444px; height:6px;}
	
.welc_introtext {
	color:#222; font-weight:normal; padding:0 12px; background: #EFFFD8; font-size:14px; font-family:Arial; line-height:1.45em;
	}
	
.welc_announcetop {
	margin-top:10px;
	height:6px;
	background-image:url('/img/home/announce_top.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
.welc_announce {
	padding:0 7px 0 10px;
	background-color:#F4FFE4;
	background-image:url('/img/home/announce_text.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:14px;
	}
	
.welc_announcebtm {
	height:6px;
	background-image:url('/img/home/announce_btm.gif');
	background-position:top right;
	background-repeat:no-repeat;
	}
	
.welc_announce a {
/*	color:#24480B;
	display:block; */
	color:#607A21;
	text-decoration:underline;
	}
.welc_announce a:hover {background-color:transparent; color:#502675;}
.welc_announce span {font-family:Arial; font-size:12px; color:#919F6C;}

#getstarted {padding:8px; margin:0px 0px 15px 0px; background:#F0F0F0; border-bottom:2px solid #BCBCBC; line-height:1.5em; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
#getstarted a {text-decoration:underline; color:#222;}
#getstarted a:hover {background-color:#D6D6D6; text-decoration:none; color:#000;}
#getstarted a.isfat {padding:1px 2px; background:#ADADAD; font-weight:bold; font-size:14px; line-height:1.5em; color:#FFF; text-decoration:none;}
#getstarted a.isfat:hover {background:#666; color:#DCFFA8;}
#blocktitle img {vertical-align:text-bottom;}