	
	body {
	    background: #eee;
	    padding: 0;
	    margin: 0;
	}
	
	img { border: none; }
	
	p { margin: 0; }
	
	ul { list-style-type: square; }
	
	ul li { padding-bottom: 5px; }
	
	
	form { margin: 10px 0 18px; }
	.myform fieldset { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #aaa; margin: 10px auto; width: 400px;}
	.myform label { display: block; font-size: 13px; line-height: 18px; cursor: pointer; margin-top: 8px; }
	.myform input, .myform textarea { border: solid 1px #bbb; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; width: 350px;}
	.myform input:focus, .myform textarea:focus { background-color: #eee; border: 1px solid blue;}
	.myform input[type=radio], .myform input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }
	.myform textarea { height: 80px; }
	select { margin-top: 8px; } 

	.errmsg {
		text-align: center;
		color: #a00;
		font-weight: bold;
		font-size: 110%;
	}
    
    legend { font-weight: bold;}
	
	#wrapper {
	    width: 960px;
	    margin: 0 auto;
	    min-height: 600px;
	}
	
	#header_logo {
	    height: 60px;   /* height of logo */
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	
	#header_login {

	    padding-top: 0px;
	    font-size: 80%;
	    color: #444;
	    text-align: right;
	    text-shadow: 1px 1px 0px #fff;
	    font-family: verdana, sans-serif;
	    font-size: 0.9em;
    }
    
    #header_login input[type="text"], input[type="password"] {
	    border: 1px solid #888;
	    color: #555;
	    width: 120px;
	    background: #f3f3f3;
	}
	
	#header_login ul {
	    margin: 0;
	}
	#header_login li {
	    text-align: left;
	    padding-left: 5px;
	    display: inline-block;
	    
	}
	
	.mainlogo {
        border: none;
        padding: 0px;
    }
    
    #header_topbanner {
        
        height: 100px;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
     
	    font-family: verdana, sans-serif;
	    font-size: 2em;
	    background: #fff;
        /* background: url(fonline.jpg) no-repeat #fff; */
    }
	
	.content {
	    min-height: 450px;
	    float: left;
	    margin-top: 12px;
	    padding: 5px;
	    
	    font-size: 90%;
	    color: #444;
	    text-shadow: 1px 1px 0px #fff;
	    font-family: verdana, sans-serif;
	    line-height: 150%;
	    
	    -moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
	    border: 1px solid #999;
	    background: #fff;
	    color: #555;
	    -moz-box-shadow: 2px 2px 2px #ccc;
	    -webkit-box-shadow: 2px 2px 2px #ccc;
	    box-shadow: 2px 2px 2px #ccc;
	}
	
	.small {
	    font-size: 80%;
	    color: #444;
	    text-shadow: 1px 1px 0px #fff;
	    font-family: verdana, sans-serif;
	    line-height: 150%;
	    padding: 4px;
	}
	
	.width40 {
	    width: 325px;
	}
	
	.width60 {
	    width: 600px;
	    margin-left: 10px;
	}
	
	.mhbanner {
	    min-height: 100px;
	    width: 947px;
	}
	

	
	#topnav {

	    -moz-box-shadow: 0 2px 2px #ccc;
        -webkit-box-shadow: 0 2px 2px #ccc;
        box-shadow: 0 2px 2px #ccc;
	}
	
	.navibar {
	    height: 30px;
	 
	    color: #fff;
	    text-align: left;
	    text-shadow: 2px 2px 0px #800;
	    font-family: verdana, sans-serif;
	    font-size: 0.9em;
	    	    
	    border-top: 1px solid #c00;
	    border-right: 1px solid #a00;
	    border-bottom: 1px solid #a00;
	    border-left: 1px solid #a00;
	    
        background: rgb(255,29,52); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,29,52,1) 19%, rgba(238,0,20,1) 54%, rgba(156,0,13,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(255,29,52,1)), color-stop(54%,rgba(238,0,20,1)), color-stop(100%,rgba(156,0,13,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,29,52,1) 19%,rgba(238,0,20,1) 54%,rgba(156,0,13,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,29,52,1) 19%,rgba(238,0,20,1) 54%,rgba(156,0,13,1) 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, rgba(255,29,52,1) 19%,rgba(238,0,20,1) 54%,rgba(156,0,13,1) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d34', endColorstr='#9c000d',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, rgba(255,29,52,1) 19%,rgba(238,0,20,1) 54%,rgba(156,0,13,1) 100%); /* W3C */
        border-bottom-left-radius: 5px;
     	border-bottom-right-radius: 5px;
        
    }

	.navibar a {

	    color: #fff;
            text-decoration: none;
	    text-align: left;
	    text-shadow: 2px 2px 0px #800;
	    font-family: verdana, sans-serif;
	    font-size: 1.0em;
	}

	.navibar a:hover {
		text-decoration: underline;
	}
    
    .navibar ul { 
        margin: 0;
        padding: 0 10px;
    }
    
    .navibar li {
        padding: 0 11px 0 7px;
        list-style-type: none;
        display: inline-block;
        line-height: 30px;
    }
    
    .navibar_current {
        font-weight: bold;
        background: #d12;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .navibar_current a {
	text-decoration: underline;
	font-weight: normal;
    }
      
    .navibar_icon {
        border: none;
        vertical-align: middle;
    }
    
    .clearboth {
        clear: both;
    }

    #footer {
            margin-top: 20px;
            height: 25px;
            /* line-height: 25px; */
            padding: 5px 5px;
            color: #555;
            font-family: verdana, sans-serif;
    	    font-size: 70%;
            text-shadow: 2px 2px 3px #888;
            text-shadow: none;
            background: #d12;
            background: none;
            
            border: 1px solid #d12;
            border: 1px solid #999;
            border: none;
            border-top: 1px solid #999;
    }

    #footer a {
	color: #666;
    }

    .textleft {
        text-align: left;
    }
    
    .textright {
        text-align: right;
    }
    
    .textcenter {
        text-align:center;
    }
    
    .padtop40px {
        padding-top: 40px;
    }
       
    .header_login_menu {
       
        display: inline-block;
        padding: 2px;
        background: #d10;
        border: 1px solid #a00;
        border-radius: 3px; 
        -moz-box-shadow: 2px 2px 2px #ccc;
	    -webkit-box-shadow: 2px 2px 2px #ccc;
	    box-shadow: 2px 2px 2px #ccc;
	    -moz-box-shadow: 0 2px 2px #ccc;
        -webkit-box-shadow: 0 2px 2px #ccc;
        box-shadow: 1px 2px 2px #888;
        
    } 
     
    .btn {
      cursor: pointer;
      display: inline-block;
      background-color: #e6e6e6;
      background-repeat: no-repeat;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
      background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
      padding: 3px 6px 3px;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      color: #333;
      font-size: 13px;
      line-height: normal;
      border: 1px solid #ccc;
      border-bottom-color: #bbb;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all;
    }
    
    .btn:hover {
      background-position: 0 -15px;
      color: #333;
      text-decoration: none;
    }
    
    .btn.primary {
      color: #fff;
      background-color: #0064cd;
      background-repeat: repeat-x;
      background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
      background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
      background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
      background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
      background-image: -o-linear-gradient(top, #049cdb, #0064cd);
      background-image: linear-gradient(top, #049cdb, #0064cd);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      border-color: #0064cd #0064cd #003f81;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    
    .btn:active {
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    
    .btn.disabled {
      cursor: default;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      filter: alpha(opacity=65);
      -khtml-opacity: 0.65;
      -moz-opacity: 0.65;
      opacity: 0.65;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    
    .btn[disabled] {
      cursor: default;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      filter: alpha(opacity=65);
      -khtml-opacity: 0.65;
      -moz-opacity: 0.65;
      opacity: 0.65;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    
    .btn.large {
      font-size: 16px;
      line-height: normal;
      padding: 9px 14px 9px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
    
    .btn.small {
      padding: 7px 9px 7px;
      font-size: 11px;
    }
    
    .alert-message {
      background-color: #eedc94;
      background-repeat: repeat-x;
      background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
      background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
      background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
      background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
      background-image: -o-linear-gradient(top, #fceec1, #eedc94);
      background-image: linear-gradient(top, #fceec1, #eedc94);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      border-color: #eedc94 #eedc94 #e4c652;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      margin-bottom: 18px;
      padding: 7px 14px;
      color: #404040;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      border-width: 1px;
      border-style: solid;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    }
