html {
        font-family: Arial, Verdana;
        font-size: 9pt;
}

body {
	background-color: #000000;
	text-align: left;
}

p {
        padding-right   : 20px;
        margin-top      : 3px;
        margin-bottom   : 8px;
}

#main {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 40px; 
	background-color: #f0f0f0;
	border-style: solid;
	border-color: #82c51b;
	border-width: 2px;
	width: 700px;
	height: 550px;
}

#logo {
	background-image: url(logo.gif);
	margin-left: auto; 
	margin-right: auto;
	margin-top: 100px; 
	height: 261px;
	width: 630px;
	background-repeat: no-repeat;
	background-position: center;
}

#header {
	background-image: url(logo-header.gif);
	margin-left: auto; 
	margin-right: auto;
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
        border-bottom: solid 2px #000000;
}

#content {
        margin-top: 2px;
	height: 398px;
	width: 100%;
        border-top: solid 1px #82c51b;
        margin-left: 0px;
        margin-right: 20px;
        xoverflow: auto;
}

#menu {
        margin-top: 0px;
        margin-right: 30px;
	height: 425px;
	width: 150px;
        border-right: solid 2px #82c51b;
        margin-left: 0px;
        float: left;
        padding-left: 0px;
        list-style: none;
        font-size: 18px;
        font-weight: bold;
}

#menu li {
        border-bottom: solid 2px #82c51b;        
        list-style: none;
        font-size: 20px;
        font-weight: bold;
        padding-left: 10px;
}

a {
        color: #606060;
}

#menu a {
        text-decoration: none;
        color: #b0b0b0;
}

#menu a.selected  {
        color: #82c51b;
}

#naw {
	text-align: right;
        padding-right: 40px;
}

.naw_th {
	color: #82c51b;
	font-weight: bold;
	padding-right: 5px;
}

#naw li {
	list-style: none;
        font-weight: bold;
}

h2 {
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 3px;
}

h1 {
        font-weight: bold;
        font-style: italic;
        font-size: 14px;
        margin-top: 25px;
	color: #7bc143;
        margin-bottom: 25px;
        text-align: center;
}

h1 span {
        font-size: 9px;
	color: #000000;
        vertical-align: sub;
        margin-left: 5px;
}

ul {
        list-style-image: url(bullet.gif);
}

a.small {
        font-size: 8pt;
}