/**************** Page and tag styles ****************/

body
{
	margin:0;
	padding:0;
	color:#fff;
	background:#CCC url(../img/bodybg3.gif) repeat-y left top;
	font:80% Verdana, Tahoma, sans-serif;
}

li
{margin:0 0 8px 25px;}

a
{color:#fff; font-weight:bold; text-decoration:none;}

a:hover
{
	color:#CCC;
	text-decoration:underline;
}

.borderimage
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}

/**************** Sidebar area styles ****************/

#sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:100%;
	overflow:auto;
	background:#202020 url(../img/sidebarbg3.png) repeat-y right top;
	text-align:right;
}

body > #sidebar
{position:fixed;}

#sidebar h1
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/

#menu a
{
	display:block;
	width:202px;
	padding:5px 18px 5px 0;
	color:#CCC;
	background:#202020 url(../img/sidebarbg3.png) repeat-y right top;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#menu a:hover 
{
	color:#fff;
	background:#000 url(../img/sidebarbg3.png) repeat-y right top;
}

#menu a.active
{padding:5px 18px 5px 0; background:#000; border-top:2px solid #404040; border-bottom:2px solid #404040;}

#menu a.active:hover
{
	color:#fff;
	background:#000;
}

/**************** Content area styles ****************/

#content
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#000;}

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content h1
{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0; color:#fff; font-weight:normal; font-size:24px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#d85d5d; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

#content ul {
	list-style: url(../img/dot01.gif);
}
#content li {
	margin-left: -20px;
}
#content td {
	padding-bottom: 10px;
}

/**************** Text and Misc styles ****************/

.txtBigGray {
	color: #fff;
	background: #000;
	font: bolder 1.8em "Times New Roman", Times, serif;
}
.txtBigRed {
	color: #DF0000;
	background: #000;
	font: bolder 1.8em "Times New Roman", Times, serif;
}
.GraphicBorder {
	border: 1px solid #fff;
}
.GraphicBorderLeft {
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.GraphicBorderRight {
	border: 1px solid #666;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.txtMouseType {
	font-size: .8em;
}
#footer {
	font-size: 10px;
	border-top: 1px solid #666666;
}

.clear {
	clear: both;
}
.txtRed {
	color: #900;
	font-weight: bold;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #fff;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #fff;
}