body, html {
margin:0 0 0 0;
padding:0;
background-color:#E7E7E7;
color:#000;
font:12px "Trebuchet MS",Tahoma,Verdana;
height: 100%;
width: 100%;
text-align:center; 
}
p {
text-align:justify;
}
.clear {
clear:both;
}
.left {
float:left;
}
.right {
float:right;
}
img {
border:none;
}
h1,h2,h3,h4,h5,h6 {
color:#3A73AB;
}
#global {
margin:0 auto;
width:700px;
border-left:2px solid #C2C2C2;
border-right:2px solid #C2C2C2;
background-color:#fff;
}
#border {
border-left:2px solid #616161;
border-right:2px solid #616161;
}
#middle {
background:url("bg.JPG") repeat-y right top;
}
#header {
margin:0;
height:80px;
border-bottom:1px solid #C2C2C2;
background:url("header.jpg") left bottom no-repeat;
}
#header h1, #header h2 {
display:none;
}
#left {
width:470px;
padding:10px;
color:#25496D;
font-size:13px;
letter-spacing:0.01em;
}
 a {
text-decoration:none;
font-weight:bold;
color:#25496D;

margin:2px;
}
 a:hover,a:active {
text-decoration:underline;
color:#FF8000;
background-color:#FFDCB9;
}
#left h3 {
font-size:15px;
border-bottom:1px solid #FFB062;
margin:0;
}
#left img.resize{
width:450px;
}

#right {
width:200px;
}
#right h4 {
font-size:12px;
border-bottom:1px solid #FFB062;
margin:12px 8px 0 0;
text-align:right;
}
#right ul {
list-style:none;
text-align:left;
margin:0;padding:0;

margin:0 5px 20px 0;
padding:5px;
}
#right ul li {
display:block;
margin:5px;
}
#right ul li a {
width:170px;
display:block;
text-decoration:none;
color:#25496D;
font-weight:bold;padding-left:5px;
border-left:2px solid #93BADB;
border-bottom:1px solid #93BADB;
}
#right ul li a:hover,#right ul li a:active {
text-decoration:none;
color:#FF8000;
border-left:2px solid #336C9B;
border-bottom:1px solid #336C9B;
background-color:#DDEEFF;
}
#footer {
border-top:1px solid #C2C2C2;
color:#25496D;

padding:2px
}
#footer .validators {
margin-left:10px;
}
#footer  span{
margin-right:10px;
}

/*---*/

#fcf2 {
font-size:11px;
margin:5px;
border:1px solid #C3C3C3;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #C3C3C3;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}