﻿/* page struct */

body { padding : 0px; 
		margin-left: 24px; 
		margin-top: 25px; 
		margin-bottom: 0px; 
		margin-right: 0px; 
		font-family:  arial, sans-serif ; 
		font-size: 84%; 
		color: #333333;
                background-color: white; 
		}

#header {
		width:691px;
}


div.mainborderlong { border-top : 0px solid #DADCDE; 
		border-right : 0px solid #C8C8C8; 
		border-bottom : 0px solid #221E1F;  
		border-left : 0px solid #C8C8C8; 
		position: absolute; 
		left: 25px; 
		top: 117px; 
		width: 691px; 
		z-index:0;
		}


h1 {
	font-family: Arial, Verdana,  sans-serif;
	font-size: 125%;
	font-weight: 600;
	color: #333366;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
 
h2 {
	font-size: 120%;
	color: #000080;
	font-weight: 500;
	margin-top: 0px;
	padding-top: 0px;
}


h3 {
	font-size: 100%;
	color: #000080;
	font-weight: 500;
	margin-top: 0px;
	padding-top: 0px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #333366;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

h5 {
    font-family: Arial, sans-serif;
	font-size: 100%;
	color: #333366;
	margin-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
        color: #000000;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	
}



ul {
	font-family:  Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 0px;
}

li {
	padding-top: 3px;
	padding-bottom: 1em;
	}


.top {
	float: right;
	padding-left: 16px;
	padding-bottom: 4px;
	text-align: right;
	background-image: url(../img/arrowweeup.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}
	
	
