/*
Logo Blue:  #1E358B
Logo Green: #44B649
Darker Green: #39913B
Logo Red:   #ED1C24
Silver light: #DFDFDF
Silver medium: #AFA8AF
Silver dark: #7B797B

dark yellow: #FBF805
darker yellow: #C0C000
dark grey: #4E4E4E

White #FFFFFF
Red #FF0000
Black #000000
*/

/* margin: top right bottom left */


h1 {
  font-family: Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:bold;
  font-size:22pt;
  text-align:center;
  color: #1E358B;
  margin: 12px 16px 12px 16px;
}

h2 {
  font-family: Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:bold;
  font-size:14pt;
  color: #1E358B; /* #000000; */
  margin: 8px 0px 8px 0px;
}

h3 {
  font-family: Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:bold;
  font-size:11pt;
  color: #1E358B;
  margin: 12px 16px 12px 16px;
}

h4 {
  font-family: Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:bold;
  font-size:11pt;
  color: #1E358B;
  margin: 4px 16px 4px 16px;
}

h5 {
  font-family: Verdana, Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:600;
  font-size:9pt;
  /* color: #1E358B; */
  color: #000000;
  margin: 8px 0px 0px 0px;
}

h6 {
  font-family: Verdana, Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:600;
  font-size:7pt;
  color: #1E358B;
  margin: 3px 0px 6px 0px;
}

h7 {
  font-family: Verdana, Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:normal;
  font-size:11pt;
  color: #1E358B;
  margin: 4px 0px 4px 0px;
}

h8 {
  font-family: Verdana, Tahoma, Arial Narrow, Arial;
  font-style:normal;
  font-weight:600;
  font-size:10pt;
  color: #000000;
  margin: 3px 0px 3px 0px;
}

body {
  text-align:center; /* This is required for IE to show centered 'div' elements. needs to overwrite to align"left in each div */
  
 background-image:url('../images/background/page_bg05.jpg');
 /* background-image:url('../images/graybars_dark02.gif'); */
}

p {
  font-family: Verdana, Tahoma, Arial Narrow, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 9pt;
  color: #000000;
  margin: 6px 16px 6px 16px;
}

.small {
  font-family: Tahoma, Arial Narrow, Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  color: #000000;
  margin: 16px 0px 16px 32px;
}

/* bullets: */

ul {
	list-style-type: none;
	padding-left: 10;
	margin-left: 10;
	}
	
li {
	font-family: Verdana, Tahoma, Arial Narrow, Arial;
	font-style: normal;
	font-weight: 500;
	font-size: 10pt;
	color: #000000;

	background: url('../images/bullets/bullet01_red_bg.png') no-repeat left center;
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	}


#header {
	/* background-image:url('../images/star_bg04.jpg'); */
	background-image:url('../images/background/star_bg05.jpg'); 
	width:900px;
	z-index: 3;
	margin-top: 6px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:5px ridge #44B649; /* #44B649; */
	
	font-family: Tahoma, Arial Narrow, Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  color: #000000
  }

#contents {
    background-image:url('../images/background/star_bg05.jpg'); 
	/* background-image:url('../images/star_bg03.jpg'); */  
	width:900px; 
	z-index: 3;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border-left:5px ridge #44B649;
	border-right:5px ridge #44B649;
	border-bottom:5px ridge #44B649
}

	
a {color: #4E4E4E; }
a:hover {color: #000000; font-weight:bold;}



/*
.left_side_nav {
	font-family: Garamond,Georgia,arial;
	font-style:normal;
  	font-weight:bold;
 	font-size:11pt;
  	color: #FF0000;
  	margin: 6px 0px 6px 0px;
}

.left_side_nav a {color: #000000}
.left_side_nav a:hover{color: #FF0000; font-weight:500;}


.dd_menu {
  font-family:Georgia;
  font-style:normal;
  font-weight:normal;
  font-size:9pt;
  color:#296FD7;
}

.dd_menu p {margin: 3px 6px 3px 12px; }
.dd_menu a {color: #296FD7; text-decoration:none}
.dd_menu a:hover{color: #296FD7; font-weight:bold}

.small_white {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:8pt;
  color:#FFFFFF;
}

.small_white p {text-align: center; margin: 3px 0px 0px 0px; }
.small_white a {color:#FFFFFF;}

.side_bar {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:10pt;
  color:#FFFFFF;
}

.side_bar p {text-align: left; margin: 6px 6px 12px 24px; }
.side_bar a {font-size:8pt; color: #FFFFFF;}
.side_bar a:hover{color: #64CA00; font-weight:normal}

.sub_side_bar { font-size:8pt; display:none; }
.sub_side_bar p { margin-left: 12px; }
*/
