body {
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
background-color: #CCCC99;
background-image: url(images/back.gif);
background-repeat: repeat-x;
background-attachment: scroll;
}


/*TEXT Properties*/

p {
font-size: 10pt;
line-height: 1.2em;
}

h1 {
color: #FF0000;
font-size: 12pt;
font-weight: bold;
margin-bottom: 2px;
}
h2 {
color: #FF0000;
font-size: 10pt;
font-weight: bold;
margin-bottom: 2px;
}

blockquote {
margin-top: 1px;
margin-bottom: 1px;
}

/*LINK Properties*/

a:link {
color: #0000FF;
text-decoration: underline;
}
a:visited {
color: #660099;
background-color: #none;
text-decoration: underline;
}
a:hover {
background-color: #FFFF33;
text-decoration: underline;
}
a:active {
background-color: #FFFF33;
text-decoration: underline;
}

a.header:link {
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
font-size: 11pt;
font-weight: bold;
letter-spacing: .01px;
}
a.header:visited {
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
font-size: 11pt;
font-weight: bold;
letter-spacing: .01px;
}
a.header:hover {
color: #FFFF33;
background-color: #000000;
font-size: 11pt;
font-weight: bold;
letter-spacing: .01px;
}
a.header:active {
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
font-size: 11pt;
font-weight: bold;
letter-spacing: .01px;
}


/*NAVIGATION Properties*/



#navcontainer { width: 125px; }

#navcontainer ul
{
margin-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0.25em;
}

#navcontainer a
{
display: block;
padding: 3px;
background-color: #CCCC99;
border-bottom: 1px solid gray;
width: 125px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFFF33;
color: #000000;
}



#bulletlist
{
margin-top: 0;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#bulletlist li 
{
padding-left: 10px;
background-image: url(images/box.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}


/*LAYOUT Properties*/


#body {
border-top: 2px #66FF99 solid;
width: 100%;
}

#left {
border-left: 1px #000000 solid;
margin-top: 0px;
padding: 10px;
height: 100%;
width: 240;
}

#red {
color: #FF0000;
font-weight: bold;
text-decoration: none;

}