/*__________________________________ SITE DEFINITIONS __________________________________*/
/*___ All colors are for div differentiation only ___*/
  /*___ Comment ___*/
BODY
{
}
div.page  /*___ This is just to hold the other divs together ___*/
{       
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#FFFFCC;   /*___ If you see yellow, something is wrong. ___*/
}

div.top  /*___ Usually where the logo and site name go. ___*/
{       
	align:center;
	height:140px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFCC;
}

div.menu
{
	margin-top:10px;
	margin-bottom:10px;

}

div.content  /*___ This is usually where the content goes ___*/
{
	top:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:auto;
	margin-left:60px;
	width:680px;  /*___ If this is too wide, it will wrap to below middle-left. ___*/
	background-color:#FFFFCC;
}

#gAds  /*___ Space for Google Ads ___*/
{
	float:right;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	width:100px;
	height:100%;
}

div.bottom
{
	clear:both;
	top:0px;
	height: 35px;
	align:center;
	margin-top:-5px;
	margin-bottom:0px;
	background-color:#FFFFCC;
}

div.footer
{
	clear:both;
	top:0px;
	height: 35px;
	align:center;
	margin-top:-5px;
	margin-bottom:0px;
	background-color:#FFFFCC;
}


/*__________________________________ HEAD DEFINITIONS __________________________________*/
p.head1
{	
	font-family:verdana;
	font-size:14.0pt;
	font-weight:bold;
	text-align:left;
	color:#22516F;
	margin-top:0px;
	margin-bottom:6px;
	margin-left:10px;	
	page-break-after:avoid;
}
	
p.head2
{	
	font-family:verdana;
	font-size:12.0pt;
	font-weight:bold;
	font-style:italic;
	color:#22516F;	
	text-align:left;
	margin-top:10px;
	margin-bottom:6px;
	margin-left:10px;		
}

p.head3
{	
	font-family:verdana;
	font-size:11.0pt;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:6px;
	margin-left:10px;		
}	

p.head4
{	
	font-family:verdana;
	font-size:10.0pt;
	font-style:italic;
	font-weight:bold;
	color:#22516F;	
	text-align:left;
	margin-top:8px;
	margin-bottom:4px;
	margin-left:10px;		
}


/*__________________________________ LIST DEFINITIONS __________________________________*/

li
{
    font-family:verdana;
    font-size:10pt;
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}


/*______________________________ MISC P CLASS DEFINITIONS _______________________________*/

body
{
    font-family:verdana;
    font-size:10pt;
    margin-top:0px;
    margin-bottom:3px;
    margin-left:0px;
    margin-right:0px;
    background-color:#FFFFCC;
}

p
{
    font-family:verdana;
    font-size:10pt;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    background-color:#FFFFCC;
}

p.para
{
    font-family:verdana;
    font-size:10pt;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}

p.indent
{
    font-family:verdana;
    font-size:10pt;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:50px;
    margin-right:30px;
    background-color:#FFFFCC;
}

P.paraindent
{
    font-family:verdana;
    font-size:10pt;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:20px;
    margin-right:30px;
    background-color:#FFFFCC;
}

P.right
{
    font-family:verdana;
    font-size:10pt;
    text-align:right;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}


P.center
{
    font-family:verdana;
    font-size:10pt;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}

P.center_red
{
    font-family:verdana;
    font-size:10pt;
    color:red;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}


P.paraIndent
{
    font-family:Verdana;
    font-size:10pt;
    text-align=left;
    margin-top:8px;
    margin-bottom:10px;
    margin-left:30px;
    margin-right:30px;
    background-color:#FFFFCC;
}

P.paraLinkList
{
    font-family:Verdana;
    font-size:11pt;
    color: #126374;
    text-align=left;
    margin-top:8px;
    margin-bottom:8px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}
P.cost
{
    font-family:verdana;
    font-size:10pt;
    color:#22516F;
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    margin-right:30px;
    background-color:#FFFFCC;
}

p.note
{
    font-family:verdana;
    font-size:10pt;
    font-style:italic;
    text-align:left;
    border:dotted .25pt;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:30px;
    background-color:#F5E49C;
}

P.quote1
{
    font-family:viner hand itc; arial; verdana;
    font-size:14pt;
    color:navy;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:30px;
    margin-right:80px;
}

P.quote2
{
    font-family:verdana;
    font-size:10pt;
    font-style:italic;
    color:blue;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:30px;
    margin-right:80px;
}

P.author
{
    font-family:verdana;
    font-size:9pt;
    color:black;
    text-align:right;
    margin-top:0px;
    margin-bottom:5px;
    margin-left:30px;
    margin-right:80px;
}

P.returntop
{
    font-family:arial;
    font-size:8pt;
    text-align:right;
}




/*__________________________________ HYPERLINK DEFINITIONS __________________________________*/


A:link
{
	COLOR: #0000cc;
}
A:active
{
	COLOR: #000099;
}
A:visited
{
	COLOR: #000099;
}
A:hover
{
    COLOR: #660000;
    TEXT-DECORATION: none
}


