﻿.Link {
	font-size: 10pt;
	font-style: BOLD;
	color: rgb(0,93,157);
	font-family: Arial Narrow;
	text-decoration: none;
}
.BodyLink {
	font-size: inherit;
	font-style: inherit;
	color: rgb(0,93,157);
	font-family: Arial Narrow;
	text-decoration: none;
}

a:hover {
	font-family: Arial Narrow;
	font-size: inherit;
	font-style: BOLD;
	color: rgb(234,115,0);
	}
.bullets {
	margin: 5px;
	font-family: "Arial Narrow";
	font-size: 12pt;
}

.standardtext {
	text-align: justify;
	font-family: Arial Narrow;
	font-size: 12pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 5px;
}
.standardbold{
	text-align: justify;
	font-family: Arial Narrow;
	font-size: 12pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
}
.standarditalic{
	text-align: justify;
	font-family: Arial Narrow;
	font-size: 12pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 5px;
	font-style: italic;
}

.indent {
	text-align: justify;
	font-family: Arial Narrow;
	font-size: 12pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 20px;
}

.textitalic {
	text-align: center;
	font-family: Arial Narrow;
	font-size: 14pt;
	color: rgb(0,0,0);
	text-decoration: none;
	padding-left: 5px;
	font-style: italic;
}
.headingtext {
	text-align: left;
	font-family: Arial Narrow;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(234,115,0);
	text-decoration: none;
}

.smlvl1 {
	text-align: left;
	font-family: Arial Narrow;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(234,115,0);
	text-decoration: none;
	margin-bottom: 10px;
}
.smlvl2 {
	font-size: 10pt;
	color: rgb(0,93,157);
	font-family: Arial Narrow;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.smlvl3 {
	padding: 0px;
	font-family: Arial Narrow;
	font-size: 10pt;
	color: rgb(0,0,0);
	text-decoration: none;
	margin-left: 25px;
	margin-top: 0px;
}




.sidemenuorange {
	color: rgb(234,115,0);
	face= "Arial Narrow;";
	font-family: "Arial Narrow";
	font-size: medium;
	text-align: left;
	background-color: #DEE4F7;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
.sidemenublue {
	font-size: 10pt;
	font-style: BOLD;
	color: rgb(0,93,157);
	font-family: Arial Narrow;
	text-decoration: none;
	text-align: left;
	background-color: #DEE4F7;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.headerpicture{
border-width: 0;	
}
	
	
#page {
	/*	position: absolute;*/
	background-position: center;
	top: 0;
	left: auto;
	right: auto;
	width: 780px;
	height: inherit; /*overflow: visible;*/;
	margin: 0 auto 0 auto;
	border-width: medium;
	border-color: #0843A1;
	background-color: rgb(222,228,247);
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	position: inherit;
	z-index: inherit;
	overflow: inherit;
}
* html #page {height:160px;}


#header {
	/*	position: absolute;*/
	top: 0;
	left: auto;
	right: auto;
	width: 780px;
	height: 120px;
	overflow: visible;
	margin: 0 auto 0 0px;
	color: rgb(0, 0, 0);
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
* html #header {height:160px;}

#headermenu {
	/*	position: absolute;*/
	bottom: 0;
	left: auto;
	right: 50px;
	width: 780px;
	height: 20px;
	overflow: visible;
	text-align: right;
	color: rgb(0,93,157);
	font-family: "Arial Narrow";
	font-size: 10pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	vertical-align: text-bottom;
}
	
	
* html #headermenu
 {height:20px;}


#bodywrapper {
	/* replace margin-top value with the height of your header. */
	margin: 4px auto 0 auto;
	padding: 0;
	width: 780px; /*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */;
	background: rgb(255, 255, 255);
	/*color: #000000;*/
	height: 1000px;
}
#contentarea {
	/* replace this value with the width of your left column */
	padding: 5px 10px 5px 5px;
	margin: 5 10px 0 10px;
	float: left;
	height: 800px;
	width: auto;
	vertical-align: text-top;
	background-color: rgb(255, 255, 255);
	text-align: justify;
	position: inherit;
	clip: rect(auto, auto, auto, inherit);
}
#contentarea[id] {
/* Put in place for Firefox, and any browser that will render this section correctly.  IE has a bug involving float:  none. */
	float:  none;
	margin-left:  200px;
}

#sidemenu {
	/*	position: absolute;*/
	bottom: 0;
	left: 10;
	width: 200px;
	height: 1000px;
	overflow: visible;
	text-align: left;
	font-family: "Arial Narrow";
	font-size: 10pt;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	background-color: #DEE4F7;
}
	
	
* html #sidemenu
 {height:20px; width:200px;}

 
 #body {
	/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	max-height: 100%; /*background:rgb(233,230,214); */;
	text-align: justify;
	vertical-align: inherit;
	position: inherit;
	background-color: #FFFFFF;
}

/* for internet explorer */
* html body {
  padding:150px 0 50px 0; 
  }



#footer {
	background-position: center center;
	position: fixed;
	bottom: 0px;
	width: 780px;
	height: 30px;
	text-align: center;
	vertical-align: text-top;
	overflow: visible;
	color: rgb(0,93,157);
	font-family: "Arial Narrow";
	font-size: 10pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-attachment: inherit;
	display: table;
	z-index: inherit;
	background-color: #DEE4F7;
}
* html #footer {
height:30px;
/*background-image: inherit;*/
}
.bodymenublue {
	font-size: 10pt;
	font-style: BOLD;
	color: rgb(0,93,157);
	font-family: Arial Narrow;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

