
body {
background:url("back.gif") repeat-x;
font-family: verdana,Arial, Helvetica, sans-serif;
font: 76%;
background-color:#f5eee8;
color:#000000;
margin: 0px;
padding: 0px;
text-align:justify
}

table{font-size:12px;}
h1{font-size:15pt;color:#e17223}
h2{font-size:14pt;color:#de6a1f}
h3{font-size:14pt;color:#cc0000}

b{font-size:12px}

p{margin:0 10px 10px;font-size:12px}
li{font-size:12px}

div#header {height:192px;margin:0;
 padding:0px;color: #79B30B;}

div#content p{line-height:1.4}
div#content{margin: 0 20%}

div#extra{background:#f5eee8;}
div#extra{float:left;width:20%;margin-left:-20%}

div#navigation{background:#f5eee8}
div#navigation {float:left;width:20%;margin-left:-100%}

div#wrapper{float:left;width:100%}

div#footer{clear:left;width:100%;text-align:center}
div#footer{background: #eddbcc;color: #000000;border-top:1px dotted #e28a50;font-size:12px}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}


div#footer a:hover {
text-decoration:underline;
}
div#footer a {
text-decoration:none;
}
 div#footer a:hover {
color:#FBA34C;
}
 div#footer a:link, div#footer a:visited, div#footer a:active {
-x-system-font:none;
color:#CA4314;
font-family:Tahoma,Arial;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}


 /*  Left menu Start*/

.leftmenu{
width: 180px; /*width of menu*/
}

.leftmenu .headerbar{
font: 12px Arial;
color: white;
background-color: #eae3dd;
margin-bottom: 10px;
text-transform: uppercase;
padding: 10px 2px 6px 10px; /*header text is indented 10px*/
font-weight:bold;
color:#de6a1f
}

.leftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.leftmenu ul li a,leftmenu ul li a:visited{
color:#a75724;
background: url(arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size:11px;
}

.leftmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
}
 /*  Left menu End*/