* html .container {
	background-color:#FFFFFF;
    margin-left: -800px;
    position: relative;
	background-repeat:no-repeat;
}
* html .container, * html .content {
    height: 0px;
}

.width {
    background-color:#FFFFFF;
    min-width: 800px;
    margin:0 auto;
	min-height:96%;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	width: 85%;
	padding-bottom:20px;
}
*html .width{
   height:96%;
   }
*html .footerwidth{
   height:5%;
   }
* html .minwidth {
    padding-left: 800px;
}
* html .minwidth, * html .layout {
    height: 1px;
}
html {
height:100%;
}
body {
background-color:#EEEEEE;
font-size:70%;
height:100%;
text-align:center;
margin:0;
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuitems {
padding-left:15px;
padding-right:10px;
}
hr{
background-color:#CCCCCC;
}
.textbox{
padding:5px;
padding-right:20px;
padding-top:0px;
height:auto;
font-size:1em;
text-align:left;
}
.content{
font-size:1em;
/* text-align:left;
text-align:justify; */
}
.mainbox{
margin-bottom: 5px;
padding-left:20px;
padding-right:20px;
padding-top:0px;
height:auto;
font-size:1em;
}
.headerBox{
margin-bottom: 5px;
background-color:#02468A;
background-repeat:repeat-x;
color:#FFFFFF;
padding:2px;
border:1px solid #CCCCCC;
}
.mediaBox{
border:1px solid #000000;
height:auto;
font-size:1em;
margin-bottom:5px;
width:500px;
}
.borderLessBox{
height:auto;
font-size:1em;
margin-bottom:5px;
}
.content{
font-size:1em;
font:Verdana, Arial, Helvetica, sans-serif;
}
.quotes{
font-style:italic;
font-size:.8em;
}
img.floatRightClear { float: left; 
clear: left; 
margin: 4px; } 

#footer{ 
background-color:#FFFFFF;
min-width: 800px;
margin:0 auto;
clear:both;
width: 85%;
background-repeat:repeat-x;
padding: 0; 
height:5%;
position:inherit;
} 
.footerwidth{
background-color:#FFFFFF;
min-width: 800px;
border-right:1px solid #CCC;
border-left:1px solid #CCC;
margin:0 auto;
width: 85%;
}

.btn{
height:30px;
font-size:1em;
font:Verdana, Arial, Helvetica, sans-serif;
}

#logo
{
padding-top:10px;
float:left;
}
h3 {font-size: 14px; margin-bottom:2px;}
h4 {font-size: 12px; font-weight: bold; margin-bottom:2px; margin-top:2px; }
a { color: blue; }
  body { font: 1em verdana; font-size: 70%; }
  h1 { font-size: 1.1em; color: #0F367A; }
  table { font-size:100%;	}
  .form_table table .form_label { width: 100px; }
  .form_table table .form_input { width: 250px; }
  .form_table table .form_submit { text-align: right; }
  
  .form_table table .center_label { width: 350px; }
  
  .Unauthorized_text { color: red; }
