body {
    font-family: verdana;    
}

h1 {        
    padding: 0;
    margin: 10px 0 30px 0;
    padding-left: 15px;
    font-family: times;
    font-size: 197%;
    color: #c86909;
    font-weight: bold;    
}

h2 {    
    margin: 30px 0;
    font-size: 170%;
    font-weight: bold;
    color: #c86909;
    margin: 30px 0 30px 0;
    /*
    height: 20px;
    line-height: 20px;
    padding-left: 40px;
    background: transparent url(../images/chip1.png) center left no-repeat;
    */
}

h3 {        
    font-weight: bold; 
    margin: 25px 0 10px 0;
}

p {
    text-align: justify;
    margin: 0 0 10px 0;
    padding: 0;
}

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul, ol {
    margin-left: 35px;
    margin-bottom: 10px;
    float: none;
    clear: both;
}

ul.inlineUl {     
    margin-left: 29%;
}

li {
    margin-bottom: 5px;
    list-style-type: circle;
    /*background: transparent url(../images/chip4.jpg) center left no-repeat;*/
    /*list-style-image: url(../images/chip4.jpg);*/
}

a, a:hover, a:visited {     
    color: #c86909;
    text-decoration: none;
    font-weight: normal;
}

a:hover {               
    font-weight: normal;
    text-decoration: underline;
}

fieldset {
    border: #ccc solid 1px;
    margin: 5px 0;
    padding: 15px;
}

legend {  
    color: #c86909;
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

td, th { 
    vertical-align: top;
    border: none;
    /*padding: 5px;*/
}

label, .label {    
    display: block;
    width: 29%;
    clear: both;
    float: left;
    padding-right: 1%;
    text-align: right;
    font-weight: bold;
    /*color: #e68c32;*/
}

input, select, textarea {    
    width: 69%;
    border: #A3A3A3 solid 1px;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    border: none;
}

input[type="submit"], .button {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 20px auto 0 auto;
    cursor: pointer;
    color: #fff;
    background-color: #c86909;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 116%;
}

.button:hover, .button:visited {
    color: #000;
}

.warn {       
    color: red;
}

.error {   
    margin-left: 30%;
    margin-bottom: 10px;
    color: red;
}

.panel {    
    position: relative;
    width: 100%;
    margin: 20px 0;
    /*border: #ccc solid 1px;   */
    padding-bottom: 20px;
    background: transparent url(../images/separator.jpg) bottom left no-repeat;
}

.panel-hd {
    /*
    font-size: 107%;
    font-weight: bold;
    color: #e68c32;
    margin: 10px 0 20px 10px;
    */
    /*padding-left: 20px;*/
    /*background: transparent url(../images/chip1.jpg) 0 2px no-repeat;*/
    /*
    font-size: 107%;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin: 30px 0 10px -25px;
    padding-left: 50px;
    background: transparent url(../images/h2Background.jpg) center left no-repeat;
    */
    background: none;
    padding: 0;
    margin: 30px 0;    
    font-size: 170%;
    font-weight: bold;
    color: #c86909;
}

.panel-bd {       
    /*margin: 0 20px;*/
    margin: 0;
    padding: 0;
}

.panel-ft {
    /*
    text-align: right;
    margin: 5px 10px;
    */
    margin: 0;
    color: #c86909;
}