/* General Global Stuff */
 body {
   background: #C5ADD4 url("/images/bg.png") top center repeat-y;
   font: 76% Verdana,Tahoma,Arial,sans-serif;
   margin: 0 auto;
   padding: 0;
 }

 a {
   color: #286ea0;
   text-decoration: none;
 }

   a:hover {
     color: #286ea0;
     text-decoration: underline;
   }

   a img {
     border: 0;
   }

 h2 {
   font-size: 1.5em;
   margin: 0 0 0.5em 0;
 }

 h3 {
   font-size: 1.3em;
   margin: 0 0 10px 0;
 }

/* Definitions For Main Content Area */
 #content {
   background: #E3D7EA;
   color: #333333;
   margin: 0 auto;
   width: 760px;
 }

/* Front Image */
 #frontpic {
   border: 2px solid #000;
   margin: 0 0 10px 0;
 }

/* Definitions For Navigation  */
 #nav {
   clear: left;
   float: left;
   font-size: 0.9em;
   margin: 0 0 10px 0;
   padding: 0;
   width: 150px;
 }

   #nav li {
     margin-bottom: 4px;
   }

   #nav li a {
     background: #8E60AB url("/images/menubg.png") bottom right no-repeat;
     border-left: 4px solid #C5ADD4;
     color: #f4f4f4;
     display: block;
     font-weight: bold;
     height: 16px;
     padding: 4px 0 0 10px;
     text-decoration: none;
   }

   #nav li a:hover {
     background: #C5ADD4 url("/images/hmenubg.png") bottom right no-repeat;
     border-left: 4px solid #8E60AB;
     color: #333333;
   }

   #nav ul {	
     font-size: 1.1em;
     list-style: none;
     margin: 0 0 20px 0;
     padding: 0;
     width: 150px;
   }	

/* Definitions For nav2igation  */
   .nav2 {
     font-size: 0.9em;
     margin: 0 0 10px 0;
     padding: 0 0 0 10px;
     width: 140px;
   }

   .nav2 li {
     margin-bottom: 4px;
   }

   .nav2 li a {
     background: #8E60AB url("/images/menubg.png") bottom right no-repeat;
     border-left: 4px solid #C5ADD4;
     color: #f4f4f4;
     display: block;
     font-weight: bold;
     height: 16px;
     padding: 6px 0 0 10px;
     text-decoration: none;
   }

   .nav2 li a:hover {
     background: #C5ADD4 url("/images/hmenubg.png") bottom right no-repeat;
     border-left: 4px solid #8E60AB;
     color: #333333;
   }

   .nav2 ul {	
     font-size: 1.1em;
     list-style: none;
     margin: 0 0 0px 0;
     padding: 0;
     width: 140px;
   }

   .nav3 {
     margin: 0 0 0 0;
     padding: 0 0 0 10px;
     width: 140px;
     color: #000;
   }

 #forumnav {
   height: 48px;
   margin:0px auto;
   padding-left: 35px;
   width:770px;
 }

   #forumnav ul {
     color: White;
     float: left;
     font-family: arial, helvetica, sans-serif;
     font-size: 1.1em;
     margin-left:0;
     margin-top: 4px;
     padding-left: 0;
     width: 100%;
   }

   #forumnav ul li { display: inline; }

   #forumnav ul li a {
     background: #8E60AB url("/images/menubg.png") bottom right no-repeat;
     border-left: 4px solid #C5ADD4;
     color: #f4f4f4;
     font-weight: bold;
     text-decoration: none;
     text-align: left;
     width: 130px;
     float: left;
     height: 14px;
     padding: 3px;
     padding-left: 6px;
     margin-right: 4px;
  }

   #forumnav ul li a:hover {
     background: #C5ADD4 url("/images/hmenubg.png") bottom right no-repeat;
     border-left: 4px solid #8E60AB;
     color: #333333;
   }

/* Definitions For Main Text  */
 #text {
   border-left: 1px solid #8E60AB;
   line-height: 1.6em;
   margin: 0 10px 20px 160px;
   padding: 0 10px 0 10px;
   text-align: left;
 }

/* Definitions For Footer  */
 #footer {
   border-top: 2px solid #8E60AB;
   color: #808080;
   clear: both;
   font-size: 0.9em;
   margin: 0 auto;
   padding: 10px 0 20px 0;
   text-align: center;
   width: 760px;
 }

/* Definitions For Nav Boxes */
 .navbox {
   background: #C5ADD4 url("/images/hmenubg.png") bottom right no-repeat;
   border-left: 4px solid #8E60AB;
   color: #333333;
   line-height: 1.4em;
   margin: 10px 0 10px 0;
   padding: 10px;
   width: 130px;
 }

 .navbox img {
   padding: 3px;
 }

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}