A{text-decoration:none}
A.menu:link    {color:#CC0066; text-decoration:none; font-family:verdana,arial,helvetica; font-size:12px;}
A.menu:visited {color:#CC0066; text-decoration:none; font-family:verdana,arial,helvetica; font-size:12px;}
A.menu:active  {color:#CC0066; text-decoration:none; font-family:verdana,arial,helvetica; font-size:12px;}
A.menu:hover   {color:#0000FF; text-decoration:underline; font-family:verdana,arial,helvetica; font-size:12px;}

html,body {
    height: 100%;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: url(../images/gray2.gif);
}

.myBox {
    margin: 0 auto;
    border: 0px solid #03557C;
    color: #000000;
    width: 750px;
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border: 3px solid #03557C;
    /*
    background-repeat: no-repeat;
    */
}

#container {
  margin: 0 auto;
  width: 770px;
  text-align: left;
  padding: 2em;
  }

img.index_menu {
position: relative; top: 60px;
}

/* curve height, background image */
.mainContentBox .t, .mainContentBox .b, .mainContentBox .b b, .mainContentBox .t b{
height:10px;
background-image:url(../images/menuborder.png);
}

/* inner color, border color, border width */
.mainContentBox .c{
background:#ffffff;
border-color:#35609F;
border-left-width:4px;
border-right-width:4px;
}

/* surrounding margins (optional) */
.round{
margin-bottom:5px;
}
.round .c{
/* inner content padding */
padding:0 10px 0 10px;
border-top:0;
border-bottom:0;
border-style:solid;
}
.round .t, .round .b, .round .t b, .round .b b{
display:block;
overflow:hidden;
}
.round .t b, .round .b b{
float:right;
width:50%;
}
.round .t .r{
background-position:top right;
}
.round .b .r{
background-position:bottom right;
}
.round .b{
background-position:bottom left;
}
.round .br{
clear:both;
display:block;
overflow:hidden;
height:0px;
}

