html
{
	height: 100%;
}

body
{
	direction: rtl;
	background: black;
	/*
	background: url("/images/site_bg.jpg");
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
	*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

body, p, table, div, tr, td, a
{
	font-family: Arial;
	font-size: 9pt;
	color: #111111;
}

a
{
	text-decoration:underline;
}
a:link, a:visited
{
	color: #2B4FA2;
}
a:hover, a:active
{
	color: #E3469C;
	/*color: #913C3D;*/
}

p
{
	text-align: justify;
	margin-bottom: 6px;
}

h1, h2, h3
{
	text-align: right;
	font-weight:bold;
}
h1
{
	font-size: 13pt;
	margin-bottom:20px;
}
h1,
.Pink
{
	color: #E3469C;
}

h2
{
	font-size:11pt;
	margin-bottom: 13px;
	margin-top:24px;
}
h2, h3,
.Blue
{
	color: #1073B0;
}

h3
{
	font-size:9pt;
	margin-bottom: 8px;
	color: #1073B0;
}
.Pink
{
	color: #E3469C;
}
.Blue
{
	color: #1073B0;
}
.SubTitle
{
	font-size: 9pt;
}	

div, table, tr, tr
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.PageCenteralizer
{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}

div.PageWidth
{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

div#site_title
{
	height: 78px;
	width:770px;
	background: url("/images/site_title.jpg");
	background-repeat: no-repeat;
	cursor: pointer;
}

div#menu_layer
{
	position: relative;
	top: 10px;
	z-index:100;
}

div#menu_bar_area
{
	text-align: right;
	height: 20px;
	position: relative;
}

div#page_bg_container,
div#page_container
{
	position: absolute;
	top: 118px;
	right: 0px; 
	width: 100%;
	z-index: 10;
}

div#page_bg_container
{
	z-index: 10;
}
div#page_container
{
	z-index: 11;
}

div#page_bg,
div#page_area
{
	width: 100%;
	background: #F5F5F5;
	text-align:center;
	margin: 0 auto;
}

div#page_bg
{
	height: 100%;
}

div.PageContents
{
	width: 690px;
	text-align:right;
	margin: 0 auto;
}

div#bottom_links_container
{
	height: 40px;
	margin-top: 60px;
	text-align:center;
}

div#bottom_links
{
	margin: 0 auto;
	width:80%;
	border-top: solid 1px #CCCCCC;
}

table#menu_bar
{
	margin: 0px;
	text-align: right;
}

div.MenuButton
{
	height:   20px;
	margin:   0px auto;
	padding:  0px;
	overflow: hidden;
}

img
{
	border: none;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img.MenuButtonNormal
{
	position: relative;
	top: 0px;
}

img.MenuButtonHover
{
	position: relative;
	top: -20px;
}
img.MenuButtonTonedDown
{
	position: relative;
	top: -40px;
}

div#page_div
{
	margin: 40px;
}

div.Menu
{
	border: none;
	z-index:2;
	position:absolute;
	visibility: hidden;
	padding: 3px;
}

td.Menu
{
	margin: 0px;
	padding: 1px;
	padding-right:3px;
	padding-left:3px;
	cursor: pointer;
	vertical-align: middle;
}

td.MenuCurrent
{
	padding-right:5px;
	padding-left:5px;
}

div.Menu,
td.Menu
{
	background: black;
}

div.MenuHover,
td.MenuHover
{
	background: #333333;
}


.Menu_home   , a.Menu_home:link   , a.Menu_home:active   , a.Menu_home:visited   , a.Menu_home:hover    { color: #B394FC; }
.Menu_about  , a.Menu_about:link  , a.Menu_about:active  , a.Menu_about:visited  , a.Menu_about:hover   { color: #ECBE0B; }
.Menu_info   , a.Menu_info:link   , a.Menu_info:active   , a.Menu_info:visited   , a.Menu_info:hover    { color: #02DB02; }
.Menu_contact, a.Menu_contact:link, a.Menu_contact:active, a.Menu_contact:visited, a.Menu_contact:hover { color: #EC79A8; }
.Menu_join   , a.Menu_join:link   , a.Menu_join:active   , a.Menu_join:visited   , a.Menu_join:hover    { color: #10BCE7; }
.Menu_links  , a.Menu_links:link  , a.Menu_links:active  , a.Menu_links:visited  , a.Menu_links:hover   { color: #FC8242; }

a.Menu:link,
a.Menu:active,
a.Menu:visited,
a.Menu:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	margin:0px;
	padding:0px;
}


td.PageSection
{
	padding:10px;
}

td.PageSepLeft
{
	width:10px;
	border-left: solid 1px #B7B7B7;
}
td.PageSepRight
{
	width:10px;
	border-right: solid 1px #B7B7B7;
}
td.PageSepTop
{
	height:10px;
	border-top: solid 1px #B7B7B7;
}
td.PageSepBottom
{
	height:10px;
	border-bottom: solid 1px #B7B7B7;
}

p.BottomLinks
{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	color:#AEAEAE;
}
a.BottomLinks:link,
a.BottomLinks:visited
{
	color:#999999;
}
a.BottomLinks:hover,
a.BottomLinks:active
{
	color: #913C3D;
}

input.Text,
input.TextLTR,
input.Submit,
textarea
{
	font-family: Arial;
	background: #E6E6E6;
	color: #4B0101;
}

input.Submit
{
	font-weight: bold;
	font-size: 8pt;
}

input.TextLTR
{
	direction: ltr;
	text-align:left;
}


p.Bullets,
p.BulletsText,
p.BulletsRTL,
p.BulletsRTLText,
p.BulletsLTR,
p.BulletsLTRText,
li
{
	margin-right:18px;
	margin-top:0px;
}

p.Bullets2
{
	margin-right:48px;
	margin-top:0px;
}

p.BulletsLTR,
p.BulletsLTRText
{
	direction:ltr;
}

p.Bullets,
p.BulletsRTL,
p.BulletsLTR,
p.Bullets2
{
	text-indent:-18px;
}

p.Bullets2
{
	text-indent:-34px;
}

p.NoSpace
{
	margin-bottom: 0px;
}

img.Bullets
{
	position:relative;
	bottom:1px;
	margin-left:3px;
}
img.BulletsLTR
{
	margin-right:3px;
}
