/* Cascading Style Sheet */
body
{
color: #000000;
font-family: verdana, sans-serif;
background-color: rgb(128,160,209);
line-height: 135%;
font-size: 11px;
margin: 5px 12px 2px 12px;
padding:0px;
}

table {
table-layout:fixed;
border-right:1px solid gray;
border-top:1px solid gray;
border-left:1px solid gray;
border-bottom:0px solid gray;
background-color:#FFFFFF;
width:100%;
margin:0px;
}
table.head {
  height: 38px;
  table-layout:fixed;
  width: 100%;
  background-image: url(images/winbg.gif);
  background-repeat: repeat-x;
  border-top:0px solid gray;
  border-right:1px solid gray;
  border-bottom:0px solid gray;
  border-left:1px solid gray;
}
td{
margin:0px;
}
td.head_top{
vertical-align:bottom;
padding-bottom: 13px;
}
img {
margin:0px;
}
img.head{
margin: 8px 0px 8px 8px;
}

#styletwo{
margin:6px 6px 6px 6px;
position:relative;
display:block;
height:24px;
font-size:12px;
font-weight:bold;
background-color:rgb(66,96,144);/*transparent url(images/catbg.png) repeat-x top left;*/
font-family:Verdana;
border:0px ridge black;
}
#styletwo ul{
margin:0;padding:0;
list-style-type:none;
width:auto;
}
#styletwo ul li{
display:block;
float:left;
margin:1px 1px 0 0;
}
#styletwo ul li a{
display:block;
float:left;
color:#FFF;
text-decoration:none;
padding:4px 8px 0 8px;
height:17px;
border-right:2px ridge #F5F5F5;
font-family:Verdana;
}
#styletwo ul li a:hover{
color:yellow;
font-weight:bolder;
background-color:rgb(66,96,144);
text-decoration:underline;
}
#styletwo ul li a.current{
color:#FFF;
font-weight:bolder;
background-color:rgb(66,96,144);
}

#left {
  width:180px;
  float: left;
  border:1px solid #D3D3D3;
  margin:3px 0px 0px 4px;
  background-color:#F5F5F5;
}




#center {
  margin: 0px 15px 5px 210px;
}

#center a{
  font-size: 14px;
}



#container{
  margin-top:-10px;
}
#center h4{
  font-size: 13px;
  font-family: Verdana;
  margin: 2px 0px 2px 0px;
  text-align: center;
  color:#B22222;
}
#center table{
  width: 100%;
  margin: 0px 0px 5px 0px;
  background-color:#F5F5F5;
  border-bottom:1px solid gray;
  color:rgb(45,45,45);
}

h3.heading{
  padding:5px 0px 5px 0px;
  margin-top:0px;
  font-family:Arial;
  color:#B22222;
  font-size:16px;
  font-weight: 600;
  text-align: left;
}

table.bottom{
  border-bottom:1px solid gray;
}

table.high{
  border-top:0px solid white;
  border-left:0px solid white;
  border-right:0px solid white;
  margin-top:3px;
  background-color:white;
}

a.high{
  float:left;
  clear:left;
  font-family:arial;
  margin:0px;
  text-decoration:underline;
}
img.high{
  margin:2px 10px 2px 10px;
  float:left;
}
h3.high{
  text-align:center;
  font-size:12px;
  font-family:arial;
}
h2.high{
  text-align:left;
  font-size:13px;
  font-weight:400;
  font-family:arial;
  color:black;
}





