body {
background-color: #999999;
font-size:10pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
li {
/*list-style-type: disc;
line-height: 150%; */
list-style-type: disc;
line-height: 150%;

}
a:link {
color: #6600CC;
text-decoration: underline;
font-weight: bold;
}
li a:link {
color: #006633;
text-decoration: none;
font-weight: bold;


}
a:visited {
color: #6600CC;
text-decoration: underline;
font-weight: bold;
}
li a:visited {
color: #006633;
text-decoration: none;
font-weight: bold;

}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}
li a:hover {
	color: #0060FF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0060FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0060FF;

}
a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}
table
	{
	margin: 1em;
	border-collapse: collapse;
	border: 1px solid #000000;

	}
table.no_border
	{
	margin: 1em;
	border-collapse: collapse;
	border: 0;

	}
th
	{
	color: black;
	background-color: #D1D1D1;
	font-weight: bold;
	}

td, th
	{
	border: 1px solid black;
	}

td
	{
	color: #292929;
	padding: 2px;
	}
	
td.noborder
	{border: 0;
	padding: 2px;
	}
	
div#wrapper {
	width: 99%;
	background-color:#ECE9E9;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
	height: auto;
}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
border-bottom: 2px solid #C6EC8C;
}
div#nav {
	width: 170px;
	padding: 5px;
	margin-top: 1px;
	border-right: 2px solid #C6EC8C;
	float: left;
	margin-bottom: 100px;
}
div#nav li {
/*list-style-type: disc;
line-height: 150%; */
list-style-type: none;
line-height: 150%;
list-style-image:  url(images/flag.jpg);
}
div#main {
	margin-left: 190px;
	margin-top: 1px;
	margin-right: 10px;

}
div#footer {
padding: 10px;
margin: 0px 0px 0px 190px;
border-top: thin solid #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #660033;
	margin-bottom: auto;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CC0099;
	margin-bottom: 10px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
