﻿body 
{
	margin:0px;
	padding:0px;
	background:#e1e3e2;
	font-family:Arial;
	font-size: 12px;
	background-image: url(/images/pagedrop.gif);
	background-repeat:repeat-y ;
	background-position:center;
}

#page
{
	width:1024px;
	margin-left:auto;
	margin-right:auto ;
	background:#fff;
	
}

#top
{
	background:#f4f5f5;
	height:28px;
	border-bottom: 2px solid #d6d7d7;
}

#logo
{
	background-image: url(/images/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:right;
	height:168px;
	margin-left:30px;
	margin-top: 20px;
	margin-right:60px;
	
	
}

form
{
	background-color:#fbfbfb;
	padding:15px;
	border: 1px solid #f4f5f5;
}

.ctl
{
	width: 300px;
}

#logo a
{
	text-decoration:none;
	color:#003b7f;
	font-weight:bold;
}

.nav
{
	text-decoration:none;
	color:#003b7f;
	background-image: url(/images/link.gif);
	background-repeat:no-repeat;
	background-position:right ;
	padding:4px;
	padding-right:8px;
	margin-right:5px;
}

#man_page
{
	height:457px;
	width: 345px;
	margin-left: 700px;
	background-image:url(/images/man.gif);
	background-repeat:no-repeat;
	background-position:right;

	float:right;
	

}


#foot_page
{
	height: 220px;
    background-color: #f4f5f5;
    padding: 0px;
    width: 1024px;
    position:relative ;
    bottom: 0px;
    margin:0px;
	
}
#foot
{
	height: 220px;
    background-color: #f4f5f5;
    padding: 0;
    width: 1024px;
    position: fixed;
    bottom: 0px;
   
	
}
#foottext
{
	text-align:right;
	padding-right: 55px;
	padding-top: 160px;
	
}

#foottext a
{
	text-decoration:none;
	color:#000;
	font-size:10px;
}

#man
{
	height:457px;
	width: 282px;
	margin-left: 700px;
	background-image:url(/images/man.gif);
	background-repeat:no-repeat;
	background-position:right;
	position:fixed ;
	bottom:220px;
	

}

.hl
{
	font-family:Arial;
	color:#888a8a;
	font-size: 18px;
	font-weight:bold;
	
}

.hl a
{
	text-decoration:none;
	color:#000;
}

.hl strong
{
	font-family:Arial;
	color:#000;
	font-weight:bold ;
	font-size: 18px;
}

#homeintro
{
	margin-left:200px;
	margin-top:60px;
	margin-bottom:200px;
	
}


h2
{
	font-family:Arial;
	color:#003b7f;
	font-weight:bold ;
	font-size: 18px;
}

#subnav
{
	width: 626px;
	text-align:right;
	font-size: 20px;
	font-weight:bold;
}

#subnav a
{

	font-size: 20px;
	font-weight:bold;
	text-decoration:none;
	color:#003b7f;
	padding-right: 8px;
}

#main
{
	margin-left:30px;
	margin-right: 30px;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:0px;
	min-height: 500px;
	
	background-image:url(/images/man.gif);
	background-repeat:no-repeat;
	background-position:right bottom ;
}


#txt
{
	width:600px;
	padding:40px;
	border:0px solid #fff;
	font-size: 12px;
}

#txt p{ font-size:11pt;}
#txt a
{
	color:#003b7f;
	text-decoration:none;
}

ul
{
	margin:3px;
	padding:0px;
}

li
{
	padding:3px;
	margin:8px;
	font-size:11pt;
}
