html, body { 
margin: 0; 
padding: 0; 
height: 100%; /* Required */
 
} 
A.Header:link {font-size:14; font-weight:bold; text-decoration:none; color: black;}
A.Header:visited {font-size:14; font-weight:bold;text-decoration: none; color: black;}
A.Header:active {font-size:14; font-weight:bold; text-decoration: none ;  color: black;}
A.Header:hover {font-size:19; font-weight:bold; color: black;}


#container-page { 
width: 100%
position: relative; 
min-height: 100%; /* For Modern Browsers */ 
height: auto !important; /* For Modern Browsers */ 
height: 100%; /* For IE */ 
<div style="clear: both;">&nbsp</div>

} 

#container-content { 
padding-bottom: 25px; 
} 
           p {font: 11pt Verdana}
	#topmargin{
		position: absolute;
		width: 100%;
                top: 0;
		height: 18px;
                background: #000042;
                border-bottom:4px solid #909090;
                }
	#logo{
		position: absolute;
		width: 40%;
		top: 22px;
		height: 62px;
		background: #f5f5f5;
		font-weight: bold;
		color: black;
                font-size: 20pt;

               	}
	 #logotext{
                position: absolute;
                left:40%;
                width: 60%;
                top: 22px;
                height: 62px;
		vertical-align: bottom;
                background: #f5f5f5;
                font-family: Verdana;
		font-size: 14pt;
                text-align: right;
                color: #909090;
                }

	#homelink{
		position: absolute;
                left:0%;		
                width: 14%;
		top: 84px;
                height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		vertical-align: middle;
		}
	#missionlink{
		position: absolute;
                left:14%;		
                width: 14%;
		top: 84px;
		height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		}
	#aboutuslink{
		position: absolute;
                left:28%;
		width: 14%;
		top: 84px;
		height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		}
	#careerlink{
		position: absolute;
                left:42%;
		width: 14%;
		top: 84px;
		height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		}
	#serviceslink{
		position: absolute;
                left:56%;
		width: 14%;
		top: 84px;
		height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		}
        #employmentcenter{
                position: absolute;
                left:70%;
                width: 15%;
                top: 84px;
                height: 28px;
                background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
                }
	#contactuslink{
		position: absolute;
                left:85%;
		width: 15%;
		top: 84px;
		height: 28px;
		background: #B6B6B6;
                border-left:1px solid #909090;
                border-top:2px solid #909090;
                text-align: center;
		}

        #sloganimage{
		position: absolute;
		width: 20%;
		top: 110px;
		height: 120px;
		background: #000042;		
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
                border-top:4px solid #909090;
		vertical-align: bottom;
		}
	#slogantext{
		position: absolute;
                left:20%;
		width: 80%;
		top: 110px;
		height: 120px;
		background: #000042;
                border-top:4px solid #909090;
		font-family :Verdana;
		font-size: 13pt;
                text-align: right;
		color: #fff;
                vertical-align: top;
		}
	#mainbodyleft{
		position: absolute;
                top: 233px;
                /*left:0%;*/
		width: 70%;
		font-family :Verdana;
		font-size: 11pt;
/*		padding: 30px; */
		margin-top: 20px;
                margin-left: 80px;
		margin-right: 20px; 
                }
        
        #mainbodyright{
		position: absolute;
		top: 250px;
                background: #B6B6B6;
		left:78%;
		width: 20%;
                border-left:1px dotted #909090;
                padding: 8px;
		font-family: Verdana;
		font-size: 11pt;
		text-align: left;
		}
/*
#footer { 
width: 100%; 
background: #000888; 
position: absolute; 
bottom: 0; 
bottom: -1px; /* For Certain IE widths */ 
height: 25px; 
font-size: 18pt;
font-weight: bold;
text-align: center;
color: #fff;
vertical-align: top;
} 
*/

