/**********************/
/* General Formatting */
/**********************/

body {
  background-image:url(images/bg.jpg);
  background-color: #835163;
  margin: 0px 0px 0px 0px;
  padding: 0px;
 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #202020;
  line-height:16px;
  
  scrollbar-face-color:#ecdfca;
  scrollbar-arrow-color:#835163;
  scrollbar-track-color:#ffffff;
  scrollbar-shadow-color:'';
  scrollbar-highlight-color:'';
  scrollbar-3dlight-color:'';
  scrollbar-darkshadow-Color:'' }


p {
  margin: 0px 0px 15px 0px;
  line-height: 16px; }
  
#ptri { margin-bottom:5px; }

  
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; margin:0px 0px 5px 0px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; margin:0px 0px 5px 0px; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; margin:0px 0px 5px 0px; }

#heading-addon { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; }

td { vertical-align: top; }


form { margin: 0px; }

textarea, input, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #202020;
  border: 1px solid #dfcda9;
  vertical-align: top; }
  
ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 15px; }
  
ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 15px; }

li { line-height: 16px; padding-bottom:10px; }
li#nospace { line-height: 14px; padding-bottom: 0px; }



/*******************/
/* Link Formatting */
/*******************/

a#text:link    { color: #835163; text-decoration: none; font-weight:bold;  }
a#text:visited { color: #835163; text-decoration: none; font-weight: bold; }
a#text:hover   { color: #835163; text-decoration: underline; font-weight:bold; background-color: #ebdfc9; }
a#text:active  { color: #835163; text-decoration: underline; font-weight:bold; background-color: #ebdfc9; }

a#footerlink:link    { color: #ffffff; text-decoration: none; }
a#footerlink:visited { color: #ffffff; text-decoration: none; }
a#footerlink:hover   { color: #ffffff; text-decoration: underline; }
a#footerlink:active  { color: #ffffff; text-decoration: underline; }

a#eventlink:link    { color: #835163; text-decoration: none; }
a#eventlink:visited { color: #835163; text-decoration: none; }
a#eventlink:hover   { color: #835163; text-decoration: underline; }
a#eventlink:active  { color: #835163; text-decoration: underline; }

 



/**********************/
/* Section Formatting */
/**********************/

#wrapper {
  background-color:#ffffff;
  text-align:left;
  width: 700px;
  height: 550px;
  margin: 0px;
  padding: 0px;
  border: 1px solid #404040;
  margin: 0 auto;
  position: relative; }
  

#col-left {
  width: 185px;
  margin: 5px 0px 0px 4px;
  padding: 0px;
  float: left; }
  
#col-left2 {
  width: 185px;
  margin: 0px 10px 5px 0px;
  padding: 0px;
  float: left; }
  
#bodycontent {
  width: 483px;
  height: 366px;
  margin: 0px;
  padding: 10px;
  overflow: auto; }  
  
#bodycontent-full {
  width: 675px;
  height: 366px;
  margin: 0px;
  padding: 10px;
  overflow: auto; }


#events {
  background-color: #faf7f2;
  text-align: left;
  width: 166px;
  height: 170px;
  margin: 0px;
  padding: 3px 7px 3px 5px;
  border-top: 1px solid #835163;
  border-right: 1px solid #835163;
  border-left: 1px solid #835163;
  overflow: auto; }
  
#events-addon {
  background-color: #ebdfc9;
  text-align: left;
  width: 164px;
  height: 70px;
  margin: 0px;
  padding: 2px 7px 7px 7px;
  border: 1px solid #835163;
  overflow: hidden; }


#header-inner {
  background-color: #ebdfc9;
  text-align: center;
  vertical-align: middle;
  width: 689px;
  height: 14px;
  padding: 5px 2px 3px 2px;
  margin: 3px 3px 5px 3px;
  clear: left; }
  
#footer-inner {
  background-color: #ebdfc9;
  text-align: center;
  vertical-align: middle;
  width: 689px;
  height: 18px;
  padding: 2px;
  margin: 3px;
  clear: left; }
  
#footer {
  font-size: 9px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  width: 700px;
  padding: 1px 1px 0px 1px;
  margin: 0px 0px 0px 1px;
  clear: both; }
  
  
  
/************************/
/* Alternate Formatting */
/************************/

#col-right {
  width: 185px;
  margin: 10px 1px 0px 0px;
  padding: 0px;
  float: right; }
  
#bodycontent-alternate {
  width: 485px;
  height: 385px;
  margin: 0px;
  padding: 10px;
  overflow: auto;
  float: left; }