/* NOTES 	
	Last Modified 			::	01/31/10
	
	COLOR REFERENCES
	Dark Blue			              ::	                 #2B6197
	Light Blue			              ::	                #C2D4E7
	LIghtest Blue		              ::	               #E2ECF6
	
	Dark Gray                                               ::               #A7A7A7
               medium grey                                            ::                #666666             			
	Light Gray			::	#CBCBCB 
	
	Yellow				::	#FFCC65
                 Dark Green                                             ::              #003333
                Green                                                       ::              #008B45  
               dark red                                                    ::              #8B0000
              darkorchid1                                               ::              #BF3EFF
              darkorchid                                                 ::              #9932CC
             Medium Orchid2                                        ::              #C45AEC 
               burgpurp                                                  ::              #660033;  
                                           ::              #660033;

*/



/* GLOBAL */


/* this sets a global default font and color */

*{

	 font-family:Monotype Corsiva;

	font-size:18px;
	                font-weight:200;
	
                color:#006699;

	}


/* this hacks the form tag so it doesn't affect display at all */	

form{

	margin:0px;

	padding:0px;
	                 display:inline;
	
       }	
	

/*  this sets up the page so that the main elements are centered */	

body{
	text-align:center;
	margin:0px 0px 0px 0px;

	
	}


/* this fixes the bold tag that basically gets disabled in the * declaration */	
	
b{
	font-weight:bold;
	}
/* ------------------------------------------------------------------------------------- */


a{

	color:#660033;

                text-decoration:none;

	}


a:hover{

	color:#6699FF;
 
        text-decoration:none;

	}


a:visited{

	color:#996600;
    text-decoration:none;

	}

	
#main {
	margin:0px;
	width:1000px;
	text-align:center;
	padding:0px;
	background: #FFFFFF;

           }


/* everthing here stays to the left */

#leftbar {
  margin:100px;
  float:left;
  width:150px;
  text-align:center;

}
/* everything here stays to the right */
#rightbar 
{
	margin:0px;
	float:left;
	width:150px;
	text-align:right;
}


/* everything here is in the middle */

#content 
{
  
width:540px;
  float:left;
  text-align:center;
  padding:30px;

}


/*this gives extra space between paragraphs in the content box */
/*for sale pages*/




#footer {
  clear:both;
  font-size:14px;
  width:900px;
  text-align:center;
  }

                          


#contentbox {
    border-style:solid;
    border-width:1px 0px 0px 1px;
    border-color:silver;
    width:680px;
    height:80%;
	        }

.drawingbox1 {
 color: #FF6666;
 font-family: verdana; 
 font-size: 14px; 
 font-weight:bold;
 width: 220px; 
 height: 70px; 
 padding: 1px;
 border: 3px double #FF6666; 
 background: #FFFF99;
 
 }

                    



.drawingbox {
 
color: #2B6197;
 font-family: verdana; 
 font-size: 14px; 
 font-weight:bold;
 width: 220px; 
 height: 70px; 
 padding: 1px;
 border: 0px double #2B6197; 
 background: #FFFFFF;

                      }


.jimg {

    text-align:left;
    width:100px;
    border-bottom:1px solid #ccc;
    padding:1px 0px 2px 1px;

                    }


.jtxt {
    font-family: arial, helvetica, sans-serif;
	width:155px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:1px 3px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;

                  }


iframe{
	width:300px;
	height:300px;
	margin-top:2px;

	}




h1{
 
 font-family:Monotype Corsiva;
	color:#660033;
	font-size:25pt;

                      }

	
h2{
	color:#2B6197;
	font-weight:bold;
	font-size:19px;
	text-align:left;
    margin:0px 0px 0px 0px;

	}

		
h3{

	color:#006699;
	font-weight:bold;
	font-size:18px;
	display:inline;

	}
	


h4{ 
	color:#660033;
	font-weight:bold;
	font-size:18px;
	display:inline;
   }
 
       


h5{
	color:#666600;
	font-weight:bold;
	font-style:italic;
	font-size:25px;
	text-align:center;
    }
	
 h6{
	
	font-size:18px;
	color:#2B6197;
	padding:5px;
	padding-top:7px;
	font-weight:bold;
	margin:-5px 0px 2px 0px;
	background-color:#C2D4E7;
	width:100%;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A7A7A7;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	border-left-color: #A7A7A7;
	     }
		 
		 
       
h7{
	color:#663797;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	text-align:center;
	margin:0px 0px 0px 0px;
	}
       	
		
h8{
 
 font-family:Monotype Corsiva;
	color:#663797;
	font-size:25pt;

                      }

