* {
   /*
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
   */
}

body {
   background: #669966;  
   color: #336633; 
   text-align: center; 
   font-family: "Verdana";
   font-size:16px;
   padding: 0;
   margin: 0;
}

a, a:link, a:visited {
   color: #996600;
   text-decoration: underline; 
}

 a:hover {
   color: #996600;
   text-decoration: none; 
}

p {
   margin-bottom: 10px;
   /*line-height: 19px;
   font-size: 0.8em;*/
   font-weight:normal;
}
h2
{
    margin:0;
    padding:0;
   font-size: 1.0em;
   margin-bottom:5px;
}
h1
{
   margin:0;
   padding:0;
   font-size: 1.5em;
   margin-bottom:5px;
   color:#000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	border: solid 1px #003333;
	background: #FFFFFF; 
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#wrapper {display: inline-table;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */


#header {
	margin: 0;
	height:82px;
	background: url("../images/banner.gif") center top no-repeat;
}

#header_port {
	margin: 0;
	height:82px;
	background: url("../images/banner_port.gif") center top no-repeat;
}

#flags {
	margin-right: 10px;
	padding:0;
	text-align:right;
}

#leftSide {
	float: left;
	width: 150px;
	font-size:0.9em;
}

#leftSide a, #linkList a:link, #linkList a:visited {
   color: #336633;
   text-decoration: none; 
   margin-left:10px;
   margin-top:0;
   padding:0;
}

#leftSide a:hover {
   color: #336633;
   text-decoration: underline; 
   width: 150px;
}

#leftSide ul {
   list-style: disc;

}
#leftSide ul li {
   margin-bottom: 5px;
   margin-left: 25px;
}

ul.roman
{
   list-style: upper-roman;
   font-size: 0.8em;
}

ul.roman li
{
   margin-bottom: 10px;
   line-height: 19px;
}

#rightSide {
	float: right;
	width: 150px;
	font-size: 0.6em;
}

.rightSideSection {
	border-left: solid 1px #003333;
	border-top: solid 1px #003333;
	border-bottom: solid 1px #003333;
	padding:3px;
	background: #EEEEEE; 
}

.rightSideLinks{

	padding:3px;
	text-align:center;

}

#rightSide a, #linkList a:link, #linkList a:visited {
   color: #336633;
   text-decoration: underline; 
   border:0;
}

#rightSide a:hover {
   color: #336633;
   text-decoration: underline; 
}

.noborder
{
	border:0px;
}

#content { 
	float: left;
	width: 56%;
	font-size: 0.7em;
}

#content2 { 
	float: left;
	width: 78%;
	font-size: 0.7em;
}

#footer {
	clear: both;
	background: #DDDDDD;
	text-align:center;
	padding:3px;

}

.lgBlackHeader
{
	font-size:1.1em;
	color:Black;
}