
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#eeeeee;
	
}
table, td, tr{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

h1{
	font-size:18pt;
	color:#ffffff;
	margin:0px;
	padding:0px;
	padding-left:150px;
	padding-top:5px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-size:11pt;
	color:#333333;
}

h3{
	font-size:10pt;
	color:#333333;
}
li{
	line-height:16pt;
}
a{
	color:#000066;
}
a:hover{
	color:#000000;
}

#divTop{
	width:100%; 
	height:45px; 
	background-color:#000000; 
	vertical-align:middle; 
	background-image:url(images/flag_faded.jpg); background-position:right; background-repeat:no-repeat;
}

#divSidebar{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#3C5995;
	width:136px;
	height:100%;
	}

#divLinks{
	margin-top:20px;
	clear:both;
	width:660px; 
	float:right; 	
}
#divShim{
	background-image:url(images/top_shim.jpg);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
	clear:both;
	margin-bottom:20px;
}

#divContent{
	width:640px;
	margin-left:60px;
	margin-top:30px;
	margin-bottom:50px;	
}

#divBottom{
	height:20px;
	width:99%;
	clear:both;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#dddddd;
	margin-top:15px;	
	text-align:right;
	font-size:8pt; 
	color:#999999;
	padding-right:1%;
	
}

#navigation {   
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
   line-height:12pt;
}
#navigation li a {
   display: block;
   background: #3C5994;
   width: 120px;
   margin-left:10px;
   text-align: center;
   color: #ffffff;
   padding: 3px 0;
   text-decoration:none;
}
#navigation li a:hover {
   background: #000000;
   color: #ffffff;
}
#navigation li a.on {
   background: #000000;
   color: #ffffff;
  }

