html, body
{
   width:   100%;
   height:  100%;
   margin:  0px;
   padding: 0px;
   border:  0px;
}

body
{
   background-color: #e2e3e4;
 margin: 0 auto;
   border: 0px;
   text-align: center;
}

img   { border: 0px;}

body, p, td, th, h1, h2, h3, h4, h5, h6, li, ol, ul
{
   font-family: 'Trebuchet MS', Arial, Swiss, Helvetica, sans-serif;
}

body
{
   color: #454850;
}

body, p, h1, h2, h3, h4, h5, h6, li, ol, ul
{
   border: 0px;
}

body, p, td, th, li, ol, ul
{
   font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
   font-weight: bold;
   color: #8EC74B;
}

 h1 a:link, h1 a:visited, h1 a:active, h1 a:hover
,h2 a:link, h2 a:visited, h2 a:active, h2 a:hover
,h3 a:link, h3 a:visited, h3 a:active, h3 a:hover
,h4 a:link, h4 a:visited, h4 a:active, h4 a:hover
,h5 a:link, h5 a:visited, h5 a:active, h5 a:hover
,h6 a:link, h6 a:visited, h6 a:active, h6 a:hover
,.h1 a:link, .h1 a:visited, .h1 a:active, .h1 a:hover
,.h2 a:link, .h2 a:visited, .h2 a:active, .h2 a:hover
,.h3 a:link, .h3 a:visited, .h3 a:active, .h3 a:hover
,.h4 a:link, .h4 a:visited, .h4 a:active, .h4 a:hover
,.h5 a:link, .h5 a:visited, .h5 a:active, .h5 a:hover
,.h6 a:link, .h6 a:visited, .h6 a:active, .h6 a:hover
{
   color: #000000;
}

a:link       {  text-decoration: none; }
a:active     {  text-decoration: none; }
a:visited    {  text-decoration: none; }
a:hover      { color: #000000; text-decoration: underline; }


/***********************************************************/
/**********************NEW ROUTE***************************/
/**********************************************************/
.tail-bottom{
    background: url("../images/bkg21.png") repeat scroll left bottom transparent;
	min-height: 100%;
	min-width: 1000px;
	width: 100%;
	height: auto;
}
#main{
    margin: 0 auto;
    width: 1000px;
}

#logo {
    background-color: #E2E3E4;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}
#logo p{
    font-size: 23px;
    margin: 4px 0 0;
}

#columns{
margin-top:10px;
}

.block{
    /*display: inline-block;*/
	float:left;
    height: 405px;
    margin: 0 40px;
    width: 252px;
}

.block a{ 
    color: #454850;
    font-size: 12px;
    line-height: 28px;
}

.block b{ 
    font-size: 15px;
}

.block-head{
height:28px;
background: url("../images/GreyMiddleH28.png") repeat-x scroll left bottom transparent;
 border: 1px solid #999999;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.block-content {
margin-top:-1;
}

.block-content img{
border: 1px solid #999999;
}

#footer img{
margin:35px;
}
