@charset "UTF-8";
* {margin: 0px;
   padding:0px;
}

#header {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	text-align:center;
	border: 1px solid #663;
}

/*#footer
{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #06c;
	width: 800px;
	text-align: center;
	background-color: #dcf4e8;
	
}*/

body {
 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;}
	



/*h1{ 	font-weight: bold;
font: 1.5em Georgia, "Times New Roman", serif; 
letter-spacing: 1px;
color:#306;
}*/

h1
{   font-size: 20px; 
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	text-align: left;
	line-height: 26px;
    color: #155;
    vertical-align: top;}


/*h2
{
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	text-align: left;
	line-height: 26px;
    color: #155;
    vertical-align: top;

}*/
h2
{   font-size: 18px; 
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	text-align: left;
    color: #155;
    vertical-align: top;}

h3
{   font-size: 14px; 
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	text-align: left;
	line-height: 26px;
    color: #155;
    vertical-align: top;
	line-height: 18px;}
	
/*h4 { 	font-weight: bold;
		font: 1.5em Georgia, "Times New Roman", serif; 
		letter-spacing: 1px;
	    color:#639;
}*/

h4 {font: bold 2em Georgia, "Times New Roman", serif; letter-spacing: 1px;}

h5 {
	font-weight: bold;
	font: 1.4em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:#639;
}
h6 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #639;}

.body2
{
	line-height:18px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.pinkboldsp
{  font-style: italic;
	font-size:8px;
	line-height:18px;
	font: 1.5em "Comic Sans MS";
	color: #C06;
}

.boldital
{
	color: #155;
	font-family: arial;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;   }
	
.boldital2
{
	color: #155;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #C4E2C1;
}

.intro-txt
{
	color: #155;
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	
	letter-spacing: .05em;
}



/*h2 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #00332e;}*/



.navtext {
	text-align: center;
	font-size: 12px;
	letter-spacing:.1em;
	color: #603;
	font-family: Arial, Helvetica, sans-serif;}


.container {
	width: 720px;
	height: 900px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #ab91a4;
	}
	
.container2 {
	width: 800px;
	height: autopx;
	padding:2px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px dotted #ff8fed;*/
	}
	
.container3 {
	height: autopx;
	padding:10px;
	margin-left: 20%;
	margin-right: 20%;
	border: 1px solid #ab91a4;
	background-color: #f7f7de;
	}
.container600 {
	width: 600px;
	height: autopx;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border: 1px solid #ab91a4;
	background-color: #f7f7de;
	}

.c {text-align: center;}


.col-a, .col-b
{
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	/* this centers the 2 columns */
	/*border: 1px solid #06c;*/ 
	border: 1px dotted #6cf;}


.img-floatLeft { 
    float: left; 
    margin: 2px; }

.img-floatRight { 
    float: right; 
    margin: 2px; }

.col-a { width:230px;
	     /*border: 1px dotted #600;*/
	     float:left;}
       
.col-b { width:445px;
         /*border: 1px dotted #600;*/
	     float:right;}
.indent {
	text-indent: 10px;
	
}
