body{
  text-align: center;
  background: url("../images/bg.jpg") repeat-x;
}
h2{
  text-align: center;
  font-size: 130%;
  margin:0px;
  padding: 0px;
  padding-top:5px;
  font-style: italic;
  font-weight:bold;
  width:100%;
  color:#ADD8E6;
}
p:first-letter,.first-letter{
  font-size: 200%;
  color: #B7F3F3;
  font-style: italic;
}
p{
  padding: 5px;
  margin: 0px;
}
hr{
  display: none
}
img{
  border: 0px;
}

#main{
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#top-null{
  clear: both;
  width: 610px;
  height: 76px;
  background: url("../images/top.png") no-repeat;
}
#top-left{
  float: left;
  padding-left: 40px;
  padding-top: 25px;
}
#top-right{
  float: right;
  padding-right: 25px;
  padding-top: 25px;
}

#left-null{
  width: 253px;
  height: 450px;
  float: left;
  background: url("../images/left.png") no-repeat;
}
#left-top{
  padding-left: 35px;
  height: 20px;
}
#left-bottom{
  padding-top: 270px;
  padding-left: 25px;
}

#right-null {
  width: 357px;
  background: #575757 url("../images/right-main.jpg") no-repeat;
  float: right;
}
#right{
  color: white;
  padding: 5px 12px 5px 10px;
  background: url("../images/main-frame.png");
  text-align: justify;
  min-height: 450px;
}

#bottom-main{
  width: 357px;
  height: 4px;
  background: url("../images/main-bottom.png");
  font-size: 1px;
}

#footer-null{
  clear: both;
  width: 610px;
  padding-top: 10px;
}
#footer{
  font-size: 12px;
  text-align: center;
}
#footer em{
  vertical-align: top;
  color: #919191;
}

h1{
  padding-left: 5px;
  margin: 0px;
  color: #575757;
  border-left: 1px dashed #575757;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
#print {
  padding-top: 3px;
  text-align: right;
}
#validity {
  text-align: center;
  padding: 5px;
}
#validity a{
  text-decoration:none;
}

.bot_menu {
  color: #900;
  font-size: 75%;
  padding-bottom: 3px;
}
.bot_menu a{
  color: #575757;
  text-decoration:none;
  text-transform:capitalize;
}
.bot_menu a:hover{
  color: #900;
  text-decoration:underline;
}
.search-button{
  background: url("../images/search.png");
  border: none;
  width: 20px;
  height: 20px;
  font-size: 1px;
  text-indent: -999px;
}
.searchfield{
  border: 1px solid #B7F3F3;
  width: 80px;
  height: 20px;
  background: #D9D9D9;
  color:#696969;
  margin: 0px;
  padding: 0px;
  font-family: serif, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.img{
  border: 1px solid #B7F3F3;
  margin:5px;
}
a:hover .img{
  border: 1px solid #62BBDD;
}
.date{
  font-size:75%;
  color:white;
}
.navigation{
  width:100%;
  text-align:center;
}
.list {
  margin-top:10px
}
.list li{
  margin-top:5px;
  list-style-image: url(/index/images/bullet-star.png);
}
.list a{
  text-decoration:none;
  color:#B3D7E6;
  padding:2px 5px 2px 5px;
}
.list a:hover{
  color:#003399;
  background:#B3D7E6;
  border-right:solid 3px white;
}
.center {
  text-align: center;
}
.back {
  text-align: center;
  background: #B3D7E6 url("../images/bg-cyan-slash.png");
  padding: 1px 0px 3px 0px;
}
.back a{
  text-decoration:none;
  color: #003399;
}
#beta {
  position:fixed;
  top: 5px;
  left: 10px;
}
#beta img{
  width: 127px;
  height: 20px;
}
#working {
  position: fixed;
  right: 0px;
  top: 0px;
  background: #00008B url("../images/bg-cyan-slash.png");
  color:#B7F3F3;
  padding: 10px;
  font-weight: bold;
}
a {
  color:#B3D7E6;
}
a.external:after {
  content: " " url("../images/new-window.gif");
}
