body 
{
 margin: 0;
 padding: 0;
 line-height: 1.5em;
 background-color: white;
}

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

 background-image: url(../image/top-right.jpg);
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;
}

#top-left 
{
 background-image: url(../image/top-left.jpg);
 background-repeat: repeat-x;
 height: 132px;
 width: 50%;
 margin: 0;
 padding: 0;
}

#top-center 
{
 background-image: url(../image/top.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 height: 132px;
 margin: 0;
 padding: 0;
 margin-top: -132px;
}

#hmenu 
{
 margin: 0;
 padding: 0;
 height: 24px;
 border-bottom-color: #777;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 background-color: white;
}

#contentwrapper 
{
 float: left;
 width: 100%;
 margin: 0;
 padding: 0;
}

#leftcolumn 
{
 background-image: url(../image/left.jpg);
 background-repeat: repeat-y;
 background-color: #d3cfd0;
}

#topleftcolumn
{
 height: 30px;
 background-image: url(../image/search.gif);
 background-repeat: repeat-y;
 margin: 0;
 padding: 0;
}

#rightcolumn 
{
 background-color: #dbdde9;
}

#footer 
{
 clear: left;
 width: 100%;
 margin: 0;
 padding: 0;
}

#copyright 
{
 color: #999;
 text-align: center;
 font-size: 9px;
 font-family: arial, helvetica, sans-serif;
 white-space: nowrap;
 border-top-color: #777;
 border-top-width: 1px;
 border-top-style: solid;
 padding-top: 3px;
 padding-right: 0;
 padding-bottom: 3px;
 padding-left: 0;
}

#copyright a 
{
 color: #999;
 text-decoration: none;
}

.space 
{
 height: 3px;
 background-color: white;
 margin: 0;
 padding: 0;
}

#content 
{
 font-size: .8em;
 line-height: 1.3;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #333333;
 padding: 11px;
}

#content td 
{
 font-size: 1em;
 line-height: 1.3;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #333333;
 padding-top: 4px;
 padding-right: 0px;
 padding-bottom: 4px;
 padding-left: 0px;
}

#content td p 
{
 margin: 0px;
}

#content td a 
{
 color: steelblue;
 text-decoration: underline;
}

#content td a:hover 
{
 color: steelblue;
 text-decoration: none;
}

#content td a img 
{
 border-color: steelblue;
 border-width: 1px;
 border-style: solid;
}

#search
{
 font-size: .8em;
 padding-top: 9px;
 padding-right: 0px;
 padding-bottom: 9px;
 padding-left: 0px
 margin: 0;
}

.contact, #right_panel 
{
 font-family: verdana, helvetica, tahoma, sans-serif;
 font-size: .7em;
 color: #333333;
 line-height: 1.3;
 vertical-align: top;
 padding: 5px 7px;
 margin: 0px;
}

.contact td, #right_panel td 
{
 font-family: verdana, helvetica, tahoma, sans-serif;
 color: #333333;
}

.contact td 
{
 font-size: .99em;
}

#right_panel td 
{
 font-size: .9em;
}

.contact p, .contact td p, #right_panel p, #right_panel td p 
{
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
}

.contact a, #right_panel a 
{
 color: steelblue;
 text-decoration: underline;
}

.contact a:hover, #right_panel a:hover 
{
 color: steelblue;
 text-decoration: none;
}

.counter
{
 padding: 5px 7px;
 margin: 0px;
}

.centerdiv 
{
 /*IE method of centering a relative div*/

 text-align: center;
 height: 220px;
}

.centerdiv img 
{
 border-color: steelblue;
 border-width: 1px;
 border-style: solid;
}

.centerdiv>div 
{
 /*Proper way to center a relative div*/

 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 height: 220px;
}

h1{
font-size:18px;
}
h2,h3,h4,h5,h6{
font-size:14px;
}

