/* CSS Document */


body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 140%;
    text-align: center;
	background-color:#DFE9FF;
    background-repeat: repeat-y;
    background-position:center;
}
form {
	margin-top:1px;
	margin-bottom:1px;
}
h1,p { margin-bottom: 5px;
	   margin-left: 10px;
	   margin-right: 0px;
	   margin-top: 15px;
	    }
h1 {
       font-size: medium;
	   color: #333333;
	   background: #ffffff;
}
h2 {
    padding: 0.1em;
	font-size: 14px;
	font-weight:normal;
    color: #003333;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    width: 570px;
	background: #EEFF99;
	text-align:left;
	margin-left:5px;
	margin-bottom:1px;
	margin-top:7px;
	
}
h3 {
    padding: 0.1em;
	font-size: 14px;
	font-weight:normal;
    color: #003333;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    width: 570px;
	background: #DFDFFF;
	text-align:left;
	margin-left:5px;
	margin-bottom:1px;
	margin-top:7px;
	
}
h4 {
    padding: 0.1em;
	font-size: 14px;
	font-weight:normal;
    color: #003333;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    width: 275px;
	background: #FFDDFF;
	text-align:left;
	margin-left:0px;
	margin-bottom:1px;
	margin-top:7px;
	
}
.heading {
       border-left: 0.5em solid #CCCCCC;
	   padding-left: 0.5em;
	   margin-left:15px;
	   margin-bottom:15px;
	   text-align:left;
}
image {
    border: 0px;
}
#ib {
    border:none;
}

/*BODY*/
#wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: left;
	border:solid 1px #999999;
}
#main {
	width: 800px;
    text-align:left;
	margin:0px auto;
	background: #FFFFFF;
}
#footer {
    clear: both;
	width: 800px;
	height: 32px;
	background-image:  url("footer.gif");	
}

/*fonts*/
.subtitle{
	font-size: 14px;
	font-weight: bold;
	color: #2C5985;
}
.style_red {
color: #FF0000
}

.header {
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
}
.titlebar {
    margin-top: 5px;
    margin-bottom: 10px;
	margin-left: 50px;
}
.subtitle {
    margin-top: 20px;
    margin-bottom: 0px;
	margin-left: 45px;
}
.log-com {
    margin-top: 20px;
    margin-bottom: 40px;
	font-size:14px;
	color:#0066CC;
}
.profile {
	font-size:12px;
	color:#333333;
}
.style1 {
	color: #003399;
	font-weight: bold;
}


/*box*/
.pamphlet{
    margin-bottom:30px;
}
.toptitle{
    margin-top:5px;
	margin-bottom:10px;
}
.pagetitle{
    margin-top:6px;
	margin-bottom:10px;
}

/*table*/
table.top {
	border:none;
	empty-cells:show;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 8px;
	width: 570px;
	padding: 3px;
	table-layout: auto;
}
.top th{
    width:80px;
	color: #0066FF;
    text-align: left;
    padding: 3px;
	font-weight:normal;
}
.top td{
    width:490px;
    padding: 3px;
	text-align:left;
}


/*image*/
.toparrow{
position:absolute;
vertical-align:5px;
}