body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

ul.mainMenu 
{
    display:block;
    list-style-type: disc;
    margin: 0px 0px 0px -40px;
    padding: 0px 0px 0px 40px;
}

li.mainMenu 
{
    float:left;
    list-style:none;
    display: list-item;
}

a.mainMenu 
{
    display:block; font-size:11pt; height:20px; 
    padding: 3px 17px 3px 17px;
    text-decoration:none;
    vertical-align: middle;    
    font-weight:normal;
}

a.mainMenu_selected 
{
    display:block; 
    font-size:11pt; 
    height:20px; 
    padding: 2px 17px 3px 17px;
    text-decoration:none;
    vertical-align: middle;    
    font-weight:normal;
}


a  
{
    text-decoration: none;        
}

a:hover { text-decoration: underline }

.subMenu 
{
    width:150px;
}

 .tdRight {
    text-align: right;
}

.tdCenter {
    text-align: center;
}

.bold {
    font-weight:bold;
}