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: #0000ff;
	}

a:visited
	{
	color: #7f007f;
	}

a:active
	{
	color: #0000ff;
	}


div.head
	{
/*	width: 100%;*/
	height: 84px;
	margin-bottom: 20px;
	overflow: hidden;
	background-image: url(../images/back_head.jpg);
	}

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

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

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

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


div.secmenu
	{
	float: left;
	width: 25%;
	height: 345px;
	padding-top: 31px;
	padding-left: 2px;
	background-image: url(../images/back_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	}

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: #31319c;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 0px;
	}

h2
	{
	font-size: 110%;
	color: #3087cf;
	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: #4A8BD0;
	}

.invisible
	{
	display: none;
	}

ul, ol
	{
	margin: 0px 20px 20px 25px;
	padding: 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;
	}


li.submenuitem
	{
	list-style-image: url(../images/icons/folder.png);
	padding-left: 5px;
	}

li.listrecord
	{
	list-style-image: url(../images/icons/document.png);
	padding-left: 5px;
	}

li.archiveitem
	{
	list-style-image: url(../images/icons/document.png);
	padding-left: 5px;
	}
	
ul li.para
	{
	list-style-image: url(../images/bull_1.png);
	padding-left: 5px;
	}

ol li.para2
	{
	list-style-type: decimal;
	padding-left: 5px;
	}

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



.subtitle
	{
	font-style: italic;
	}

li.menu
	{
	padding-left: 5px;
	}

.menu
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 95%;
	color: #5090D0;
	font-weight: bold;
    text-decoration: none;
	}


li.menu a
	{
	color: #5090D0;
	}

li.menu a.selected
	{
	color: #2B398C;
	}

p
	{
	margin: 0px 20px 20px 0px;
	}



@media screen {

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

p.bottom2
	{
	height: 13px;
	color: #000000;
	background-color: #F0EFED;
	}

}

@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;
	}

}
