@charset "utf-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Tahoma, Arial;
color: #00007c;
margin: 0 auto;
}
a {
color: #0f0f43;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #000066; 
}
img {
border: 0px;
}
h1 {
font-size: 36px;
}
h2 {
font-size:18px;
color: #00007c;
}
strong {
color: #00007c;
}
/*header*/
#logo {
width: 414px;
height: 117px;
float: left;
clear: right;
margin-top: 15px;
line-height: 10pt;
position: relative;
vertical-align: middle;
}
#logo p {
font-size: 13px;
color: #000000;
} 
#contacts {
font-size: 13px;
color: #000000;
float: left;
clear: right;
width: 250px;
height: 40px;
margin-top: 60px;
margin-left: 50px;
}
#buttons {
float: left;
width: 80px;
height: 15px;
margin-top: 50px;
margin-left: 150px;
}
.path a:hover {
text-decoration: underline;
}
.path a {
font-size:10px;
font-weight:bolder;
color: #666666;
text-decoration: none;
}
.path {
font-size:11px;
}
/*menu*/
#menu {
color: #00007c;
width: 200px;
padding: 5px 20px 1px 1px;
}
div.menuv {
height: 255px;
width: 160px;
background-repeat:no-repeat;
background-position:center;
}
div.menuh {
height: 145px;
width: 160px;
background-repeat:no-repeat;
background-position:center;
}
/*content*/
#content {
color: #020138;
width: 776px;
padding-top: 3px;
font-size: 13px;
}
#content a {
text-decoration:underline;
}
#content a:hover {
text-decoration:none;
}
/*footer*/
#footer {
vertical-align: top;
width: 300px;
margin: 0 auto;
font-size: 10px;
color: #666666;
height: 50px;
}