body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 100.1%;
    color: #274880;
}

b
{
    font-size: 110%;
}
em
{
    color: red;
}

#maincontainer
{
    width: 950px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    direction: rtl;
}

#topsection
{
    background: #456DB1;
    height: 5px; /*Height of top section*/
}

#topsection h1
{
    margin: 0;
}

#contentwrapper
{
    float: left;
    width: 100%;
}

.contentHolder
{
    font-size: 0.8em;
    margin: 10px;
    line-height: 1.6em;
}

.contentHolder ul li
{
  list-style-image: url(/images/bullet.gif);
}
.contentHolder .short
{
    font-weight: bold;
}
.contentHolder .long
{
}

#contentcolumn
{
    margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

.topMenu
{
    background: transparent url(/images/menuBack.png) repeat-x;
    clear: both;
    height: 75px;
}

.topMenuHead
{
    background: transparent url(/images/siteHeader.png) no-repeat 0 0;
    clear: both;
    height: 272px;
    position: relative;
    top: -34px;
}

.topMenu .topButton
{
    background-color: transparent;
    background-image: url(/images/sparator.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
    height: 24px;
    margin-top: 40px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 105px;
    z-index: 100;
    font-weight:bold;
}

/* .topMenu .topButton:hover
{
    background: red;
    color: #274980;
    font-weight:bold;
}
*/

.header
{
    height: 0px;
    top: -267px;
    clear: both;
    position: relative;
}

#rightcolumn
{
    float: left;
    width: 180px; /*Width of right column*/
    margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
    padding-top: 92px;
}

.newsBlock
{
    height: 175px;
    width: 177px;
    clear: both;
    float: left;
}

.verticalMenu
{
    background: #DFE9F0 none repeat scroll 0 0;
    border-color: #4870B2;
    border-style: solid;
    border-width: 0 1px 1px;
    float: left;
    min-height: 200px;
    margin-left: 3px;
    position: relative;
    width: 170px;
    padding-top: 10px;
}

.credit
{
    float: left;
    margin-left: 3px;
    position: relative;
    width: 170px;
    text-align: center;
    font-size: 0.7em;
    color: #30538D;
    margin: 5px 0;
}

.verMenu
{
    color: #4870B2;
    background: transparent url(/images/greenBullet.png) no-repeat right 4px;
    cursor: pointer;
    clear: both;
    float: right;
    font-size: 0.8em;
    margin: 2px 10px;
    font-weight: bold;
    white-space: nowrap;
    text-indent: 10px;
}

.verMenuEN
{
	background:transparent url(/images/greenBulletEN.png) no-repeat scroll 1px 4px;
	clear:both;
	color:#4870B2;
	cursor:pointer;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	margin:2px 10px;
	padding-left:11px;
	text-indent:10px;
	white-space:nowrap;
}

.verMenu:hover, .verMenuEN:hover
{
    color: #89c21c;
}

#footer
{
    height: 35px;
    background: transparent url(/images/menuBack.png) repeat-x bottom;
    clear: both;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    font-size: 0.8em;
}

#footer a
{
    color: #ffffff;
    text-decoration: none;
    line-height: 41px;
    margin: 0 10px;
}

#footer a:hover
{
    text-decoration: underline;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

a.boldbuttons
{
    -x-system-font: none;
    background: transparent url(/images/titleLeft.png) no-repeat scroll left bottom;
    display: block;
    font-family: Arial;
    font-size: 19px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 45px;
    line-height: 37px;
    padding-left: 6px;
    text-decoration: none;
    color: white;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons, a:hover.boldbuttons
{
    color: white; /*button text color*/
}
a.boldbuttons span
{
    background: transparent url(/images/titleRight.png) no-repeat bottom right;
    display: block;
    padding: 7px 37px 1px 10px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
.buttonwrapper
{
    /* Container you can use to surround a CSS button to clear float */
    overflow: hidden;
    position: relative;
    top: -20px;
}
.articleDiv
{
    margin: 3px;
    float: right;
    height: 52px;
    width: 245px;
    overflow: hidden;
}

.articleDiv p
{
    font-size: 10px;
    height: 25px;
    line-height: 13px;
    margin-top: -3px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.deleteP p
{
    dispaly: inline;
    margin: 0px;
}

.changeDirection
{
direction:ltr;
}

.fix
{background:transparent none repeat scroll 0 0;
border:0 none;
clear:both;
display:block;
float:none;
font-size:0;
height:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;
visibility:hidden;
width:0;}
