
body
{
  background-color: white;
}

*
{
  font-family: Arial, Verdana;
  color: black;
}

#frame
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 400px;
  margin-left: -325px;
  margin-top: -200px;
  border: 1px solid #2e3192;
  background-color: #dbdcef;
}

#logo_left
{
  position: absolute;
  left: 3px;
  top: 0px;
  width: 121px;
  height: 88px;
}

#logo_right
{
  position: absolute;
  left: 124px;
  top: -60px;
  width: 39px;
  height: 155px;
}

#logo_top
{
  position: absolute;
  left: 3px;
  top: -100px;
  width: 121px;
  height: 100px;
}

#logo_border
{
  position: absolute;
  top: -1px;
  right: -1px;
  height: 88px;
  width: 124px;
  background-color: white;
  border-bottom: 1px solid #2e3192;
  border-left: 1px solid #2e3192;
}

#logo_border a img
{
  border: none;
}

#header
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 526px;
  height: 88px;
  overflow: hidden;
}

#content
{
  position: absolute;
  top: 88px;
  left: 0px;
  width: 642px;
  height: 282px;
  padding: 4px;
  overflow: hidden;
}

#footer
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 4px;
  width: 642px;
  height: 13px;
  border-top: 1px solid #2e3192;
  font-size: 11px;
}

#footer #footer_left
{
  position: absolute;
  left: 4px;
  top: 4px;
}

#footer #footer_right
{
  position: absolute;
  right: 4px;
  top: 4px;
}

#footer a
{
  font-size: 11px;
  letter-spacing: 1px;
  color: #2e3192;
  text-decoration: underline;
}

#footer a:hover
{
  text-decoration: none;
}

.shadow
{
  position: absolute;
  overflow: hidden;
}

.shadow#bottom_left
{
  bottom: -16px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-image: url('../image/shadow_bottom_left.png');
  background-position: 0 -5px;
  background-repeat: no-repeat;
}

.shadow#bottom
{
  bottom: -16px;
  left: 20px;
  width: 631px;
  height: 15px;
  background-image: url('../image/shadow_bottom.png');
  background-position: 0 -5px;
  background-repeat: repeat-x;
}

.shadow#bottom_right
{
  bottom: -16px;
  right: -16px;
  width: 15px;
  height: 15px;
  background-image: url('../image/shadow_bottom_right.png');
  background-position: -5px -5px;
  background-repeat: no-repeat;
}

.shadow#right
{
  top: 108px;
  right: -16px;
  width: 15px;
  height: 293px;
  background-image: url('../image/shadow_right.png');
  background-position: -5px 0;
  background-repeat: repeat-y;
}

.shadow#top_right
{
  top: 93px;
  right: -16px;
  width: 15px;
  height: 15px;
  background-image: url('../image/shadow_top_right.png');
  background-position: -5px 0;
  background-repeat: no-repeat;
}

ul.navigation
{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

/* IE6-Hack */
* html ul.navigation
{
  margin-left: -4px;
}

ul.navigation li
{
  display: inline;
}

ul.navigation li a
{
  display: block;
  float: left;
  border: 1px solid #2e3192;
  height: 81px;
  width: 81px;
  margin-left: 4px;
  margin-top: 4px;
  padding: 0px;
}

ul.navigation li a:hover
{
  border-color: #feb112;
}

td.right
{
  text-align: right;
}

td.left
{
  text-align: left;
}

td.center
{
  text-align: center;
}

.right
{
  float: right;
}

.left
{
  float: left;
}

#content
{
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

#content #back
{
  position: absolute;
  left: 4px;
  top: 10px;
  padding-left: 15px;
  background-image: url('../image/arrow_back.png');
  background-repeat: no-repeat;
  background-position: 0 5px;
}

#content .center
{
  text-align: center;
}

#content h1, h2
{
  margin: 0px;
  padding: 0px;
  color: #2e3192;
}

#content h1
{
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 8px;
  text-align: right;
  border-bottom: 1px solid #2e3192;
}

#content h2
{
  font-size: 18px;
  margin-bottom: 10px;
}

#content ul
{
  list-style-type: square;
}

#content b
{
  color: #2e3192;
}

#content a
{
  color: #2e3192;
  text-decoration: underline;
  font-size: 12px;
}

#content a:hover
{
  text-decoration: none;
}

#content table tr td
{
  vertical-align: top;
}

#content small
{
  font-size: 11px;
}

#content small a
{
  font-size: 11px;
}

#content img
{
  border: 1px solid #2e3192;
}

#content a.arrow
{
  border: none;
  display: block;
  width: 45px;
  height: 61px;
}

#content a.arrow#lefta
{
  background-image: url('../image/arrow_left.png');
}

#content a.arrow#lefta:hover
{
  background-image: url('../image/arrow_left_a.png');
}

#content a.arrow#righta
{
  margin-left: 5px;
  background-image: url('../image/arrow_right.png');
}

#content a.arrow#righta:hover
{
  background-image: url('../image/arrow_right_a.png');
}

#content ul.projects
{
  margin-left: 220px;
  margin-top: 75px;
}

#content a.invisible, #content a.invisible:hover
{
  letter-spacing: 1px;
  font-size: 14px;
  color: black;
  text-decoration: none;
}
