html{
   margin: 0px;
   padding: 0px;
   height: 100%;
}

body{
   margin: 0px;
   padding: 0px;
   font-family: arial;
   font-size: 0.9em;
   background-image: url('../images/body_bg.gif');
   background-position: top center;
   background-repeat: repeat-x;
   background-color: #f6efdc; 
}

a{
   border: 0px;
   text-decoration: none;
   color: rgb(102, 153, 204);
}

a img{
   border: 0px;
}

a:hover{
   text-decoration: underline;
   color: rgb(255, 132, 0);
}

div.body_wrapper{
   margin: 0px;
   padding: 0px;
   background-image: url('../images/body_bg_stripes.gif');
   background-repeat: no-repeat;   
   background-position: top center;
}

div.website_wrapper{
   position: relative;
   margin: 0px auto;
   padding: 0px;
   width: 760px;
   background-image: url('../images/website_wrapper_bg.gif');
}

div.header{
   position: relative;
   margin: 0px;
   padding: 0px;
   width: 760px;
   height: 189px;
   background-image: url('../images/header.jpg');
   overflow: hidden;
}

div.header p{
   position: absolute;
   bottom: 10px;
   right: 20px;
   margin: 0px;
   padding: 0px;
   color: rgb(102, 153, 204);
   font-size: 0.9em;
}

div.header a{
   color: white;
}

div.header a:hover{
   color: rgb(255, 132, 0);
}

div.menu_content_wrapper{
   position: relative;
   margin: 0px;
   padding: 0px;
   padding-bottom: 20px;
   width: 760px;
   background-image: url('../images/menu_content_wrapper_bg.gif');
   background-repeat: no-repeat;   
   overflow: hidden;
}

div.footer{
   position: relative;
   margin: 0px;
   padding: 0px;
   width: 760px;
   height: 63px;
   background-image: url('../images/footer_bg.gif');
   overflow: hidden;
}

div.footer p{
   position: absolute;
   bottom: 21px;
   left: 55px;
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   font-size: 0.8em; 
   text-align: left;
   color: white;
}

div.footer img.flag{
   position: absolute;
   bottom: 26px;
   left: 10px;
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
}

div.footer img.valid{
   position: absolute;
   bottom: 22px;
   right: 18px;
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   font-size: 0.8em; 
   border: 0px;
}

div.mini_logo{
   position: absolute;
   bottom: 80px;
   left: 0px;
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   padding-right: 10px;
   width: 96px;
   height: 45px;
   border: 0px;
   background-image: url('../images/mini_logo2.gif');
   overflow: hidden;
}

div.menu_spacer{
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   padding-right: 10px;
   width: 96px;
   height: 10px;
   border: 0px;
   border-bottom: 1px solid;
   border-color: white;
   overflow: hidden;
}

a.menu_item_selected{
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   padding-right: 12px;
   width: 98px;
   height: 28px;
   border: 0px;
   background-image: url('../images/menu_item_strip.gif');
	background-repeat: no-repeat; 
	background-position: 0px -28px;   
   overflow: hidden;
   display: block;
   text-align: right;   
   line-height: 28px;
   color: black;   
}

a.menu_item_selected:hover{
   text-decoration: none;
   color: black;
}

a.menu_item{
   margin: 0px;
   margin-left: 10px;
   padding: 0px;
   padding-right: 10px;
   width: 96px;
   height: 28px;
   border: 0px;
   background-image: url('../images/menu_item_strip.gif');
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
   overflow: hidden;
   display: block;
   text-align: right;
   line-height: 28px;
   color: white;
}

a.menu_item:hover{
   color: black;
   text-decoration: none;
   background-image: url('../images/menu_item_strip.gif');
	background-repeat: no-repeat; 
	background-position: 0px -56px; 
}

div.menu{
   float: left;
}

div.content{
   float: left;
   margin: 0px;
   padding: 20px;
   padding-left: 30px; 
   padding-right: 25px;
   text-align: center;
   width: 570px;
}

div.hr{
   margin: 0px;
   margin-top: 2px;
   margin-bottom: 2px;
   padding: 0px;
   height: 2px;
   width: 570px;
   background-image: url('../images/hr.gif');
   overflow: hidden;
   clear: both;
}

h1{
   margin: 0px;
   padding: 0px;
   font-family: Arial;
   font-size: 1.3em;
   background-color: rgb(224, 234, 245);
   color: rgb(1, 42, 82);
   text-align: left;
}

div.content ul{
   text-align: left;
}

div.content p{
   text-align: left;
   padding-left: 20px;
}

div.content p.definition{
   margin: 0px;
   margin-bottom: 20px;
   padding: 0px;
   text-align: left;
}

div.content h3{
   margin: 0px;
   margin-top: 5px;
   margin-left: 20px;
   font-family: arial;
   font-size: 1em;
   background-color: rgb(224, 234, 245);
   text-align: left;
}

div.content p.location{
   margin: 0px;
   padding: 0px;
   font-size: 0.8em;
   text-align: right;
}