﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
    background-color:#404040;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
}

p
{
    margin:0 0 10px 0;
}

#Container
{
    width:800px;
    margin:0 auto 0 auto;
}

#Header
{
    background-image:url(Images/zen_main2.jpg);
    height:201px;
    width:800px;
}

#Menu
{
    float:left;
    width:148px;
    height:800px; 
    background-color:#006600;
    color:#FFFFFF;
}

#Menu a
{
    height:18px;
    width:138px;
    padding:2px 0 2px 10px;
    margin:5px 0 0 0;
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    font-size:14px;
    background-color:#339900;  
}

#Menu a:hover
{
    color:#006600;
}


#Menu ul
{
    list-style:none;
}

#Menu h1
{
    padding:15px 0 0 10px;
    font-size:100%;
    font-weight:normal;
}
#Menu h2
{
    padding:15px 0 0 10px;
    font-size:120%;
    font-weight: 300;
}

#Content
{
    float:left;
    height:800px;
    background-color:#FFFFFF;
    width:652px;
    color:#339900;
    overflow:scroll;

}

#LocalContent h1
{
    color:#000000;
    font-weight:bolder;
    padding:30px 0 5px 0;
}

#Clear
{
    clear:both;
}

#LocalHeader
{
    background-color:#006600;
    height:27px;
    padding:10px 0px 0px 10px;
    margin:0 0 10px 0;
    color:#FFFFFF;
    font-weight:bold;
    border-right:solid 1px #FFFFFF;    
}

#LocalContent
{
    padding:0 20px 0 20px;
    text-align:justify;
}

#LocalContent a
{
    color:#000000;
    text-decoration: underline;
    font-weight:bold;
}
#LocalContent a:hover
{
color: #009900;
}

#LocalContent ul
{
    list-style-position:inside;
}

.Download
{
    color:#404040;
    font-size:24px;
    font-weight:bold;
}

