/* sets the main body properties */
HTML {
scrollbar-arrow-color: #006633;
scrollbar-face-color: #66cc66;
scrollbar-3dlight-color: #CCFFCC;
scrollbar-highlight-color: #006633;
scrollbar-shadow-color: #006633;
scrollbar-darkshadow-color: #FFFFCC;
scrollbar-track-color: #CCFFCC;
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size: 75%;
margin: 20px 50px;
background-color: #BBAC9F;
color: #000000;
}

P, TD, LI, UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */

A {COLOR: #006633; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 16x; font-weight: bold;}
A:HOVER {COLOR: #80ff80; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold;}
A:ACTIVE {COLOR: #006633; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 146x; font-weight: bold;}

A.menu      {
  COLOR: #006633; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold;
}

A.menu:hover {
  COLOR: #80ff80; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold;
}
A.menu:active {
  COLOR: #006633; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold;
}

.menu      {
  COLOR: #006633; TEXT-DECORATION: none; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: normal;
}

/* We like to use headings for special effects */

H1 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 24px;
font-weight: normal;
}

h2 {
color: #BBAC9F;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h4, h5, h6 {
color: #BBAC9F;
text-align: left;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

HR {
color: #FF0000;
height: 1px;
width: 100%;
}

li {
list-style-image:   url("images/bullets.gif");
}

.header {
background-color: #8C7766;
color: #000000;
border: 1px solid #000000;
}

.header2 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 24px;
font-weight: normal;
}

.sidebar {
background-color: #8C7766;
color: #000000;
text-align: center;
line-height: 20px;
padding: 5px;
width: 225px;
vertical-align: top;
border: 1px solid #000000;
}

.main {
background-color: #FFFFFF;
color: #006633;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
}

.hottopic {
background-color: #8C7766;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #BBAC9F;
}

.where {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFff;
}
.where2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006633;
}
.where3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990066;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 48px;
	color: #006633;
	letter-spacing: 8px;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 32px;
	color: #006633;
	letter-spacing: 4px;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
    font-weight: normal;
    text-decoration: none;		
}
A.footer     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
    font-weight: normal;
    text-decoration: none;		
}
A.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #80ff80;
    font-weight: normal;
    text-decoration: none;				
}
A.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
    font-weight: normal;
    text-decoration: none;			
	
}

