* {
 margin-left: auto;
 margin-right: auto;
}
 
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 13px;
}
#wrapper {
 width: 770px;
}
#header {
 height: 220px;
 background-image: url(tempgrfx/header.jpg);
 background-repeat: no repeat;
}
#headercontent {
 float: right;
 padding-top: 23.5%;
 padding-right: 28%;
 color: #FFFF00;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 width: 20%;
 display: inline; /* IE Hack */
 float: left;
 background-image: url(tempgrfx/leftcolumn.jpg);
 background-repeat: no-repeat;
 vertical-align: top;
}
#leftcolumncontent { /* Parent Wrapper for inside boxes */
 padding-left: 1%;
 display: inline; /* IE Hack */
 width: 99%;
 float: left;
 background-image: url(tempgrfx/leftcolumnrepeater.jpg);
 min-height: 300px;
}
* html #leftcolumncontent {height:300px} /* IE Min-Height Hack */
#leftcolumnfooter { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 100%;
 float: right;
 background-image: url(tempgrfx/leftcolumnfooter.jpg);
 background-repeat: no-repeat;
 min-height: 30px;
}
* html #leftcolumnfooter {height:30px} /* IE Min-Height Hack */
#centercolumn {
 display: inline; /* IE Hack */
 padding: 10px;
 width: 72.1%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 
#centercolumn li {
 margin-left: 10px;
}
#centercolumn p {
 margin: 10px;
}
#footer {
 background-image: URL(tempgrfx/bottombar.jpg);
 background-repeat: no-repeat;
 display: inline; /* IE Hack */
 padding: 20px;
 float: left;
 width: 100%;
 min-height: 30px;
 text-align: center;
}
.menu {
        font-size: 12pt;
        width: 90%;
        float: left;
        padding-left: 5%;
}
A.menu:link {
	text-decoration: none;
	color: white;
        padding: 2px 2px 10px 2px;
}
A.menu:visited {
        text-decoration: none;
        color: white;
        padding: 2px 2px 10px 2px;
}
A.menu:hover {
	text-decoration: none;
        color: yellow;
        background-color: black;
        padding-left: 12%;
}
A.menu:focus {
	text-decoration: none;
	color: red;
        background-color: white;
}
.style1 {
	color: #000000;
	font-weight: bold;
	font-size: 16px; padding: 5px;}
.style2 {font-size: 18px; padding: 5px;}
.style3 {color: #F20884}
.style4 {color: #DD0806}
.style5 {color: #000000}
.style32 {
	font-size: 10px;
	font-style: italic;
}
.style33 {color: #DF1816}
.style34 {font-size: 10px}
.style35 {
	color: #F549A4;
	font-weight: bold;
}
.style36 {color: #F549A4}
.style37 {
	font-size: 14px;
	color: #F2188C;
}
.style38 {font-size: 24px}
.style39 {
	color: #DD0806;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style40 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.style43 {color: #F20884; font-family: Arial, Helvetica, sans-serif; }
.style44 {font-size: 14px}
.style45 {font-size: 9px}
.style46 {font-size: 16px}
.style48 {font-size: 18px; color: #1010D6; }
.style49 {font-size: 10px; color: #1010D6; }
.style50 {color: #1010D6}
.style51 {color: #000000; font-size: 10px; }

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #0000FF;
font-family: Georgia, "Times New Roman", Times, serif;
/* font-family: Arial, Helvetica, sans-serif; */
font-weight: bold;
font-style: normal;
}

h1 {
font-size: 24px;
margin-bottom: 3px;
}

h2 {
font-size: 20px;
margin-bottom: 2px;
}

h3 {
font-size: 18px;
margin-bottom: 2px;
font-style: italic;
color: #999999;
}

h4 {
font-size: 16px;
margin-bottom: 1px;
}

h5 {
font-size: 12px;
margin-bottom: 1px;
}

h6 {
font-size: 12px;
margin-bottom: 0px;
}






