html, body, form{
font-size:12px;
height:100%;

}

html{
overflow:auto;

}

#Body{
background-color:#C0C0C0;
margin:0;
padding:0;
margin-bottom: 1px;
}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton
{
    color:#7A6856; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:140%;
    }
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6, h1 input, h2 input, h3 input, h4 input, h5 input{color:#006EB8;font-weight:bold;}
h1, h1 input{font-size:20px;margin:10px 0;}
h2, h2 input{font-size:18px;margin:10px 0;}
h3, h4{font-size:16px;margin:8px 0;}
h5, h6{font-size:12px;margin:6px 0;}

li
{
    padding-bottom: 3px;
}

a:link,a:visited,a:active {color:#006EB8; text-decoration:none; font-weight:normal; }
a:hover{color:#7A6856; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

a.CommandButton:link, a.CommandButton:visited{color:#006EB8;font-size:11px;font-weight:bold;text-decoration:none;}
a.CommandButton:hover{color:#006EB8; text-decoration:underline;}



/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/* Panes */
.LoggedOut{
height:100%;
}
.LoggedIn{
height:101%;
}
.s_controlpanel{
width:1000px;
margin:auto;
}
/*
.SkinVerticalAlignLoggedOut{
float:left;
height:50%;
margin-top:-300px;
width:100%;
}
.SkinVerticalAlignLoggedIn{
display:none;
}
*/

#s_container{
width:1000px;
height:auto;
margin: 0 auto;
clear:both;
position:relative;
background-color:#fff;
}
.contentpane
{
    background-color: #ffffff;
}

#s_header{
position:relative;
height:130px;
width:1000px;
background-color:#7A6856;
}
.websitetitle,
.websitetitle a,
.websitetitle a:link,
.websitetitle a:visited,
.websitetitle a:hover
{
    font-size: 32px;
    font-weight: bold;
    font-family: Arial;
    padding: 20px 0 0 30px;
    color: #D0D000;
    text-decoration: none;
    
}
.resizebuttons
{
    float: right;
    padding: 30px 10px 0 0;
}

.LoginLink{
position:absolute;
right:5px;
top: 5px;
z-index:199;
}

a.LoginLink:link,
a.LoginLink:visited{
color:#7A6856;
}

a.LoginLink:hover{
color:#ffffff;
}

.clearfloat, .clear_float{
clear:both;
line-height:0;
height:0;
}


.disclaimerpane
{
    position: absolute;
    top: 650px;
    left: 15px;
	width:80px;
}

#s_menu ul
{
    padding: 10px  0 0 0px; 
    margin:0;
}

#s_menu li {
    list-style-type:none;
    padding: 0px  0 0 15px; 
}

#s_menu a{
font-size:14px;
font-weight: normal;
text-transform: none;
color:#006EB8;
display:block;
width:170px;
display:inline-block;
padding-bottom:4px;
}





#s_menu li.SelectedTab{
    background: transparent url(img/menu_active.png) no-repeat scroll 0px 5px;
    margin-left: 15px;
}
#s_menu a.SelectedItem{
    color:#7A6856;
}


#s_logo_search
{
/*    position: absolute;
    top: 530px;
    right: 0px;
*/  width: 200px;
    height: 160px;
    background-color:#D0D000;
    
}


.Accordion_NeutralHeaderSelected
{
    font-size: 12px;
    font-weight: bold;
    color: #7A6856;
}
.Accordion_NeutralContent td
{
padding-bottom: 5px!important;

background: transparent url(bullet.png) no-repeat scroll top left;
}


