body {
background: #339933 url("back.jpg") repeat-x top;
padding: 0;
margin: 0;
}

.logo
{
	background: #339933 url("bg_top.gif") repeat-x;
	text-align: center;
	height: 100px;
}

.menu
{
	background: url("menu_bg.gif") repeat-x top;
	border-top: 0px solid #fff;
	height: 59px;
}

.menuBox
{
	background: url("menu.gif") no-repeat top;
	margin: 0 auto;
	width: 451px;
}

.center
{
	width: 600px;
	margin: 5px auto;
	margin-top: 30px;
	background: url("back_content.gif");
	border: 1px solid #8ad14f;
	
}

.content
{
	background: url("back_content_middle.gif");
	margin: 10px;
	padding: 10px;
	border: 1px solid #8ad14f;
	
	font-size: 13px;
	font-family: verdana;
	color: #000;
	text-align: justify;

}

.content h1
{
	color: #006699;
	font-size: 18px;
	font-family: tahoma, verdana;
	padding: 10px;
	margin: 0;
}

.content h2
{
	color: #339933;
	font-size: 18px;
	font-family: tahoma, verdana;
	padding: 10px;
	margin: 0;
}

.content h3
{
	color: #339933;
	font-size: 14px;
	font-family: tahoma, verdana;
	padding: 0 0 5px 0;
	margin: 0;
}

.content h4
{
	color: #006699;
	font-size: 13px;
	font-family: tahoma, verdana;
	padding: 0 0 3px 3px;
	margin: 0;
}

.content p
{
	padding: 2px;
	margin: 0;
}

.content ul
{
	padding: 0;
	margin: 3px;
	list-style: none;
}
.content ul li
{
	padding: 1px;
	margin: 0;
}

.content a:link, .content a:active, .content a:visited {
	font-size: 12px;
	font-family: verdana;
	color: #0099cc;
    text-decoration: none;
}

.content a:hover {
	font-size: 12px;
	font-family: verdana;
	color: #d20000;
    text-decoration: none;
}

.notActive {
	color: #cc3300;
	font-weight: bold;
}

#bottom
{
	text-align: center;
	/*color: #339900;
    */
    color: #fff;
	font-size: 10px;
	font-family: tahoma, verdana;
	
}

        .topMenu {
            position: relative;
            height: 29px;
            padding: 15px;
            overflow: hidden;
			width: 300px;
            margin: 0 auto;
        }
                .topMenu li {
                    float: left;
                    list-style: none;
					text-align: center;
                }
                    .topMenu li.back {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .topMenu li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .topMenu li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        /*margin: auto 10px;*/
						width: 100px;
                    }
                        .topMenu li a:hover, .topMenu li a:active, .topMenu li a:visited {
                            border: none;
                        }          
