/* it is recommended to use "em" instead of "px" for font-size for IE support.. but remember that it's RELATIVE!! (not absolute) */

/* --------------------------------------- BODY ---------------------------------- */
body{font-family: Tahoma, Arial;background-color: #8d998a;/* centering for IE */text-align: center;}
img{border: 0em;}
/* --------------------------------------- BULLETS ---------------------------------- */
ol{text-align: left;font-weight: normal;line-height: 1.1em;}
ul{text-align: left;font-weight: normal;line-height: 1.1em;}
li{text-decoration: none; font-size: 1em;}
ol.content{margin-top: .8em;margin-bottom: .8em;color: #000000;font-size: .8em;}
ul.content{margin-top: .8em;margin-bottom: .8em;color: #000000;font-size: .8em; list-style-type:square;}
ul.nested{margin-top: .8em;margin-bottom: .8em;color: #000000;font-size: 1em; list-style-type:square;}
ul.menu{text-transform: capitalize;/* indent bullets */padding-left: .1em;/* remove default UL attributes */margin: 0em 0em .1em 0em;}
li.menu{list-style-type: none;}
/* --------------------------------------- LINKS ---------------------------------- */
a{color: #d8d7b2;text-decoration: none;}
a:hover{color: #ffffff;text-decoration: underline overline;font-weight: bold;}
/* ----------------------------------- TABLE ------------------------------- */
table{width: 770px;border: 0px;/* centering for Firefox */margin-left: auto;margin-right: auto;}
td.header{padding: 0em 0em 0em 0em;}
/* ---------------------------------- DIVISONS -------------------------------- */
div{border: 1px solid #ffffff;background-color: #b0c0ac;padding: 0em 0em 0em 0em;/* centering for Firefox */margin-left: auto;margin-right: auto;}
div.menu{width: 185px;padding: .4em .8em .4em .8em;}
div.content{width: 550px;padding: .4em .8em .4em .8em;}
div.contentheader{font-weight: bold;color: #d8d7b2;text-align: left;padding: .1em .4em .1em .4em;font-size: .9em;background-color: #8d998a;margin-bottom: .7em;}
div.linkcontainer{font-size: .8em;font-weight: bold;color: #4f4f4f;padding: .1em .4em .1em .4em;text-transform: uppercase;background-color: #8d998a;margin-bottom: .8em;text-align: center;}
/* --------------------------------- PARAGRAPHS ---------------------------- */
p.content{font-size: .8em;text-align: justify;margin-top: 0em;margin-bottom: .8em;color: #000000;line-height:1.1em;padding-left: 1em;}
p.footer{font-size: .6em;font-style: italic;color: #4f4f4f;text-align: center;padding: .4em 0em .4em 0em;margin-top: 0em;margin-bottom: 0em;}
