/*fonts.css*/

body {
 font:13px/1.22 arial,helvetica,clean,sans-serif;
 *font-size:small;
 *font:x-small;
}
table {
 font-size:inherit;
 font:100%;
}
pre,code,kbd,samp,tt{
 font-family:monospace;
 *font-size:108%;
 line-height:99%;
}

/************************************************************************************************************/
#mainarea{
	clear: both;
	/*padding-top: 13px;*/
}

#sidebar{
	float: left;
	width: 268px;
	padding-left: 32px;
	margin-top:15px;
}


/* width 980px - 170px - 210px = 600px */
#content{
	float: left;
	width: 645px;
	margin-top:15px;
}


/************************************************************************************************************/


#helpmenu{
	background: url(../images/help_menu_body.gif) repeat-y;
}
#helpmenu .mainmenu{
	padding: 20px 45px 15px 19px;
	background: url(../images/help_menu_top.jpg) no-repeat;
}
#helpmenu a{
	display: block;
}
#helpmenu_bottom{
	height: 5px;
	background: url(../images/help_menu_bottom.gif) no-repeat;
}
#helpmenu .mainmenu li{
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 11px 20px;
	background: url(../images/bullet_close.gif) 0px 2px no-repeat;
}
#helpmenu .mainmenu .on{
	background: url(../images/bullet_open.gif) 0px 2px no-repeat;
}
#helpmenu .mainmenu li a{
	color: #888888;
	text-decoration: none;
}
#helpmenu .mainmenu li a:hover{
	text-decoration: underline;
}
#helpmenu .submenu{
	padding-top: 10px;
}
#helpmenu .submenu li, #helpmenu .submenu .on{
	font-size: 13px;
	font-weight: normal;
	padding: 0px 0px 5px 14px;
	background: url(../images/bullet_sub.gif) 2px 5px no-repeat;
}
#helpmenu .submenu li a{
	color: #555555;
	padding-bottom: 5px;
	background: url(../images/dot_d2.gif) repeat-x 0px 20px;
}
#helpmenu .submenu .on a{
	color: #0099CC;
	font-weight: bold;
}


#submenu2{
	width: 608px;
	padding: 15px 18px;
	margin-bottom: 30px;
	border: 1px solid #DDDDDD;
	background-color: #F3F3F3;
}
#submenu2 h1{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}
#submenu2, #submenu2 a{
	color: #0099CC;
}
#submenu2 a:hover{
	color: #CE6014;
}
#submenu2 .main{
	padding-top: 7px;
	padding-left: 40px;
	font-size: 15px;
	line-height: 28px;
}

#submenu2 .sub{
	padding-left: 5px;
	font-size: 13px;
	line-height: 22px;
}

#submain{
	color: #333333;
	font-size: 100%;
}
#submain h2{
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 20px;
	background: url(../images/dot_c3.gif) repeat-x 0px 23px;
}

#submain h3{
	color: #777777;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 20px;
	padding-bottom: 8px;
}
#submain p{
	padding-left: 20px;
	line-height: 24px;
}
#submain ul{
	padding-left: 20px;
}
#submain li{
	padding: 3px 0;
}

/************************************************************************************************************/








