@charset "utf-8";
/* CSS Document */


/* Hiding division organization ************************

body 

	div#all 

		div#header1 

		div#header2 

		div#nav1

		div#left2col

			div#leftad1
			div#leftcontent1
			div#leftad2
			
				-OR-
				
			div#leftad1
			div#nav2
			div#leftad2
			div#leftcontent1
			div#leftad3

			
		div#right2col
		
			div#rightad1
			div#rightcontent1
				div#form0
				div#construction
			div#rightad2

			div#form0


		div#footer

*****************************************End Hiding*/





body {


background-position:top;
background-color:#ffffff;
margin:0px;
height:auto;
}


div#all {width:760px; margin-left:auto; margin-right:auto; 
height:auto;



}


div#header1 {width:100%;
height:auto; 
margin: 5px;
padding: 5px; 
}


div#header2 {width:100%; 
height:auto;
margin: 5px;
padding: 5px;  

}



div#nav1 {display: none;
width:100%; 
height:auto; 
margin: 5px;
padding: 5px;  
}

#nav1 ul {
  margin-left: -2.5em;
}

#nav1 li {
  list-style-type: none;
  float: left;
  width: 7.8em;
  text-align: center;
}

#nav1 a {
  text-decoration: none;
  display: block;
  border: 3px blue outset;
  background-color: #ffffff;
}

#nav1 a:focus {
  text-decoration: none;
  display: block;
  background-color:#ffffff;
}

#nav1 a:hover {
  text-decoration: none;
  display: block;
  background-color:#ffffff;
}



div#left2col {
width:100%; 
height:auto;
margin: 5px;
padding: 5px;  
 text-align:center;
 background-color:#ffffff;
}

div#leftad1  {
display: none;
}

div#leftcontent1 {
width:90%; 
height:auto;
margin: 5px;
padding: 5px;
text-align:justify;
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 18px;
color: 000000;
}
div#leftad2  {
display: none;
}


div#right2col {
page-break-before:always;
width:100%; 
height:auto;
margin: 5px;
padding: 5px;  

}

div#rightad1  {
display: none;
}

div#rightcontent1 {

width:100%; 
height:auto;
margin: 5px;
padding: 5px;  
text-align:left;
}

div#form0 {
margin: 5px;
padding: 5px;  
height:auto;
text-align:left;
}

div#construction {

width:100%; 
height:auto;
margin: 5px;
padding: 5px;  
text-align:center;
}

div#rightad2  {
display: none;
}



div#footer {clear:both; 

text-align:center; 
width:100%;
}



p {
page-break-inside: avoid;
}

.style18b5  {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 18px;
color: #000000;
} 
/* main_text color: blue */


.style9b {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
} 
/* footer color: blue */

.style14b {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-align:left;
} 
/* font: 14px color: blue */


/* style code: .style14b5 14 = 14px; b5 = med blue;  b1 = light blue; b9 = dark blue;*/

/* r5 red color: #ff0000; */

/* o5 orange color: #ef9c00; */

/* y5 yellow bodega color: #faf519; */

/* b5 blue  color: #0000ff; */
 
/* b1 aqua color: #00ffff; */
 
/* b2 turquoise color: #49bdef; */

/* b3 persian blue color: #00a8ec; */

/* i indigo navy color: #000080; */

/* v5 violet fuchsia color: #ff00ff; */

/* v9 purple color: #800080; */

/* w1 white color: #ffffff; */

/* k9 black color: #000000; */




a:link {
color: #0000ff;
text-decoration: none
}

/* color: yellow */



a:visited {
color: #0000ff;
text-decoration: none
}
/* color: yellow */
 


a:active {
color: #0000ff;
text-decoration: none
}

/* color: yellow */



a:focus {
color: #0000ff;
text-decoration: none; 
}
/* color: blue */




a:hover {
color: #0000ff;
text-decoration: none; 
}
/* color: blue */






/* WEB SITE TITLE */
h1 {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 72px;
font-weight: normal;text-align:center;color: #0000ff;
page-break-after: avoid;
}
/* WEB SITE TITLE */

/* WEB SITE TAGLINE */
h2 {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;text-align:center;color: #0000ff;
page-break-after: avoid;
}
/* WEB SITE TAGLINE */

/* WEB PAGE TITLES */
h3 {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
text-align:center;
color: #0000ff;
page-break-after: avoid;
}
/* WEB PAGE TITLES */

/* BULLET HEADING */
h4 {
font-family: "Century Gothic", Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-align:left;
color: #0000ff;
page-break-after: avoid;
}
/* BULLET HEADING */





/* COLOR PALETTE */
/* 00aeed persian blue	color1: background-color  */
/* faf519 pastel yellow color2: WEB SITE TITLE, WEB SITE TAGLINE, NAV HEADING, nav li, A:link, A:visited, A:hover */
/* 0000ff blue         color2b: Opening Statement, text (main_text, footer), FORM TEXT */
/* 0000ff blue         color3: WEB PAGE TITLE */


