* {
	margin:0;
	padding:0;
}
body { 
	font-family : verdana, helvetica, arial, sans-serif; 
	font-size : small; 
        line-height:140%;
	color: #FFDF21; 
	background-color:#000;
} 
img { 
	border: 0; 
} 
p, main { 
	text-align : justify; 
	margin-bottom: 11px;
	} 

h1, h2, h3 { 
	font-size: 130%;
	font-weight: bold; 
	text-align : left; 
	border-bottom : 1px dotted #FFDF21; 
	margin-bottom: 12px; 
} 
h2,h3 { 
	margin-top: 12px;
	font-size: 100%; 
	clear: left;
} 
a { 
	color : #FFDF21; 
	text-decoration : underline; 
} 
a:visited { 
	color : #FFDF21; 
} 

a:hover { 
	text-decoration : underline; 
	color : #fff;
} 
#back { 
	width : 900px; 
	margin-left : auto; 
	margin-right : auto;
	margin-top: 10px;
	margin-bottom: 10px;
} 
#header {
	background-color: #000;
	background-image: url(files/header.jpg); 
	background-repeat : no-repeat; 
	height: 133px;
}
#nav {
	background-color: #FFDF21;
        height: 25px;
        font-size: 120%;
       	color: #005218;
	margin-top: 8px;
}
#nav ul {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 0;
        padding-top: 3px;
}
#nav li {
	display: inline;
	padding: 0 10px;
        color: #005218;
}
#nav a {
	color: #005218; 
	text-decoration: none;
	font-weight: bold; 
}
#nav a:hover { 
	color: #FFDF21;
	background-color: #005218;
} 
#content {
	margin-top: 8px;
        background-color: #005218;
        padding: 10px;
}
#content table {
        width: 100%;
}
#content th {
        background-color: #FFDF21;
        color: #005218;
        padding: 2px;
}
#content td {
        border: 1px solid #FFDF21;
        padding: 0 5px;
        vertical-align: top;
}
#content ul {
	list-style-type: circle;
        margin-left: 20px;
}
#content li {
        padding-bottom: 4px;
}
#footer {
	height: 80px;
	background-image: url(files/footer.jpg); 
	background-repeat : no-repeat; 
}
.picleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#clear {
	clear: left;
}
span.displaynone { 
	display : none; 
}