*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a
{
	color: #CB9A6C;
	text-decoration: none;
}
a:hover
{
	color: #255EA8;
	text-decoration: underline;
}

#wrap
{
	width: 800px;
	margin: 20px auto;
}

#header
{
	height: 90px;
	background: #E2E2E2 url(images/header.gif) no-repeat;
}
#header h1
{
	padding: 25px 0 5px 20px;
	font-size: 27px;
	font-weight: 100;
}
#header h1 a
{
	color: #CB9A6C;
	text-decoration: none;
}
#header h1 a:hover
{
	text-decoration: none;
	color: #fff;
}
#header a
{
	color: #CB9A6C;
	font-family: Tahoma;
}
#header a:hover
{
	text-decoration: none;
	color: #fff;
}
#header h2
{
	padding-left: 20px;
	font-size: 14px;
	color: #eee;
	font-weight: 100;
}

#content
{
	background: #E2E2E2 url(images/contentbg.gif) repeat-y;
	padding: 10px 20px 10px 30px;
}
.right
{
	float: right;
	width: 540px;
	padding: 0 10px;
}
.right h2
{
	font-weight: 100;
	padding: 10px 0 10px 0;
}
.left
{
	float: left;
	width: 160px;
	padding: 10px;
	border: 1px solid #aaa;
	background: #ddd;
}
.left h2
{
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.left ul
{
	padding: 5px 0 15px 15px;
	font-size: 11px;
	color: #255EA8;
	list-style-type: square;
}

#bottom
{
	background: #E2E2E2 url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer
{
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #666;
}
#footer a
{
	color: #666;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.B
{
	font-weight: bold;
}
.lblCmnt
{
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 3px;
}
.txtCmnt
{
	float: left;
}
.btnCmnt
{
	margin-left: 100px;
}
/*Date class*/
.dCls
{
	color: Silver;
	font-size: 10px;
	text-align: right;
}