h1 {
font-size: 20px;
}
h2{
font-size: 17px;
}
h3{
font-size:15px;
margin:0;
}
.caption{
margin-top:5px; 
font-size:13px; 
color:#666666;
}
ul{
list-style-type:disc;
font-weight:bold;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
padding:0;
background-image: url(background.gif);
background-repeat:no-repeat;
}

#maincontainer{
width: 836px; /*Width of main container*/
position: absolute;
left:61px;
top:65px;
}

#topsection{
height: 70px; /*Height of top section*/
}

#contentwrapper{
position:absolute;
top:70px;
width: 100%;
}

#contentcolumn{
position:absolute;
left: 162px;
top: 10px;
width: 672px;
background-image:url(content_bkg1.png);
background-repeat:no-repeat;
}

.verticaltable td{
border-right:solid 2px #666666;
padding-left:15px;
padding-right:15px;
}

.horizontaltable td{
border-bottom:solid 2px #666666;
padding-left:15px;
padding-top: 10px;
padding-bottom:10px;
}

a{
color:#009966;
text-decoration:underline;
font-weight:bold;
}

a:hover{
color:#006040;
text-decoration:underline;
font-weight:bold;
}

#sublink{
}

#sublink a{
padding-left:15px;
color:#009966;
text-decoration:none;
}
#sublink a:hover{
padding-left:15px;
color:#006040;
text-decoration:none;
background-image: url(arrow.png);
background-repeat:no-repeat;
}

#leftcolumn{
position:absolute;
left:2px;
top: 80px;
width: 150px; /*Width of left column*/
background-image:url(nav_bkg1.png);
background-repeat:no-repeat;
}

.inner{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}


#menu {
width: 120px;
font-size: 18px;
}

#menu .top {
margin-top: 0px;
}

#menu a {
display:block;
text-decoration:none;
margin-top:20px; 
margin-bottom: 20px;
margin-left:0px;
padding:12px;
color: #000000;
border-bottom: 1px black dotted;
}
  
#menu a:hover {
background-image:url(btn_bkg1.png);
background-repeat:no-repeat;
color: #000000; 
}

#menu a:active {
background-image:url(btn_bkg1.png);
background-repeat:no-repeat;
color:#000000;
}

