div, p, td, input, ol, ul, li { 
color: #fff; 
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
}

body {
/*background-color: #336633;*/ /*this is the main background color, but it is referenced by the page template so there's no need to reference it here */
background-color: #979766; /*this color is used instead of the real background color so wysiwyg pro will use this as a background */
color: #fff; 
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif 
}

a {
color: #fff;
text-decoration: none
}

a:hover {
color: #ff0;
text-decoration: none
}

a:visited {
color: #ff9;
text-decoration: none
}

a:active {
color: #f90;
text-decoration: none
}

.Text {
color: #fff; 
font-size: 12px;
}

.SmallText {
color: #fff; 
font-size: 11px; 
}

.PageTitle    { 
color: #030;
font-size: 30px;
font-weight: bold;
line-height: 33px; 
}

.PageSubTitle { 
color: #666666; 
font-size: 16px; 
font-weight: bold 
}
.Header1 { 
color: #142850; 
font-size: 15px; 
font-weight: bold 
}

.Header2
{ 
color: #772222; 
font-size: 15px; 
font-weight: bold 
}

.Header3{ 
color: #000000; 
font-size: 12px; 
font-weight: bold 
}

.Caption { 
color: #666666; 
font-size: 10px; 
font-style: italic;
}

.Copyright {
font-size: 11px
}

.LinkHead {
color: #ffffcc;
font-size: 14px;
font-weight: bold;
padding: 2px 4px 2px 4px;
}

.BodyMargin {
margin-right: 10px; margin-left: 10px
}

#mainlinks { }

#mainlinks td a {
display: block; 
width: 100%;
padding: 3px 0 3px 0;
background-color:transparent;
color:#ddc;
}

html>body #mainlinks td a {
width:auto;
}

#mainlinks td a:hover {
background-color:#771111;
color:#fff;
}
				
#sidelinks {}

#sidelinks ul {
list-style:none;
Padding: 0;
margin: 0;
}
				
#sidelinks li a {
display: block; 
width: 100%;
padding: 2px 4px 2px 4px;
background-color:transparent;
color:#ddc;
}

html>body #mainlinks td a {
width:auto;
}

#sidelinks li a:hover {
background-color:#225522;
color:#ffffcc;
}

input      { margin-top: 1px; margin-bottom: 1px; border-width: 1px; border-color: #666 }
textarea { background-color: #fff; margin-top: 1px; margin-bottom: 1px; border-width: 1px; border-color: #666 }
input:submit   { color: #eee; background-color: #eee; width: 50px; height: 18px }
select     { width: 129px; height: 18px }

