/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
      font-family: arial, sans-serif;
}
#oldbrowser
{
	text-align: center;
}
#masthead 
{
	text-align: center;
      padding: 0px;
}
#leftcolumn
{
	margin-right: -150px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 150px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 410px;
}
#contentColumn
{
	width: auto;
	margin-left: 149px;
}
#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 410px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #0000ff;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px;
}
#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ffff00;
	color: #ffff00;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #ffff00;
	color: #0000ff;
	min-width: 500px;
}
h1
{     
      font-family: arial, sans-serif;
      font-size: 180%;
      color: #0000ff;
      text-align: center;
      
}
h2
{
      font-family: arial, sans-serif;
      font-size: 120%;
      color: #0000ff;
      text-align: left;
}
h3
{
      font-family: arial, sans-serif;
      font-size: 120%;
      color: #0000ff;
      text-align: center;
}
h4
{
      font-family: arial, sans-serif;
      font-size: 80%;
      color: #0000ff;
      text-align: left;
}
h5
{
      font-family: arial, sans-serif;
      font-size: 80%;
      color: #0000ff;
      text-align: center;
}
h6
{
      font-family: arial, sans-serif;
      font-size: 70%;
      color: #0000ff;
      text-decoration: none;
}

a:link 
{
      color: #0000ff; 
      font-family: arial, sans-serif; 
      font-size: 16px;
      font-weight: bolder;
      text-decoration: none;
}
a:visited 
{
      color: #0000ff; 
      font-family: arial, sans-serif; 
      font-size: 16px;
      font-weight: bolder;
      text-decoration: none;
}
a:hover 
{
      color: #ff0000; 
      font-family: arial, sans-serif; 
      font-size: 16px;
      font-weight: bolder;
      text-decoration: none;
}
a:active 
{
      color: #ff0000;  
      font-family: arial, sans-serif; 
      font-size: 16px;
      font-weight: bolder;
      text-decoration: none;
}
div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 15px;
  background-image: url(/images/clover.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}
/* */
img
{
      text-align: center;
      border-style: solid;
      border-width: 0px;
      border-color: #0000ff;
}
p.img2
{
      text-align: center;
      border-style: solid;
      border-width: 2px;
      border-color: #ff0000;
}

div.center
{
      margin-left: auto;
      margin-right: auto;
      width: 390px;
}
div.centermain
{
      margin-left: auto;
      margin-right: auto;
      width: 390px;
}
p.center
{
      text-align: center;
}
p.red
{
      font-family: arial, sans-serif;
      font-size: 180%;
      font-weight: bolder;
      color: #ff0000;
      text-align: center;
}
p.address
{
      font-family: arial, sans-serif;
      font-size: 180%;
      font-weight: bolder;
      color: #009e60;
      text-align: center;
}
blockquote
{
      background-color: #ccffcc;
      border: 1px solid #009e60;
      padding:10px;
}


  








