/* CSS Document */
body { background-image:url(images/bg.gif); background-repeat:repeat; text-align: center;
	   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #5c5133; }
.bg2 { background-image: none; background-color:#f6e5b6; }
.bg3 { background-image: none; background-color:#f6f5c6; }

#wrapper { width: 680px; margin: 0 auto; text-align: left; position: relative;}
#wrapper2 { width: 660px; margin: 0 auto; text-align: left; position: relative;}
#header { width: 680px; height: 60px; }
#header2 { width: 680px; height: 90px; }
#navbar { width: 680px; height: 60px; }
#navbar2 { width: 680px; height: 30px; }
#contentArea { width: 660px; padding: 10px;} /* background-color:#f6e5b6; */
#contentArea2 { width: 660px; padding: 10px; background-color:#f6e5b6; }
#leftPanel { width: 180px; float: left;  left: 10px;}
#rightPanel { width: 450px; float: left; left: 200px; border-left: solid red 1px; padding-left: 10px; }
#footer { width: 680px; clear: both; height: 100px; text-align: center;}
#footer2 { width: 680px; clear: both; height: 45px; text-align: center;}

h1, h2, h3, h4 , h5, h6 { margin-bottom: 0px; color:#ba2f2f; font-family: Georgia, "Times New Roman", Times, serif; }
h1, h3, h5 { text-align:center; }
h2, h4, h6 { text-align:left; }
h3, h4, h5, h6 { font-weight: bold; }
h5, h6 { font-size: 0.9em; color:#951818; }
.uptext { margin-top: 0px; }

.padleft { padding: 5px 5px 5px 10px; }
.padright { padding: 5px 10px 5px 5px;}

li {list-style-image:none; }

a { color:#993399; font-weight:bold; text-decoration:none;  }
a:visited, a:active {color: #993399; }
a:hover {color: #992255; }

a.copy { font-family:Arial, Helvetica, sans-serif; color:#CC6600;}

hr { color:#CC3300; height: 2px; }

img { border: 0px; }