@CHARSET "ISO-8859-1";
html{height: 100%;}

body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #006600;
        background-color: #669966;
        margin: 0px;
}

/* main container */
#main
{ width: 940px;
  margin-left: auto; 
  margin-right: auto;
}

.backgroundColor {
        background-color: #669966
}
.center {
   text-align: center;  
}

h1 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #006600;
        background-color: #FFFFCC;
        text-align: center;
}
h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #006600;
        background-color: #FFFFCC;
        text-align: left;
}

h3 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #006600;
        background-color: #FFFFCC;
        text-align: left;
}

DIV.Warning {
	background-color: #DFE4AA;
	border: 1px solid #C6944E;
	margin: 1em;
	padding: 1em;
}

DIV.Warning H2 {
	background-color: #DFE4AA;
	color: #C6944E;
	margin-top: 0;
}

.small {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #006600;
        background-color: #669966;
        margin: 5px;
}
.smalltxt {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #006600;
        background-color: #FFFFCC;
        margin: 5px;
}
td {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #006600;
        vertical-align: top;
}

th {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #006600;
        text-align: center;
}

A:link {
        color: #755B3C;
        text-decoration: underline;
}

A:visited {
        color: #669966;
        text-decoration: underline;
}

A:active {
        color: #006600;
        text-decoration: underline;
}

A:hover {
        color: #006600;
        text-decoration: underline;
}

.just {
        text-align: justify;
}

.btnStyle {
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #669966;
}


input {
        font-size: 16px;
}
textarea {
        font-size: 16px;
}
select {
        font-size: 16px;
}


ul {
        list-style-image: url(/images/dot.gif);        
}

.spacey{
	padding-bottom: 8px;
	}
	

.lineHeights {
        line-height: 12px;
}

.wide {
        width: 170px;
}

.smallTableHeader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        color: #006600;
        line-height: 9pt;
        text-transform: none;
        word-spacing: normal;
        background: #fdd;
        border: 1px solid red;
}

.smallTableHeader {
        line-height: 135%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        FONT-WEIGHT: Bold;
        color: #FFFFFF;
        background-color: #D1DEAF;
        LETTER-SPACING: normal;
        TEXT-TRANSFORM: none;
        WORD-SPACING: normal
}

.bigBlack {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        color: #006600;
        letter-spacing: normal;
        text-transform: none;
        word-spacing: normal;
}

.innerTable {
        border-collapse: collapse;
        border: none;
        border-top: none;
        border-bottom: solid 1px #ffffff;
        border-left: none;
        border-right: none;
}

div#header {
   margin-left: auto; 
   margin-right: auto;
        padding: 0px;
        width: 100%;
        height: 30px;
        text-align: center;
        overflow: visible;
        z-index: 10;
}

div#bmsheader {
   margin-left: auto; 
   margin-right: auto;
        padding: 0px;
        width: 100%;
        height: 60px;
        text-align: center;
        overflow: visible;
        z-index: 10;
}
div#logo {
 		position: relative; 
        top: -93px; 
        left: -407px; 
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 100px;
        height: 100px;
        text-align: center;
        overflow: hidden;
        z-index: 9;
}
div#pict {
  		position: relative; 
        top: 10px; 
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        width: 914px;
        height: 100px;
        text-align: left;
        overflow: hidden;
        border: ridge;
        border-color: #669966;
        border-width: 3px;
        z-index: 0;
}

div#content {
	position: relative;
        top: -81px; 
        margin-left: auto;
       	margin-right: auto;
        padding: 5px;
        width: 904px;
        height: auto;
        text-align: left;
        background-color: #FFFFCC;
        overflow-x: hidden;
        overflow-y: visible;
        border: ridge;
        border-color: #669966;
        border-width: 3px;
        
}

.floatLeft { 
  float: left; 
  padding: 0px 8px 0px 0px;
  border: 1px;

}

.floatRight{ 
  	float: right; 
  	margin-top: 20px;
  	padding: 0px 0px 0px 8px;
  	border: 1px;
  	text-align: center;  
  	width: 180px;
}
div#calendar {
 	position: relative;
        top: -81px; 
         left: 2%;
         height: auto;
        padding: 0%;
        width: 94%;
        text-align: left;
        margin: 1%;
        background-color: #FFFFCC;
        overflow: auto;
        border: ridge;
        border-color: #669966;
        border-width: 3px;
        
}
#feed {
	padding: 45px;
 }

div#forums {
	position: relative;
        top: -81px; 
        margin-left: auto;
       	margin-right: auto;
        height: auto;
        padding: 10px;
        width: 96%;
        text-align: left;
         border : ridge;
        background-color: #669966;
        overflow: hidden;
        
        
}
.splash {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(/images/ram_100ct.gif);
}

div#splashFooter {
        position: absolute;
        bottom: 4px;
        left: 0;
        padding: 0px;
        width: 100%;
        height: auto;
        text-align: right;
 }


div#footer {
	position: relative;
	top: -79px;
    width: 904px;
  	text-align: center;
  	font-size:10px;
   	margin-left: auto; 
  	margin-right: auto;
  	z-index: 9;
}
div#indexFooter {
	position: relative;
	top: -79px;
    width: 904px;
  	text-align: center;
  	font-size:10px;
   	margin-left: auto; 
  	margin-right: auto;
  	z-index: 9;
}

div#bmsFooter {
	position: relative;
	top: -79px;
    width: 904px;
  	text-align: center;
  	font-size:10px;
   	margin-left: auto; 
  	margin-right: auto;
  	z-index: 9;
}
.footer {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

.bms A:link {
	color: #006600;
	text-decoration: underline;
	}
.bms A:visited{
	color: #669966;
	text-decoration: none;
}
.bms A:active{
	color: #006600;
}
.bms A:hover{
	color: #669966;
	text-decoration: none;
	}

.footer A:link {
        color: #FFFFCC;
        text-decoration: underline;
}

.footer A:visited {
        color: #FFFFCC;
        text-decoration: underline;
}

.footer A:active {
        color: #006600;
        text-decoration: underline;
}

.footer A:hover {
        color: #006600;
        text-decoration: underline;
}
#toolbarHolder td {
        height: 19px;
        background: url("/image/menu_bg.gif");
        vertical-align: top;
}

#helpCell {
        text-align: right;
}

#mouseRel a {
        text-align: center;
        color: #4A49A8;
        font-weight: bold;
        text-decoration: none;
}

