        body
        {
            font-family: Arial, Verdana, Sans-Serif;
            background-color: #D2D0AC;
            padding: 45px 0 20px 0;
            margin: 0;
            text-align: center;
        }
        h1, h2, h3, h4, h5, p, td, div { font-family: Arial, Verdana, Sans-Serif; }
        h1 { font-size:18px; }
        h2 { font-size:15px; }
        
        #Menu
        {
            width: 615px;
            margin: 10px auto 0 auto;
            padding: 0 0 0 10px;    
            text-align: left;
			vertical-align:middle;
        }
        #Menu ul
        {
            font-family: Arial, Verdana, Sans-Serif;
            text-align: left;
            list-style: none;
            list-style-position: inside;
            display: inline;
			margin:0 0 0 6px;
        }
        #Menu li
        {
            display: inline;
            padding: 6px 12px;
            list-style-position: outside;
            list-style: none;
        }
        #Menu a
        {
            text-decoration:none;
            color:Black;
            font-size:12px;
        }
        .active
        {
            background-color: white;
        }
        #ContentWrapper
        {
            text-align: left;
            background: white url( "images/identity1.png" ) top right no-repeat;
            margin: 0 auto;
            width: 615px;
        }
        #Content
        {
            margin: 0 225px 10px 100px;
            padding: 20px 0;
            font-size: 12px;
            border: solid 1px white; /*firefox hack*/
            line-height: 130%;
        }
		
		a:hover, a:visited, a:hover
		{
			color:blue;
		}