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


/* Hiding division organization========================================================================================

body 

	div#all 

		div#header0 (Optional) 

		div#header1 

			div#logos 

		div#header2 (Optional)  

		div#nav1

		div#nav2 (Optional)

		div#left2col

			div#leftad1
			div#leftcontent1
			div#leftad2

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


		div#footer

========================================================================================End Hiding*/

/*======================*/
/*		GLOBAL PROPERTIES */ 
/*======================*/



body {


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


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


/* WEB SITE TITLE */
h1 {
font-style: italic; font-variant: normal; font-weight: normal;
font-size: 36px;
font-family: Comic Sans MS, Comic Sans MS, cursive;
text-align:left;color: #a60303;
}
/* WEB SITE TITLE */

/* WEB SITE TAGLINE */
h2 {
font-style: italic; font-variant: normal; font-weight: 500;
font-size: 18px;
font-family: Comic Sans MS, Comic Sans MS, cursive;
text-align:left;color: #a60303;
}
/* WEB SITE TAGLINE */

/* WEB PAGE TITLES */
h3 {
font-style: normal; font-variant: normal; font-weight: bold;
font-size: 20px;
font-family: Comic Sans MS, Comic Sans MS, cursive;
text-align:center;color: #a60303;
}
/* WEB PAGE TITLES */

/* BULLET HEADING */
h4 {
font-style: normal; font-variant: normal; font-weight: bold;
font-size: 18px;
font-family: Comic Sans MS, Comic Sans MS, cursive;
text-align: left;color: #a60303;
}
/* BULLET HEADING */


/* COLOR PALETTE */
/* d9b8b8	color1: background-color  */
/* a60303  color2: WEB SITE TITLE, WEB SITE TAGLINE, NAV HEADING, nav li, A:link, A:visited */
/* a6885a  A:focus A:hover */
/* a60303  color2b: Opening Statement, text (main_text, footer), FORM TEXT */
/* a60303  color3: WEB PAGE TITLE */



/*======================*/
/*		HEADER PROPERTIES */ 
/*======================*/

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

div#logos {float:left;
margin: 5px;
}

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

}

/*======================*/
/*		NAV PROPERTIES */ 
/*======================*/


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

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

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

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

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

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

#nav li a.active {
	background: #a60303;
}



/*======================*/
/*		LEFT2COL PROPERTIES */ 
/*======================*/

div#left2col {
width:31%; 
height:auto;
 float:left;
 margin: 5px;
padding: 5px;  
 text-align:center;
 background-color:#83a672;
}

div#leftcontent1 {
width:90%; 
height:auto;
margin: 5px;
padding: 5px;
text-align:left;

}

/*======================*/
/*		RIGHT2COL PROPERTIES */ 
/*======================*/

div#right2col {
width:62%; 
height:auto;
 float:right;
 margin: 5px;
padding: 5px;  
text-align:left;

}

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

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


/*======================*/
/*		FOOTER PROPERTIES */ 
/*======================*/


div#footer {clear:both; 

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

/*======================*/
/*		SPAN CLASS= PROPERTIES */ 
/*======================*/



.style18b5  {
font-family: Comic Sans MS, Comic Sans MS, cursive;
font-size: 18px;
color: #a60303;
} 
/* main_text color: blue */


.style9b {
font-family: Comic Sans MS, Comic Sans MS, cursive;
font-size: 14px;
color: #a60303;
} 
/* footer color: blue */

.style14b {
font-family: Comic Sans MS, Comic Sans MS, cursive;
font-size: 14px;
color: #a60303;
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: #a60303; */

/* b5 blue  color: #a60303; */
 
/* b1 aqua color: #00ffff; */
 
/* b2 turquoise color: #83a672; */

/* b3 persian blue color: #00a8ec; */

/* i indigo navy color: #000080; */

/* v5 violet fuchsia color: #ff00ff; */

/* v9 purple color: #800080; */

/* w1 white color: #a60303; */

/* k9 black color: #a60303; */




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

/* color: yellow */



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


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

/* color: yellow */



a:focus {
color: #428C47;
text-decoration: none; 
}
/* color: blue */




a:hover {
color: #428C47;
text-decoration: none; 
}
/* color: blue */












