body {
	background-color: #EEEBE5;
	color: #5E5E5E;
	font-size: 11px;
	font-family: tahoma;
	margin: 0;
}
#container {
	margin: 0px auto;
	width: 900px;
	background: #EEEBE5 url(images/content.jpg) repeat-y center;
}

#header {
	margin: 0;
	padding: 0;
	background: url(images/header.jpg);
	width: 900px;
	height: 149px;
}
#header h2 {
	margin: 0px;
	color: #ffffff;
	padding: 80px;
	text-align: center;
	font-size: xx-large;
}

#navigation {
	margin: 0;
	background: url(images/navigation.jpg);
	width: 900px;
	height: 44px;
	font-size: 1em;
}
#navigation ul {
	margin: 0px auto;
	margin-left: 230px;
	list-style: none;
	text-align: center;
}
#navigation ul li {display: inline; text-transform: uppercase;}
#navigation ul li a{
	letter-spacing:-1px;
	text-decoration:none;
	text-align:center;
	color:#666;
	float:left;
	display:block;
	padding:15px 15px 15px 15px;
}
#navigation ul li a:hover{
	background:transparent url(images/nav_bk.gif) repeat-x;
	color:#464646;
}

#content {
	margin-top: 0;
	width: 845px;
}
#content .commentbox {
	color: #8B8887;
	padding: 3px; 
	border: dashed #8B8887 1px;
}
#content .commentbox a {font-size: 11px; color: #8B8887; text-decoration: none;}

#content .left {
	float: left;
	width: 440px;
	padding-left: 10px;
	text-align: justify;
}
#content .left h2 {margin-bottom: 0; font-size: 16px;}
#content .right {
	color: #8B8887;
	margin-left: 15px;
	float: left;
	width: 200px;
	padding-left: 10px;
}
#content .right ul{margin: 0; list-style: none; text-indent: -3em;}
#content .right ul li {padding: 5px;}
#content .right ul li a {
	color: #8B8887;
	text-decoration: none;
}
#content .right ul li a:hover {
	border-bottom: solid #8B8887 1px;
}	
#box {clear: both;}
#footer {
	background: url(images/footer.jpg);
	width: 900px;
	height: 48px;
	text-align: center;
	}
#footer .text {
	padding-top: 40px;
	text-align: center;
	font-size: 10px;
}
.LinkTitle
{
	FONT-SIZE: 11pt;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
}
.LinkTitle2
{
	FONT-SIZE: 8.5pt;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none;
	
}

.Tab 
{
	height:24px;
	background: url(images/tab_bg.jpg);
}
INPUT.LTR
{
	direction:ltr;
}