/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    background: url(/inc/img/t/Background.png) repeat-y;
    background-position: top center;
}


#Wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:990px;
	background-color: Green;
    background: url(/inc/img/t/ContentTextBG.gif) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	border: solid 0px pink;
	min-height:100%; /* real browsers */
}
#Content 
{
	padding:0px;
	padding-bottom: 5em; /* bottom padding for footer */
	border:solid 0px yellow;
}
#ContentWrapper
{
    background: url(/inc/img/t/Background.png) repeat-y;
    background-position: top center;
    border:solid 0px green;
    margin-top: 0px;
    width:990px;
}


#Right
{
    margin-left:289px;
    padding-top: 20px;
    width:701px;
    border: solid 0px purple;
}
#Left
{
    float:left;
    padding-top: 89px;
    width:289px;
    border: solid 0px blue;
    display: block;
}
#Logo
{
    position:relative; 
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    width: 289px;
    border: solid 0px yellow;
}
#LeftNav
{
    background: url(/inc/img/t/LeftNavBG.gif) repeat-y;
    margin-left:30px;
    height: 288px;
    width: 259px;
    padding-top:38px;
    
}

#NavContact
{
    margin-top: 20px;
}
#ContentHeader
{
    background: url(/inc/img/t/ContentHeaderBG.gif) repeat-y;
    height: 476px;
    margin-top: 0px;
    width: 701px;
    border: solid 0px green;
}
#PageHeader
{

    padding-top:83px;
    margin-left: 10px;
    width: 250px;    
    color: #2c2c2c;
    font: bold 24px Arial, Helvetica, sans-serif;
    border: solid 0px yellow;
}
#PageFocusHeader
{
    padding: 132px 20px 10px 10px;
    margin: 0px;
    width: 370px;
    float: right;
    color: #ffffff;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border: solid 0px yellow;
    line-height: 22px; 
}

#SubNav
{
    margin-top: 15px;
    margin-left: 10px;
    white-space: nowrap;
    line-height: 21px;
    width:250px;
    height: 280px;
    color: #e6e6e6;
}
#SubNav a
{
    color: #cccccc;
    white-space: nowrap;
    line-height: 21px;

}
#SubNav .Current
{
    color: #e6e6e6;
    white-space: nowrap;
    line-height: 21px;
    border-left: solid 1px #ffffff;
    padding-left: 4px;
}


#SubNav a.Current
{
    color: #FFFFFF;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 14px;
    border: solid 1px yellow; 
}

#PageFocusHeader H1
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    color: #e1e1e1;
    font: normal 21px Arial, Helvetica, sans-serif;
}

#HTMLBody
{
    background: #ffffff url(/inc/img/t/HTMLBodyBG.gif) no-repeat;
    background-position: top left;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 20px 20px;
    border: solid 0px green;
    width:631px;
    display: block;
}
#HTMLBody H1
{
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    font: normal 21px Arial, Helvetica, sans-serif;
    color: #070707;
}
#Content p {
	text-align:justify;
	padding:0 1em;
}


#Footer {
	position:absolute;
	width:100%;
	padding-top: 10px;
	bottom:0; /* stick to bottom border-top:6px double gray;*/
	background:#ddd;
	border: solid 0px green;
    background: url(/inc/img/t/Background.png) repeat-y;
    background-position: top center;
}
#FooterBody
{
    height:55px;
    background: url(/inc/img/t/FooterBG.gif) no-repeat;    
}

#CopyRight 
{
    float:left;
	margin: 15px 40px 5px 310px;
	border: solid 0px yellow;
	color: White;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#Website
{
    float:right;
	margin: 15px 40px 5px 0px;
	border: solid 0px yellow;
	color: White;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#Website a
{
	color: White;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


H3
{
    color:#666;
    font: bold 16px Arial, Helvetica, sans-serif;
}

ul
{
 line-height: 20px;   
}
a
{
    color: #cc0000;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 22px; 
}

a:visited
{
	color: #cc0000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;  
    line-height: 22px; 
}

img
{
    border: 0px;
}
