/* HTML */

html {
text-align : center;
margin-left : auto;
margin-right : auto;
background-color : #ffffff;
color : #223f81;
font-family : Tahoma, Arial;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-stretch : normal;
font-size : 13px;
}

/* ---- */
/* LINK STYLE START */
a {
  color : #223f81;
  text-decoration : none;
  }

a:link  {
        color : #223f81;
        }

a:hover {
        color : #f2f7ff;
        background-color : #223f81;
        }
/* ---- */              
a img {
border-width: 0px;
text-decoration : none;
}

.menu {
z-index:1000;
height:auto;
font-weight: normal;
font-size : 20px;
/*vertical-align : bottom;*/
text-align : center;
margin : auto;
margin-top : 28px;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
width: 194px;
position:relative; 
}

.menu li {
width : 194;
height: 25px;
margin-bottom : 8px;
_margin-bottom : 6px;
margin-left : 30px;
_margin-left : 21px;
}

.menu li a{
text-decoration : none;
display: block;
border:1px solid #223f81;
width : 194px;
height: 25px;
background-color: #f2f7ff;
}

.menu li a:active{
color : #f2f7ff;
border:1px solid #223f81;
background-color: #223f81;
}

.menu a:hover {
color : #f2f7ff;
border:1px solid #223f81;
background-color: #223f81;
}
/* LINK STYLE END */
/* layout style */

#body {
background-image : url("images/body1.png");
background-repeat : repeat;
text-align : center;
width : 1000px;
height : auto;
margin-top : 0px;
padding-top : 0px;
margin-left : auto;
margin-right : auto;
background-color : #ffffff;
overflow : hidden;
z-index : -1;
}

#head {
background-image : url("images/logo1.png");
position : relative;
width : 1000px;
height : 104px;
margin-left : auto;
margin-right : auto;
text-align : center;
overflow : hidden;
background-color : #ffffff;
}

#navigation {
background-image : url("images/menu.png");
background-repeat : no-repeat;
position : relative;
height : 500px;
width : 236px;
margin-top : 0px;
background-color : #ffffff;
float : left;
overflow : hidden;
z-index : 10;
}

#main {
position : relative;
width : 727px;
height : auto;
margin : auto;
margin-left : 3px;
text-align : left;
margin-top : 10px;
margin-bottom : 0px;
background-color : #ffffff;
float : left;
overflow : auto;
}

#footer {
background-image : url("images/footer2.png");
font-size : 11px;
position : relative;
width : 1000px;
height : 26px;
margin-bottom : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 2px;
margin : auto;
background-color : #ffffff;
text-align : center;
overflow : visible;
clear : both;
z-index : 10000;
}
/* layout style - end */

.title {
margin-right : 0px;
text-align : right;
text-decoration : underline; 
font-size : 25px;
margin-bottom : 10px;
}

.u {
font-size: 110%;
text-decoration : underline;
}

.b {
font-size: 110%;
color : red;
font-weight: bold;
}

.ub {
font-size: 100%;
text-decoration : underline;
}