body
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial,Verdana,Sans-Serif;
    font-size: 0.85em;
    margin: 0;
    padding: 0;
}
a:link {
    color: #034AF3;
    text-decoration: underline;
}
a:visited {
    color: #505ABC;
    text-decoration: none;
}
a:hover {
    color: #1D60FF;
    text-decoration: none;
}
a:active {
    color: #12EB87;
    text-decoration: none;
}
p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.line
{
  border-bottom: 1px solid #FFCC00;  
    }
.border
{
  border: 1px solid #FFCC00;  
    }

header, footer, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    color: #ff0000;
    font-size: 1.5em;
    font-weight: normal;
}
h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
h2 {
    padding: 0 0 10px;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}

.page {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
        border-style: none solid none solid;
    border-color: #C0C0C0;
    border-width: 1px;
}

.page-header
{
    background: url("../images/hd_bg.png") no-repeat;
    height:410px;
}


.nav-menu
{
    left: 90px;
    position: relative;
    top: 110px;
    }

	
	    
.nav-menu ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu ul li 
{
	float: left;
	position: relative;
	text-align: center;
    padding: 10px 28px;
    
}


.nav-menu ul li a 
{
    color: #ff0000;
    /*font-weight: bold;*/
    line-height: 1.6em;
    padding: 10px 20px;
    text-decoration: none;
    background: url("../images/nav-bullet-right.gif") no-repeat;
    background-position:left center ;
}

.nav-menu ul li a:hover
{
    background-color: #FFFFFF;
    text-decoration: none;
    background: url("../images/nav-bullet-bottom.gif") no-repeat;
    background-position:left center ;
}

.nav-menu ul li.active > a
{
    background-color: #FFFFFF;
    text-decoration: none;
    background: url("../images/nav-bullet-bottom.gif") no-repeat;
    background-position:left center ;
}


/*
.nav-menu ul li.active a 
{
    background-color: #FFFFFF;
    text-decoration: none;
    background: url("../images/nav-bullet-bottom.gif") no-repeat;
    background-position:left center ;
}*/


.nav-menu ul li a:active {
    text-decoration: none;
 }
  
.nav-menu ul li.selected a {
    background-color: #FFFFFF;
    color: #ff0000;
}

.nav-menu-sub
{
    background: none repeat scroll 0 0 white;
    border: 0 1px 1px solid #DEDEDE;
    box-shadow: 0 0 5px #888888;
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width:100%;
    }

.nav-menu-sub ul li 
{
    float: none;
    list-style: none outside none;
    position:relative;
    width:100%;
    text-align:left;
    padding:0;
}    

.nav-menu-sub ul li a
{
    background-image:none;
    border: 0 none;
    display: block;
    padding: 2px 2px;
    text-decoration: none;
    width:100%;
}

.nav-menu-sub ul li.active > a
{
    background-image:none;
    border: 0 none;
    display: block;
    padding: 2px 2px;
    text-decoration: none;
    width:100%;
    white-space:nowrap;
}

.nav-menu-sub ul li a:hover
{
     background-image:none;   
}

.nav-menu-sub ul li.active {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #016AA6;
    
}



.page-header-banner
{
    background-color: #FFFFFF;
    border: 3px solid #FFCC00;
    height: 200px;
    margin-left: 97px;
    position: relative;
    top: 154px;
    width: 790px;
}

.page-body
{

    background-color: #FFFFFF;
    padding: 10px 80px;
}

.page-body a:link {
    color: #ff0000;
    text-decoration: none;
}
.page-body a:visited {
    color: #ff0000;
    text-decoration: none;
}
.page-body a:hover {
    color: #ff0000;
    text-decoration: none;
}
.page-body a:active {
    color: #ff0000;
    text-decoration: none;
}



table.page-body-table
{
    border:0;
    width:830px;
    
}

table.page-body-table td
{
    border:0;
    vertical-align:top;
}

table.page-body-table td.left
{
width:200px;

background: url("../images/bg-banner-left.png") no-repeat;
background-position: bottom left;
background-color:#fffbc2;
    border: 0 1px 1px solid #DEDEDE;
    box-shadow: 0 0 5px #888888;

}


div.nav-menu-left
{
    /*
background: url("../images/bg-banner-left.png") no-repeat;
background-position: bottom left;
background-color:#fffbc2;
    border: 0 1px 1px solid #DEDEDE;
    box-shadow: 0 0 5px #888888;*/
    
  padding-left: 12px;
  min-height:350px;
    }

	

	    
.nav-menu-left ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-menu-left ul li 
{

	position: relative;
    /*padding: 10px 30px;*/
    
}


.nav-menu-left ul li a 
{
    color: #ff0000;
    /*font-weight: bold;*/
    line-height: 2.6em;
    padding: 10px 20px;
    text-decoration: none;
    background: url("../images/nav-bullet-right.gif") no-repeat;
    background-position:left center ;
    white-space: nowrap;    
}

.nav-menu-left ul li a:hover
{
    background-color: #FFFFFF;
    text-decoration: none;
    background: url("../images/nav-bullet-bottom.gif") no-repeat;
    background-position:left center ;
}


table.page-body-table td.contain
{

padding-left:20px;

}
	


.page-footer
{
    background-color:#febe26;
    padding:0 80px;
    box-shadow: 0 -2px 2px #888888
}

.page-footer a
{
    text-decoration: none;
}


.page-footer ul 
{
	list-style: none;
}

.page-footer-line
{
    background: url("../images/ft_line.jpg") repeat-x ; 
    height:9px;
    
    }
.page-footer table {
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
}
.page-footer table  td {
    border: 0 none;
    padding: 0;
}
    
    
    

header, #header {
    color: #000000;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
header h1, #header h1 {
    border: medium none;
    color: #FFFFFF;
    font-size: 32px ;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 5px 0;
    text-shadow: 1px 1px 2px #111111;
}

footer, #footer {
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    color: #999999;
    font-size: 0.9em;
    line-height: normal;
    margin: 0 0 30px;
    padding: 10px 0;
    text-align: center;
}
ul#menu {
    border-bottom: 1px solid #5C87B2;
    margin: 0;
    padding: 0 0 2px;
    position: relative;
    text-align: right;
}
ul#menu li {
    display: inline;
    list-style: none outside none;
}
ul#menu li#greeting {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}
ul#menu li a {
    background-color: #E8EEF4;
    border-radius: 4px 4px 0 0;
    color: #034AF3;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}
ul#menu li a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}
ul#menu li a:active {
    background-color: #A6E2A6;
    text-decoration: none;
}
ul#menu li.selected a {
    background-color: #FFFFFF;
    color: #000000;
}
fieldset {
    border: 1px solid #DDDDDD;
    margin: 0 0 1.5em;
    padding: 0 1.4em 1.4em;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {
    min-height: 75px;
    padding: 2px;
    border: 1px solid #FFCC00;
}
input[type="text"], input[type="password"] {
    border: 1px solid #FFCC00;
    color: #444444;
    font-size: 1.2em;
    padding: 2px;
    width: 200px;
}

.border-table table td input[type="text"], .border-table table td input[type="password"] {
    border: 0px solid #CCCCCC;
    color: #444444;
    font-size: 1.2em;
    padding: 0px;
}


select {
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 1.2em;
    padding: 2px;
}
input[type="submit"] {
    font-size: 1.2em;
    padding: 5px 20px;
}
table
{
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    width: 100%;
}
table td
{
    border: 1px solid #DEDEDE;
    padding: 5px;
}
table th
{
    background-color: #FAFAFA;
    border: 1px solid #DEDEDE;
    padding: 6px 5px;
    text-align: left;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
    clear: both;
    float: left;
    margin-top: 40px;
}
div#title {
    display: block;
    float: left;
    text-align: left;
}
#logindisplay {
    color: White;
    display: block;
    font-size: 1.1em;
    margin: 10px;
    text-align: right;
}
#logindisplay a:link {
    color: white;
    text-decoration: underline;
}
#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}
#logindisplay a:hover {
    color: white;
    text-decoration: none;
}
.field-validation-error {
    color: #FF0000;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    background-color: #FFEEEE;
    border: 1px solid #FF0000;
}
.validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
}
.validation-summary-valid {
    display: none;
}
.display-label, .editor-label {
    margin: 1em 0 0;
}
.display-field, .editor-field {
    margin: 0.5em 0 0;
}
.text-box {
    width: 30em;
}
.text-box.multi-line {
    height: 6.5em;
}
.tri-state {
    width: 6em;
}
textarea {
    width: 50%;
}
input.text-date {
    width: 80px;
}

.border-table
{
    /*border: 1px solid #E8EEF4;*/
    overflow:auto;
    }


.container-round
{
    border: 1px solid #D6D6D6;
    border-radius: 4px 4px 4px 4px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    padding: 10px;
}
    


table.layout-table {
    border: 0 none;
    border-collapse: collapse;
    /*width: 100%;*/
    width:auto;
}
table.layout-table  td {
    border: 0 none;
    padding: 5px;
}
table.layout-table th {
    background-color: #E8EEF4;
    border: 0 none;
    padding: 6px 5px;
    text-align: left;
}

