body
{
    background-color:#b1db1f;
    color:#00281f;
    font-family: Myriad, Arial, sans-serif;    
}

/* Useful CSS Enhancements */
html { overflow-y:scroll; } /* Stop FF page jump */
input[type=submit], label, select, .pointer { cursor:pointer; } /* Let the user know to click */
::selection	{ background:#B1DB1F; color:#000; /* Safari and Opera */ } /* Change Text Highlight Colour */
::-moz-selection { background:#B1DB1F; color:#000; /* Firefox */ } /* Change Text Highlight Colour */

.canvasWrapper
{
    margin:0 auto;
    text-align:left;
    width:848px;
 	border-left:solid 1px #fff;
 	border-right:solid 1px #fff;
 	border-bottom:solid 1px #fff;
	top: 30px;
}
.canvas
{
    background-image:url("images/red-line-bg.jpg");
    background-position:left;
    background-repeat:repeat-y;
    background-color:#ffffff;
}
.canvasfull
{

    background-position:left;
    background-repeat:repeat-y;

}
.copyRight
{
    width:848px;
    margin:5px auto;
    font-size:9px;
    text-align:right;
}
#printLogo, #printLogo img
{
    display:none;
    height:0;
    width:0;
}
.homeLink
{
    float:right;
    margin-right:10px;
    margin-top:9px;
}
.homeLink a
{
    color:#acc6c9;
    font-weight:bold;
    font-size:13pt;
    text-decoration:none;
}
.logoCont
{
    float:left;
    width:300px;
}
.homeLink
{
    float:left;
}
.contentCont
{
    float:right;
    width:656px;
    min-height:400px;
    padding-bottom:10px;
    z-index:90;
}
.contentContFull
{
    float:right;
    width:848px;
    min-height:400px;
    padding-bottom:10px;
    z-index:90;
    background-color:#ffffff;	
}
.leftCont
{
    float:left;
}
#menu
{
    text-align:right;
    float:right;
}
.submenuLogo
{
    height:140px;
}
#pageHeaderHR
{
    display:none;
}
.topCont
{
    height:112px;
    clear:both;
    border-bottom:solid 1px #fff;
    background-repeat:no-repeat;    
    background-position:left;
    background-color:#990000;
}
#goTop
{
    float:right;
    margin-right:15px;
    font-size:11px;
}
#goTop a
{
    text-decoration:none;
    color:#00281f;
}
/* Footer */
.footerCont
{
    border-top:solid 1px #fff;
    height:30px;
    background-color:#990000;
}
.footerFlags
{
    width:285px;
}
.footerFlag
{
    float:left;
    padding:0 5px 0 0;  
}
.flagIntro
{
    float:left;
    font-size:11px;
    color:#00281F;
    padding-top:3px;
    font-weight:bold;
    padding-right:5px;
    line-height:145%;
}
.flagCont
{
    float:right;    
}
.footerLinks
{
    font-size:11px;
    line-height:145%;
    color:#fff;
    padding-top:10px;
    padding-left:10px;
}
.mac.ff3 .footerLinks
{
	font-size:9px;
}
.footerRHS
{
    float:right;
    width:530px;
	height: 30px;
}
.footerLinks a
{
    font-size:11px;
    color:#FFFFFF;
    text-decoration:none;
}
.footerLinks a:hover
{
    text-decoration:underline;
}
#footerLinksCont
{
    width:295px;
    float:left;
}
#footerFlagsCont
{
    padding-top:5px;
    width:525px;
    float:left;
    font-size:9px;
    color:#FFFFFF;
    vertical-align:text-top;    
}
/*apple.css has ru version   */
#footerFlagsCont a
{
	text-decoration:none;
    color:#b1db1f;
}
#footerSearchCont
{
    float:right;
    width:0px;
    text-align:right;
    padding-top:5px;
    padding-right:10px;
}
.searchField
{
    width:130px;
    font-size:10px;
    height:12px;
    border:solid 1px #fff;
    float:left;
}
.searchTitle
{
    color:#00281F;
    font-size:11px;
    float:left;
    padding-top:4px;
}
.searchBtn
{
    background-color:#fff;    
    border:none;
    height:16px;
    width:20px;
    font-size:8px;
    line-height:8px;
    float:right;
    text-align:center;
    padding:0;
    margin:0;
    vertical-align:text-top;
}
.searchFormWrapper
{
    width:160px;
    float:right;
    padding-top:2px;
}
/* Error messages */
.messageCont, .messageContError, .messageContSuccess, .form
{
    margin-top:10px;
    padding:5px;    
}    
.messageCont
{    
    border:solid 1px #FFCC00;
    background-color:#FFFF99;
}
.messageCont span
{
    color:#000000;
    font-weight:bold;
}
.messageContError
{
    border:solid 1px #FF0000;
    background-color:#FFCCCC;
}
.messageContError span
{
    color:#FF0000;
    font-weight:bold;
}
.messageContSuccess
{
    border:solid 1px #336600;
    background-color:#CCFF99;
}
.messageContSuccess span
{
    color:#336600;
    font-weight:bold;
}

/*Content*/
b, strong
{
    font-weight:bold;
}
i
{
    font-style:italic;
}
#content img
{
    padding:0 5px;
}
.contentCont a
{
    color:#cc0000;
    text-decoration:underline;
}
.contentCont a:visited 
{
    color:#8AB60E;
    text-decoration:underline;
}
.contentCont ul
{
    list-style-type:square;
    list-style-position:inside;
}
.contentCont ol
{
    list-style-type:decimal;
    list-style-position:inside;
}
.contentCont ol, 
.contentCont ul
{
    margin-left:5px;
    margin-bottom:8pt;
}
.contentCont li
{
    margin-left:10px;
    padding-left:5px;
}
.contentCont, .contentContFull
{
    font-size:11px;
    line-height:145%;    
}
p
{
    padding-top:8pt;
    padding-bottom:8pt;
}
h1
{
    color:#1e4e00;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h2
{
    color:#cc0000;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h3
{
    color:#00281f;
    font-size:16px;
    line-height:105%;
    font-weight:bold;
}
h4
{
    color:#cc0000;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
h5
{
    color:#00281f;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
h6
{
    color:#000;
    font-size:13px;
    line-height:145%;
    font-weight:bold;
}
hr
{
    color:#b1db1f;
    background-color:#b1db1f;
    height:1px;
    clear:both;
    border:none;
    margin-left:-1px;
}
.Fontxx-Small
{
	font-size:70%;
}
.Fontx-Small
{
	font-size:80%;
}
.FontSmall
{
	font-size:90%;
}
.FontMedium
{
	font-size:100%;
}
.FontLarge
{
	font-size:110%;
}
.Fontx-Large
{
	font-size:120%;
}
.Fontxx-Large
{
	font-size:130%;
}
/* Clear fix */
.clearFix
{
    line-height:0;
    height:0;
    clear:both;
    padding:0;
    margin:0;
    font-size:0;
    border:none;
}