﻿body 
{
   
    background-color:#333333;
    font-family:Verdana;    
    margin:0;
    padding:0;
    
}
h1
{
    font-size:large;
    color:#666666;
}
h1 a{
color: #3BB9FF;
text-decoration:none;
}
h1 a:hover{
color: #3BB9FF;
text-decoration:underline;
}
h2
{
    font-size:11px;
    color:#666666;
}
h2 a{
color: #3BB9FF;
text-decoration:none;
}
h2 a:hover{
color: #3BB9FF;
text-decoration:underline;
}
h3,h4,h5,h6
{
    font-size:small;
    color:#41A317; /*Lime Green*/
    
   
}
b{font-size:x-small;color:#666666;}
p
{
    text-align:justify;
    color:#666666;
    font-size:11px;
    line-height: 16px;
    font-weight:normal;
}
p a{
color: #7db208;
text-decoration:none;
}
p a:hover{
color: #7db208;
text-decoration:underline;
}
p.highlight
{
    background-color:#ECFFF2;
}

p.warning
{
    color:Red;
    
}
p.sponsored
{
 color:#43ACE1;   
 font-size:x-small;
}
ul{
 font-weight:normal;   
}
ol
{
     font-weight:normal;   

}
#topintro
{
    width:865px;
    margin:0 auto;
    line-height: 1.5em;
}
#maincontainer{
width: 865px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:solid 10px #ffffff;
background-color:#fff;
}

#topsection{
background: #EAEAEA;
background-image:url(images/banner2009.jpg);
height: 193px; /*Height of top section*/
}
#breadcrumb
{
    
    height:30px;
    background-color:#EDEEE5;   
}
#sitemap
{
    font-size:x-small;
    padding:5px 5px 5px 5px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 245px; /*Set left margin to LeftColumnWidth*/

}
#articles
{
		margin:0;
		padding: 15px 15px 5px 10px;
		color:#666666;
		font-weight:normal;
}

#leftcolumn{
float: left;
width: 245px; /*Width of left column*/
height:100%;
margin-left: -865px; /*Set left margin to -(MainContainerWidth)*/
background-color: #ffffff;
}
#leftcolumn a
{
    color:#666666;
    text-decoration:none;
}
#leftcolumn a:visited
{
    color:#666666;
    text-decoration:none;
}
#leftcolumn a:hover
{
    color:#7db208;
    text-decoration:none;
}

#leftcolumn a.pagelink:link
{
    color:#FFF;
    text-decoration:none;
}
#leftcolumn a.pagelink:visited
{
    color:#FFF;
    text-decoration:none;
}

#leftcolumn a.pagelink:hover
{
    color:#FFF;
    text-decoration:underline;
}

#menu
{
 width:237px;
 margin-top:10px;
 background-color:#fff;
}
.menutop1
{
    background-image:url(images/topMenubackground.jpg);
    height:35px;
}
.menutop2
{
    background-image:url(images/topMenubackground2.jpg);
    height:35px;
}
.menutop3
{
    background-image:url(images/topMenubackground3.jpg);
    height:35px;
}
#menuItem0
{
    border:solid 1px #cccccc;
    margin-top:2px;
    font-size:x-small;
    font-weight:bold;
    color:#666666;
    background-color:#EDEEE5;
    padding:5px;
}
#menuItem
{
    border:solid 1px #cccccc;
    margin-top:2px;
    font-size:x-small;
    font-weight:bold;
    color:#666666;
    background-color:#EDEEE5;
    padding:5px;
}
#bulletinbox
{
 width:237px;
 margin-top:10px;
 background-color:#fff;
 }
#subscribebox
{
    background-color:#fff;
    background-image:url(images/bulletinbox.jpg);
    height:100px;
    text-align:left;
    
}

#footer{
clear: left;
width: 100%;
height:84px;
border-top:solid 1px #cccccc;
background-color:#fff;
color: #666666;
font-size:x-small;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #7db208;
text-decoration:none;
}
#footer a:hover{
color: #7db208;
text-decoration:underline;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
color:#fff;
font-size:small;
font-weight:bold;
}
td
{
    background-color:#ffffff;
    font-size:x-small;
    vertical-align:top;
}
td.highlight
{
    background-color:#F8F8FF;
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}
ol,ul
{
    font-size:small;
}
ol a
{
    color:#1a1a1a;
}
ol a:hover
{
    color:#000000;
    background-color:#dcdcdc;
    
}

ul a
{
    color:#1a1a1a;
}
#sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px; 
}