*
{
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a
{
	outline: none;
	-moz-outline-style: none;
}

html,body
{
	height:100%;
	
}
body
{
	background-color:#ffffff;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

.menuButton
{
	height:33px;
	width:155px;
	line-height:30px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	margin-right:1px;
}
.menu0
{
	background-image:url("../images/menu0.gif");
	background-repeat:no-repeat;
}
.menu1
{
	background-image:url("../images/menu1.gif");
	background-repeat:no-repeat;
}
.menuButton a
{
	color:#444444;
	text-decoration:none;
	font-size:15px;
}
.menuButton a:Hover
{
	text-decoration:underline;
}


h1
{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:38px;
	background-image:url("../images/h1_bg.gif");
	background-repeat:no-repeat;
	width:430px;
	height:38px;
	padding-left:20px;
}

.resourceBox
{
	width:174px;
	height:124px;
	background-image:url("../images/box_resources.gif");
	background-repeat:no-repeat;	
}
.resourceBox h2
{
	margin:0px 0px 10px 0px;
	font-size:14pt;
	font-weight:bold;
	color:#0db14b;
}

.resourceBox a
{
	color:#888888;
	text-decoration:none;
}
.resourceBox a:Hover
{
	color:#444444;
	text-decoration:underline;
}

form
{
	margin:0px;
	padding:0px;
}
.formheading
{
	width:470px;
	padding:5px;
	background-color:#DDDDDD;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:15px;
}

.label
{
	font-weight:bold;
	font-style:italic;
}
.field
{
	padding-left:20px;
}
.field input,.field select,.field textarea
{
	border:1px solid #AAAAAA;
}


label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color:#AA0000;
	font-size:8pt;
}

#commentList
{
	padding-left:20px;
	padding-right:20px;
}

#commentList .topic
{
	background-image:url(../images/comment_heading.gif);	
	background-repeat:no-repeat;
	width:910px;
	height:74px;
	margin-bottom:10px;
}
#commentList .topic table
{
	margin:7px;
}
#commentList .heading
{
	line-height:20px;
	text-align:left;

}
#commentList .heading a
{
	font-size:16pt;
	font-weight:bold;
	color:#0086ca;
	text-align:left;
	text-decoration:none;
}
#commentList .heading a:Hover
{
	color:#666666;
}
#commentList .author
{
	font-size:11px;
	font-weight:bold;
	color:#888888;
	text-align:left;
}
#commentList .date
{
	font-size:12px;
	font-weight:bold;
	color:#444444;
	text-align:left;
}
#commentList .count
{
	font-size:13px;
	font-weight:bold;
	color:#888888;
	text-align:left;
}

.commenttext
{
	margin-top:10px;
	aborder:1px solid #000000;
	margin-left:70px;
}

.commentTop
{
	width:910px;
	height:8px;
	background-image:url(../images/comment_t.gif);
	background-repeat:no-repeat;
}
.commentBody
{
	width:910px;
	background-image:url(../images/comment_bg.gif);
	background-repeat:repeat-y;
}

.commentBottom
{
	width:910px;
	height:8px;
	background-image:url(../images/comment_b.gif);
	background-repeat:no-repeat;
}
.replyblock
{
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:6px;
}
.replyauthor
{
	font-size:11px;
	font-weight:bold;
	color:#888888;
	text-align:left;
}
.replydate
{
	font-size:11px;
	font-weight:bold;
	color:#888888;
	text-align:left;
}
.replylinks
{
	font-size:11px;
}

.replylinks a
{
	color:#0db14b;
}

.replylinks a:Hover
{
	color:#666666;
}
ul
{
	margin:0px;
	padding:0px;
}
li
{
	margin:0px 0px 0px 20px;
	padding:0px;
}
#divprev
{
	display:block;
	width:77px;
	height:38px;
	background-color:#FFFFFF;
	background-image:url(../images/btnPrev.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#divnext
{
	display:block;
	width:77px;
	height:38px;
	background-color:#FFFFFF;
	background-image:url(../images/btnNext.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}