html{
    /*background-color: #c8c6c6;*/
}

html,body{
    margin:0;
    padding:0;
}

body{
    /*debug*
    border-top: 1px solid #000000;*
    border-bottom: 1px solid #000000;
    /*border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    /*debug*/
    /*font-style: normal;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;*/
    background-color: #ffffff;
    color: black;
    font-style: normal;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;/*list of preferences for fonts*/
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 793px;
}

div#header{
    /*debug
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    /*border-left: 1px solid #000000;     
    border-right: 1px solid #000000;
    /*debug*/
    /*padding-top: 0px;*/
    /*height: 150px;*/
    margin-bottom: 20px
}

p#title{
    /*debug
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    /*debug*/
    color: #ffb819;
    margin: 0px;
    padding-top: 10px;
    /*font-family: arial, helvetica, sans-serif;*/
    font-size: 40px;
    font-variant:small-caps;
    text-align: left;
}

table#tmenu{
    /*list-style-type: none;*/
    margin: 20px auto auto;
    /*padding: 0px 0px 0px 0px;*/
    /*
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    */
    border-spacing: 0px 0px;	
	border-collapse: collapse;
	background-color: white;
	text-align: center;
}

table#tmenu td{
    margin: 0;
    width:130px;
    height:27px;
    line-height:27px;
    /*color: white;*/
    text-transform: uppercase;
    font-size: 13px;
    padding:0px 1px 0px 1px;
    
}

table#tmenu a{
    color: white;
    display: block;
    text-decoration: none;
    background: #0066b2; /*url("../img/link.gif") no-repeat top center; */
}

table#tmenu a:hover{
    color:#336;
    background: #cde9ff/*#e2ecf1;/*url("../img/hover.gif") no-repeat top center;*/
}


table#tmenu p#home{
    /*color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    text-indent:11px;
    background: #ffb819; /*url("../img/activelink.gif") no-repeat top center; */
    background: #ffb819;
}

div#center {
    /*debug
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;     
    border-right: 1px solid #000000;
    /*debug*/
    /*margin-top: 20px;*/
    margin-bottom: 20px;/*div#bottom distance*/
}


 div#left{
    /*debug
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000; 
    border-right: 1px solid #000000;
    /*debug*/
    float: left;
    margin-bottom: 20px;/*div#bottom distance*/
}

div#left ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

div#left li{
    display: block;
    /*text-transform:capitalize;*/
    height:18px;
    text-indent: 15px;
    text-align: left;
    padding-top: 4px;
    /*background: #ffc84c;*/
    width:200px;
    margin:1px 0px;
}

div#left a{
    text-decoration:none;
    color: #000000;
    font-size:13px;
}

div#left a:hover{
    text-decoration: underline;
}

div#right{
    /*debug
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000; 
    border-right: 1px solid #000000;
    /*debug*/
    margin-bottom: 20px;/*div#bottom distance*/
    float: right;
    text-align:justify;
    width: 583px;
    height: 90%;
    min-height: 90%;
}

html>body #center{
	height:auto;
}/* not ie6- */

div#bottom {
    /*debug
    border-top: 1px solid #0066b2;
    border-left: 1px solid #0066b2;
    border-bottom: 1px solid #0066b2;
    border-right: 1px solid #0066b2;
    /*debug*/
    clear: both;
    /*border-top: 1px solid #0066b2;*/
    margin-top: 20px;
    padding: 10px 0px;
    text-align:center;
}
div#bottom p{
    margin: 0 auto;
}

div#bottom p#copyright{
    background-color: #cde9ff;
    border-top: 1px solid #0066b2;
    border-left: 1px solid #0066b2;
    border-bottom: 1px solid #0066b2;
    border-right: 1px solid #0066b2;
    margin: 20px auto 0;
    padding: 2px;
    text-align: right;
    font-size: 11px;
}
 
