
body {
    background-repeat: repeat;
    width: 600px;
    color: white;
    background-color: #333333;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    }

.caption {
    background-repeat: repeat;
    width: 500px;
    color: white;
    background-color: black;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
    }

h1 {
  	margin: 0px 0px 10px 0px;
  	font-family: helvetica,arial,sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    }

h2 {
	margin: 0px;
    font-family: helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    }

p {
	font-family: helvetica,arial,sans-serif;
	font-size:12px;
    font-weight: normal;
    }
    
.new {
	font-weight: bold;
	color: #FFFFFF;
}

#container {
  	border:none;
    padding: 0px;
    background-color: black;
    position: absolute;
    left: 50%;
    margin-left: -422px;
    margin-top: 0;
    text-align: left;
    width: 860px;
    height: 733px;
    }

  #banner {
  	padding: 0px;
  	width: 710px;
    height: 103px;
  	background: white;
    float: left;
  }

  #sitenav {
  	font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
  	width: 120px;
    height: 73px;
  	background: white;
    float: left;
	padding: 15px;
  }


  #navi {
  	font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 100px;
    height: 610px;
    float: left;
	background-color: #bfc6d1;
	padding: 10px;
  }

#content {
  	width: 720px;
    height: 610px;
    padding: 10px;
    margin: 0;
    float: left;
    text-align: center;
    overflow: auto;
	background-color: black;
  }

#content2 {
  	width: 720px;
    height: 530px;
    padding: 0px;
    margin: 0;
    float: left;
    text-align: center;
    overflow: auto;
	background-color: black;
  }

#copy {
	background-color: #bfd6c1;
	font-weight: bold;
	color: white;
	text-align:right;
}

ul {
  	list-style-position: inside;
    text-align: left;
  	font-weight:normal;
  	font-size:10px;
	padding:0;
	margin:0;
}

a:link.navi {
  	font-size: 12px;
  	text-decoration: none;
    color: #535054;
}

a:visited.navi {
	font-size: 12px;
	text-decoration: none;
    color: black;
    }

a:link {
  	text-decoration: underline;
    color: #fff5f8;
}

a:visited { text-decoration: underline;
    color: #ada5ac;
    }

a:hover.navi { background-color: white; font-size: 12px; text-decoration: underline;
    color: black;
    }

a:hover { text-decoration: underline;
    color: #646466;
    background-color: #FFFFFF;
    }

img {
  	margin: 0;
  	border: 6px solid white;
  	text-align:center;
}


