body {
margin:0px;
padding:0px; 
text-align:center;
background-color:#FFFFFF;
} 

a {
cursor:pointer;
}

a:link {
color:#A0A0A0;
text-decoration:none;
}
a:visited {
color:#A0A0A0;
text-decoration:none;
}
a:hover {
color:#505050;
text-decoration:none;
}
a:active {
color:#505050;
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
margin:0px;
padding:0px;
font-size:100%;
}

.containerFiller{
clear:both;
margin:0px;
padding:0px;
line-height:0px;
}

hr {
background-color:#FFFFFF;
border-top:1px dashed #808080;
border-bottom:none;
border-left:none;
border-right: none;
color:#FFFFFF;
width:95%;
text-align:center;
}

img{
border-style:none;
}


/* page wrapper style */

.pageWrapper {
width:800px; 
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px; 
text-align:left;
background-color: #FFFFFF;
}

.pageWrapperLeft{
margin:0px;
padding:0px;
background-image:url(images/border-left.gif);
background-repeat:repeat-y;
background-position:left;
}

.pageWrapperRight{
margin:0px;
padding:0px;
background-image:url(images/border-right.gif);
background-repeat:repeat-y;
background-position:right;
}

.pageWrapperTop{
margin:0px;
padding:0px;
background-image:url(images/border-top.gif);
background-repeat:repeat-x;
background-position:top;
}

.pageWrapperBottom{
margin:0px;
padding:0px;
background-image:url(images/border-bottom.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.pageWrapperTLCorner{
margin:0px;
padding:0px;
background-image:url(images/border-tl.gif);
background-repeat:no-repeat;
background-position:top left;
}

.pageWrapperTRCorner{
margin:0px;
padding:0px;
background-image:url(images/border-tr.gif);
background-repeat:no-repeat;
background-position:top right;
}

.pageWrapperBLCorner{
margin:0px;
padding:0px;
background-image:url(images/border-bl.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

.pageWrapperBRCorner{
margin:0px;
padding:0px;
background-image:url(images/border-br.gif);
background-repeat:no-repeat;
background-position:bottom right;
}

/* header style */
.headerFrame {
}

.langVersion{
margin-top:20px;
margin-left:20px;
float:left;
}

img.header {
height:100px;
margin:20px 20px 0px 20px;
float:right;
}

h1.header{
margin-left:25px;
margin-top:25px;
float:left;
font-family:"Lucida Handwriting";
color:#808080;
clear:left;
width:400px;
}


/* Center style*/
.centerFrame{
margin:5px 15px 5px 15px;
min-height: 530px;
}

* html .centerFrame {
height: 530px;
}

.content{
margin:10px;
}

.content h1 {
text-align:left;
color:#BBAA55;
font-size:18px;
font-family:Tahoma;
font-weight:bold;
}

.content p, .content h2, .content li, .content span{
text-align:justify;
color:#606060;
font-size:12px;
font-family:Tahoma;
}

.content li, .content h2{
line-height:20px;
}

.content a:link,.content a:visited{
color:#AA9933;
font-size:12px;
}

.content a:hover {
color:#887711;
font-size:12px;
}

.newsLink {
margin-top:10px;
}

.newsLink img, .newsLink span{
vertical-align:middle;
}
/* footer style */
.footerFrame {
text-align:center;
font-family:Tahoma;
font-size:10px;
color:#808080;
padding:10px;
}


