html
	{
	width: 100%;
	}

body
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	}

a:link
	{
	color: #00847B;
	}

a:visited
	{
	color: #00344B;
	}

a:active
	{
	color: #00b4aB;
	}


div.head
	{
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background-image: url(../images/back_head.jpg);
	text-align: center;
	}

div.top
	{
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 10px solid #D2D2D2;
	}

div.bottom1
	{
	font-size: 1%;
	margin-top: 10px;
	}

p.bottom2
	{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}

div.main
	{
	min-width: 600px;
	}


div.secmenu
	{
	float: left;
	width: 28%;
	margin-top: 31px;
	padding-top: 2px;
	padding-left: 2px;
	border-top: 1px solid #00847B;
	border-right: 1px solid #00847B;
	}

div.mainpanel
	{
	float: right;
	width: 70%;
	}


div#stretcher
	{
	height: 400px;
	}


div.m1
	{
	padding: 0px 7px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}


div.content
	{
	text-align: justify;
	text-justify: distribute;
	}

h1
	{
	font-size: 120%;
	color: #00847B;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 0px;
	}

h2
	{
	font-size: 110%;
	color: #c00000;
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 2px 0px;
	}

h3
	{
	font-size: 60%;
	margin-top: 7px;
	}

hr
	{
	border-style: none;
	border-top-style: solid;
	}

img.linked
	{
	border-style: none;
	}

img.inline
	{
	vertical-align: middle;
	margin: 0px 2px;
	}

.section_para
	{
	margin-top: 7px;
	margin-bottom: 4px;
	}

.emph
	{
	font-weight: bold;
	color: #00847B;
	}

.invisible
	{
	display: none;
	}

ul, ol
	{
	margin: 0px 20px 20px 25px;
	padding-top: 0px;
	}

ul.submenu1
	{
	margin-top: 10px;
	}

dl
	{
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	}

dt
	{
	font-style: italic;
	}

dd
	{
	margin-left: 0px;
	margin-bottom: 10px;
	}

abbr, acronym
	{
	cursor: help;
	}


caption
	{
	text-align: left;
	}


.subtitle
	{
	font-style: italic;
	}

li.menu
	{
	padding-left: 5px;
	padding-top: 5px;
    list-style-image: url(../images/bull_menu.png);
	}

.menu
	{
	font-size: 90%;
	font-weight: bold;
    text-decoration: none;
	}

div.content ul
	{
    list-style-image: url(../images/bull.png);
	}

div.content p
	{
	margin: 0px 20px 20px 0px;
	}

td.col_label
	{
	width: 40%;
	padding-right: 10px;
	}
td.col_field
	{
	width: 60%;
	}


@media screen {

div.bottom1
	{
	height: 10px;
	background-color: #DAC99C;
	}

p.bottom2
	{
	margin-top: 1px;
	height: 30px;
	color: #FFFFFF;
	background-color: #008479;
	}

}

@media print {

.noprint
	{
	display: none;
	}

div.bottom1
	{
	border-bottom: 1px solid #000000;
	}

p.bottom2
	{
	}

h1, h2, h3
	{
	}

div.mainpanel
	{
	width: 100%;
	float: none;
	}

acronym, abbr
	{
	border-style: none;
	}

}
