body {
  background-color: 660033;
  background-position: top center;
  background-repeat: repeat-y;
  margin:20;
  font-family:"Trebuchet",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  color:#000000;
  text-align:center;
  vertical-align:middle;
  }
a:link {
  border-width:0;
  color:#990033;
  text-decoration:none;
  font-weight: bold;
  }
a:visited {
  border-width:0;
  color:#990033;
  text-decoration:none;
  font-weight: bold;
  }
a:hover {
  border-width:0;
  color:#990033;
  text-decoration:underline;
  font-weight: bold;
  }
a img {
  border-width:0;  
  text-decoration:none;
  }
p {
  margin:5,5;
  font-family:"verdana",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  text-align:none;
  padding-right:10;
  padding-left:10;
  }
b {
  margin:0;
  padding:0;
  font-family:"verdana",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  font-weight: bold;
  text-align:left;
  color:#000000;
  text-transform:none;
  text-decoration:bold;
  }
i {
  margin:0;
  padding:0;
  font-family:"Verdana",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  text-align:left;
  color:#464646;
  text-transform:none;
  text-decoration:bold;
  }


/* Text Headings
----------------------------------------------- */
h2 {
  padding:5px 20px;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.2em;
  align:right;
  color:#800080;
  }

/* Site
----------------------------------------------- */
#site {
  background-color:#ffffff;
  background-image: url('../images/bg.gif');
  background-position: top center;
  background-repeat: repeat-y;
  border-width:3;
  border-color:#000000;
  border:3px solid #ef9c00;
  width:860px;
  margin:10 auto;
  align:center;

  }

  /* Header
----------------------------------------------- */
#header {
  border-width:0;
  border-color:#000000;
  border:0px solid #000000;
  width:860px;
  height:125px;
  margin:0 auto;
  }

  /* Content Index
----------------------------------------------- */
#contentindex {
  border-width:0;
  border-color:#000000;
  border:0px solid #000000;
  width:860px;
  height:640px;
  margin:0 0;
  align:center;
  clear:both;
  }



/* leftside
----------------------------------------------- */
#leftside {
  width:440px;
  height:640px;
  margin:0;
  text-align:right;
  align:right;
  float:left;
  }

/* rightside
----------------------------------------------- */
#rightside {
  width:355px;
  height:640px;
  margin:0;
  text-align:left;
  float:right;
  }

  /* News Flash Text Area1
----------------------------------------------- */
#textarea {
  background-color: #ffffff;
  border-color:#660033;
  border:1px solid #660033;
  width:255px;
  height:125px;
  margin:0,0;
  text-align:left;
  align:right;
  }

 /* News Flash Text Area2
----------------------------------------------- */
#textarea2 {
  background-color: #bfb2d3;
  border-color:#660033;
  border:1px solid #660033;
  width:255px;
  height:130px;
  margin:0,0;
  text-align:left;
  align:right;
  }

 /* News Flash Text Area3
----------------------------------------------- */
#textarea3 {
  background-color: #f5ba5c;
  border-color:#660033;
  border:1px solid #660033;
  width:255px;
  height:130px;
  margin:0,0;
  text-align:left;
  align:right;
  }

  /* Sub Content
----------------------------------------------- */
#subcontent {
  width:700px;
  height:auto;
  min-height:545px;
  clear:both;
  }

/* sub leftside
----------------------------------------------- */
#subleft {
  background-color:#ffffff;
  width:180px;
  height:545px;
  margin:0;
  padding:0;
  text-align:left;
  float:left;
  }

/* sub rightside
----------------------------------------------- */
#subright {
  background-color:#ffffff;
  width:490px;
  height:auto;
  min-height:545px;
  margin:1;
  padding:2;
  text-align:left;
  float:right;
  }


/* Footer
----------------------------------------------- */
#footer {

  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:10px;
  width:860px;
  height: 50px;
  text-align:right;
  color:#ffffff;
  margin: 5;
  clear: both;
  }
#footer a:link {
  background:#333333;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }
#footer a:visited {
  background:#333333;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }
#footer a:hover {
  background:#990033;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }