*{
margin: 0;
padding: 0;
}
body{
text-align: center;
font-family: Verdana, sans-serif;
font-size: 9pt;
background-color: #e0e0e0;
}
#wrap{
width: 760px;
text-align: left;
margin: 0 auto;
background: #e0e0e0 url('images/bg.gif') center repeat-y;
}
#top{
width: 100%;
height: 20px;
background: #e0e0e0 url('images/top.gif') bottom center no-repeat;
}
#bottom{
width: 100%;
height: 20px;
clear: both;
background: #e0e0e0 url('images/bottom.gif') top center no-repeat;
}
#subwrap{
width: 730px;
margin: 5px 15px;
}
#heading{
width: 200px;
height: 125px;
background: url("images/heading.jpg");
float: left;
}
#heading2{
width: 520px;
height: 125px;
background: url("images/heading5.jpg");
float: right;
}
#clear{
height: 10px;
clear: both;
}
#left{
width: 200px;
float: left;
margin-bottom: 10px;
}
#left ul{
list-style: none;
}
#left ul li a{
font-weight: bold;
width: 198px;
height: 25px;
display: block;
line-height: 25px;
color: #333333;
text-indent: 5px;
text-decoration: none;
background: #ffffff;
border: 1px solid #ffffff;
}
#left ul li a:hover{
background: url('images/liover.jpg') repeat-x top right;
color: #000000;
border: 1px solid #666666;
}
#left ul ul li a{
width: 178px !important;
margin-left: 20px;
color: #666666;
}
#left .subul{
padding-top: 5px;
margin-top: 5px;
border-top: 1px solid #ccc;
}
#right{
width: 520px;
float: right;
margin-bottom: 10px;
}
#right h1{
font-size: 20pt;
margin-bottom: 10px;
}
#right h3{
font-size: 11pt;
color: #333344;
}
#right p{
line-height: 25px;
margin: 10px 0;
}
#right ul{
margin: 10px 0  10px 40px;
line-height: 20px;
}
#right blockquote{
margin: 10px 0 10px 25px;
border: 1px solid #cccccc;
color: #333333;
padding: 5px;
line-height: 20px;
background: url('images/blockquote.jpg') top left no-repeat;
}
#right blockquote p{
line-height: 20px;
margin: 0;
}
#right a{
color: #3333ff;
text-decoration: none;
}
#right a:hover{
color: #333366;
text-decoration: underline;
}
#right table{
border-collapse: collapse;
}
#right td{
padding: 5px;
border: 1px solid #d0d0d0;
}
#right th{
font-weight: normal;
background-color: #f0f0f0;
padding: 5px;
border: 1px solid #d0d0d0;
}
#right img{
padding: 3px;
border: 1px solid #cccccc;
margin: 5px 10px;
}
#right .imgleft{
padding: 3px;
border: 1px solid #cccccc;
float: left;
margin: 10px 15px 10px 0;
}
#right .imgright{
padding: 3px;
border: 1px solid #cccccc;
float: right;
margin: 10px 0 10px 15px;
}
#footer{
width: 100%;
clear: both;
background-color: #666666;
}
#footer p{
line-height: 30px;
text-align: center;
color: #ffffff;
}
#footer a{
color: #d0d0d0;
}
#footer a:hover{
color: #ffffff;
}
#verybottom{
width: 730px;
height: 20px;
margin: 0 auto 5px auto;
color: #999;
font-size: 8pt;
}
#verybottom a{
color: #666;
text-decoration: none;
}
#verybottom a:hover{
text-decoration: underline;
}
.left{
float: left;
}
.right{
float: right;
}