@charset "utf-8";
body  {
	font-family: "Tahoma","sans-serif", "Verdana";
	font-size: 90%;
        line-height: 180%;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	direction: rtl;
	color: #000000;
}
h1 {
	font-size: 100%;
	color:#AAEE33;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
}
.twoColFixRtHdr #mainContent {
	margin: 0 164px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #lbar rbar {
	height: 89px;
}

a:link, a:visited{
	color: Yellow;
	text-decoration: none;
}

a:hover, a:active {
	color: #F1ABB0;
	text-decoration: none;
}


.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
.style6 {
	padding: 25px 0px 25px 25px; 
	color: #FFFFFF;
	text-align: justify;
}
.style7 {
	color: #CCCCCC;
}
.style8 {
	color: #999999;
}
.contentheading {
	font-size: 15pt;
	line-height:150%;
	color: #11DDFF;
}
.menu {
	padding: 0px;
	margin: 0;
	background: url(../images/round-fix.png) no-repeat left top
}

.menu li {
	list-style: none;
	line-height: 180%;
	margin-bottom: 12px;
	padding: 0 18px;
	background: url(../images/menu-bg.png);
font-size: 10pt
}

.menu li:hover {
	padding-right: 22px;
	padding-left: 14px;
}

.menu a:link, .menu  a:visited {
	color: Black;
	text-decoration: none;
}
.menu a:hover, .menu  a:active {
	color: Black;
}


.sidebar {
	background: #000 url(../images/sidebar.png) repeat-y left;
}
.componentheading {
	font-size: 20pt;
	text-align:center;
	color: #11DDFF;
}
.footertext {
	color: #999999;
	font-size:9pt;
}
