html {
   min-height: 100%;
}

body{
    line-height: 1;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1 { margin-bottom: 0.1em; font-size: 40px; font-weight: 400; }

h2 { margin-top: 1.2em; margin-bottom:0em;font-size: 30px; font-weight: 400; }

h3 { margin-top: 1em; font-size: 20px; margin-bottom:0.2em;font-weight: 700; }

h4 { margin-top: 1em; font-size: 17px; font-weight: 900; margin-bottom:5px;text-decoration:underline;}

h5 { margin-top: 1em; font-size: 18px; font-weight: 400; }

h6 { margin-top: 1em; font-size: 16px; font-weight: 400; }

h1, h2, h3, h4, h5, h6  {
    color: #69c;
    /* color: #2d4d74; */
    /* #5785b4 */
}

.Title { margin-top: 0em; font-size: 40px; font-weight: 400; color: #69c; }

p{
    margin-top: .3em;
    line-height: 1.75em;
}

p + p{
    margin-top: 1.0em;
}

td
{
    vertical-align:top;
    padding: 5px;
}

td p{
    margin-top:0;
}

ol, ul{
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 1.0em;
    margin-left:30px;
}
ul li:last-child {
margin-bottom:1.0em;
}
li{
    margin-left: 24px;margin-right:60px;margin-bottom:0px;
}

table {
	table-layout:fixed;   
	margin-top: 1em;
	margin-bottom: 1em;
}

.problem {
margin-top:20px;color:#cc3300; font-weight: 600;
}
#widgets{
	visibility:hidden;   
}

#maincontent{
  display: block;
  width:900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 650px;
  height: auto !important;
  height: 650px;   
  text-align: left;
}

.singlesheet{
 display: block;    
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 50px 30px 50px;
  background-color: #fff;
  border: solid 1px #aaaaaa;
  border-radius:2px;
  -moz-border-radius:2px;    
  -moz-box-shadow: 5px 5px 10px rgba(100,100,100,0.3);
  -webkit-box-shadow: 5px 5px 10px rgba(100,100,100,0.3);
  box-shadow: 5px 5px 10px rgba(100,100,100,0.3);
      border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px; border-top-left-radius: 10px;
    border-top-right-radius:10px;
}


#menu{
     background: #fff;
     height: 54px;
}
 
#menu ul{
    margin: 0;
    padding: 0;
    height: 50px;    
}
 
#menu ul li {
    float:left;
    list-style: none;
    padding: 0;  
    margin: 0;
    margin-top: 7px;
}

#menu ul li + li{
    border-left: 1px solid #ddd;
}
 
#menu a{
    display:block;
    height: 25px;
    margin: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration:none;
    text-align: center;
}

#menu ul li a{
    color: #000;
}

#menu ul li a:hover{
    background-color: #5785b4 !important;
    color: #fff !important;
}

#menu ul li a.selected{
    background-color: #69c;
    color: #fff;
}

#menu.fixed{
     background: #69c;
     position:fixed;
     left:0;
     top:0;
     width:100%;
border-bottom: 1px solid #446789;
box-shadow: 0 2px 10px rgba(125, 125, 125, 0.8);
-webkit-box-shadow: 0 2px 10px rgba(125, 125, 125, 0.8);
-moz-box-shadow: 0 2px 10px rgba(125, 125, 125, 0.8);     
}
 
#menu.fixed ul{
     display: block;
     width: 800px;
     margin: 0 auto;
}

#menu.fixed ul li a{
    color: #fff;
}

#menu.fixed ul li a:hover{
    background-color: #5785b4 !important;
    color: #fff !important;
    cursor: pointer;
}

#menu.fixed ul li a.selected{
    background: #fff;
    color: #69c;
}

#menu.fixed+#main{
     margin-top:45px;
 }


/*BACKGROUND-IMAGE-STYLE-START*/
 body{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #FFFFDD 0%, #FFFFFF 33%, #FFFFFF 66%, #FFFFdd 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #FFFFDD 0%, #FFFFFF 33%, #FFFFFF 66%, #FFFFdd 100%);
/* Opera */ 
background-image: -o-linear-gradient(left, #FFFFDD 0%, #FFFFFF 33%, #FFFFFF 66%, #FFFFdd 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFDD), color-stop(0.33, #FFFFFF), color-stop(0.66, #FFFFFF), color-stop(1, #FFFFdd));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #FFFFDD 0%, #FFFFFF 33%, #FFFFFF 66%, #FFFFdd 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #FFFFDD 0%, #FFFFFF 33%, #FFFFFF 66%, #FFFFdd 100%);
}
/*BACKGROUND-IMAGE-STYLE-END*/

/*Styles for share widget(DO NOT DELETE)*/
 #shareSocial{position:fixed; top:30px; right:10px;}#socialpageshare { float:left; border: solid 1px #aaaaaa;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-box-shadow: 2px 2px 5px rgba(100,100,100,0.3);-webkit-box-shadow: 2px 2px 5px rgba(100,100,100,0.3);box-shadow: 2px 2px 5px rgba(100,100,100,0.3);    background-color:#fff;padding:0 0 2px 0;z-index:10;width:95px;margin-bottom:5px;}#socialpageshare .sbutton {text-align:center;clear:both;margin:10px 5px 10px 5px;}.fb_share_count_top {width:48px !important;}.fb_share_count_top, .fb_share_count_inner{-moz-border-radius:3px;-webkit-border-radius:3px;}.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important;-moz-border-radius:3px;-webkit-border-radius:3px;}.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px!important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}

/*Styles for share widget-END*/