/* CSS Document */

html{
background-color:#374E77;
background-image:url('bg.gif');
background-position:top;
background-repeat:repeat-x;
color: #B9C4D9;
}

#doc{
background-color:#31486F;
}

#hd{
height:120px;
background-color:#273957;
}

.menu a{
display:block;
padding:5px;
margin-bottom:10px;
color: #829BC6;
text-decoration:none;
}
.menu a:hover{
background-color:#405C8C;
color:#202f46;
}

#ft{
width:740px;
margin:10px auto;
clear:both;
color:#4F6593;
}
#ft a{
color: #202f46;
}
.ft1{width:500px; float:left; text-align:left;}
.ft2{width:200px; float:right; text-align:right;}

strong{font-weight:bold;}
em{font-style:italic;}

h1{ text-transform:uppercase;}
h2{ font-size:medium; color: #DFE4EE; font-weight:bold}
h2{border-bottom: 2px dotted #6C83B0;}
h3{ font-size:small; color: #DFE4EE; font-weight:bold;}
h2,h3{letter-spacing:2px;}
p{ font-size:small; font-weight:normal; line-height:1.6em;}

ul{list-style-type: disc; list-style-position: outside; padding-left:15px;}

.yui-g a{color:#FFFFFF;}

.yui-g {margin-top:10px;margin-right:10px;}

h1,h2,h3,p,li{margin-bottom:10px;}

hr{height:1px; border:none; color:#475C85; background-color:#475C85; width:85%;}