* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
        background:#FFFFF0 url(../images/bg_body.jpg) repeat center top;
	min-height:600px;/* for ie7*/
}

p {margin-bottom:1em;}

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
        position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
	
#inner {
        width: 800px;
        background:#FFFFF0 url(../images/bot-fade.png) repeat-x left bottom;
        height: 600px;
        margin-left:auto;
        margin-right:auto;
        border:1px solid #000;
        overflow:hidden;
}

#header {
        background: url(../images/top-fade.png) repeat-x left top;
        text-align:center;
        position:relative;
        margin-right:0;
        height:136px;
        overflow:hidden;
}

#header a  {
    float:left;
    width:9em;
    text-decoration:none;
    color:#FEC525;
    background-color:#0E488E;
    padding:0.2em 0.6em;
    border-right:none;
}

#header a:hover { background-color:#0E488E;}

ul {
   float:left;
   width:100%;
   padding:0;
   margin:0;
   list-style-type:none;
}

li {display:inline;}

#logo {
        background: url(../images/infocus-logo.png) no-repeat 1px 10px;
        display:block;
}

.lcol {
 float: left;
 width: 33%;
 text-align:center;
 overflow:hidden;
 position:relative;
 top:10px;
}

.mcol {
  line-height:70%;
  text-align:center;
  overflow:hidden;
}

 * html .mcol {float:left}
 * html .mcol .inner{width:100%;}

.rcol {
 float:right;
 width: 33%;
 overflow:hidden;
 line-height:70%;
 position:relative;
 margin-top:65px;
 left:50px;
}

a {outline:0;}
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { text-decoration: underline; color: blue}

#maintxt {
        color:#0E488E;
        margin:5px 10px;
        height: 192px;
        overflow-y:scroll;
}

#maintxt a:link {color: #0E488E}
#maintxt a:visited {color: #0E488E}
#maintxt a:hover {text-decoration: underline; color: #0E488E}

#footer {
	width:100%;
	line-height:70%;
	text-align:center;
	position:relative;
}

#footer a:link {color: black}
#footer a:visited {color: black}
#footer a:hover {text-decoration: none; color: black}

.style1 { 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
}

.style2 {color: #0E488E}

.style3 {color: #000000}

.style4 {font-weight: bold}

.style5 {font-size: x-large; font-weight: bold}
/* Stylesheet: rmharvey Modified On 2019-03-27 17:14:59 */
