/************************************************************************	*/
/* Copyright © 2002 Nordic Technologies, All Rights Reserved			*/

/* Purpose: This stylesheet is the MiSeniors web site. It	*/
/*		contains the styles for the elements of the site		*/
/*		as commented below.						*/
	
/* History									*/
/* ----------------------------------------------------------- */
/* 5/7/02            Lisa Haus    Created					*/
/***************************************************************************	*/

/***************************************************************************	*/
/** Standard Colors used in site
/***************************************************************************	*/

/**  - #fff8de light gold */
/**  - #ddcc8e med gold */
/**  - #f9ecb7 dk gold for mouseovers*/
/**  - #2d6e98 medium blue */
/**  - #063e61 dark blue */
/*
*************************************************************************	*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	}

h1, .H18-c { /* web site section name */
	font-weight: bold;

	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: #2d6e98;
	border-top: 1px solid #063e61;
	border-right: 1px solid #063e61;
	border-bottom: 1px solid #063e61;
	border-left: 1px	solid #063e61;
	}
h2 { /* article headlines */
	font-size: 125%;
	color: #063e61;
	font-weight: bold;
	margin-left: 0px;
	border-bottom: 1px solid #063e61;
	background-color: #ffffff;
	}
h3, .H15B { /* bold subhead text with indent */
	font-size: 115%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #2d6e98;
}
h4, .H12, .B12-c, .H12B { /* bold subhead */
	font-size: 110%;
	font-weight: bold;
	margin-left: 0px;
}
h5{
	font-size: 110%;
	font-weight: bold;
	color: #063e61;
}
h6{
	font-size: 75%;
	font-weight: normal;
}
p {/* sets margin for all article text */
	margin-left: 0px;
}

a:link { color: #003399}
a:visited { color: #993399}
a:hover {
	color: red;
	background: #f9ecb7;
	}
a:active { color: red;
	background: #f9ecb7;
}


li {
	list-style-type: square;
	margin-left: 0px;
	margin-bottom: 0px;
 	}
img {
	border: 0;
	}

.copyright {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	}

td.middle { /* holds main copy area */
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}

#footer { /* footer formatting */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #2d6e98;
	height: 16px;
	font-size: 70%;
	color: #ffffff;
	}

table.form 
{
	background: #fff8de;
	border: 3px outset #f9ecb7;
	width: 100%;
}