html, body {
    height: 100%;
}

body {
font:.74em Arial, sans-serif;
line-height:1.5em;
background:#eee url(../images/main_bg.gif) repeat-x;
color:#333;
margin:0;
padding:0;
}

/* HEADER */

#header {
width:764px;
height:84px;
background:#FFFBFD url(../images/header.jpg) no-repeat top center;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
margin:0 auto;
}

#logo {
width:316px;
height:84px;
margin-left:20px;
}

/* MENU */

#menu {
width:764px;
height:22px;
padding-top:7px;
background:#fff url(../images/menu_bg.gif) no-repeat top center;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
font-size:8pt;
margin:0 auto;
}

#menu ul {
list-style:none;
text-align:center;
margin:0;
padding:0;
}

#menu li {
display:inline;
}

#menu a {
text-transform:uppercase;
text-decoration:none;
font-weight:700;
color:#FFF;
padding:4px 15px;
}

#menu a:hover {
background-color:#333;
}

/* CONTENT */

#content {
background-color:#fff;
width:764px;
line-height:150%;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
margin:0 auto;
}

#padding {
padding:10px 5px;
}

/* FOOTER */

#footer {
clear:both;
text-align:right;
width:754px;
font-size:8pt;
border-top:1px solid #DCDCDC;
color:#777;
background:#e9e9e9;
padding:5px;
}

/* DIVISIONS */

#right_side {
float:right;
width:197px;
background-color:#f6f6f6;
border-left:1px #e9e9e9 solid;
border-bottom:1px #e9e9e9 solid;
padding:20px;
}

#right_side ul {
margin-top:10px;
}

#right_side li {
background:#F6F6F6 url(../images/bullet.gif) no-repeat left;
list-style:none;
padding-left:15px;
}

#left_side {
background:#FFF;
width:465px;
padding:20px;
}

#left_side ul {
margin-top:10px;
margin-left:30px;
padding:0;
}

#left_side li {
}

/* FORMATTING */

p {	
margin: 0; 

}

a {
font-weight:700;
text-decoration:none;
color:#DA3B3B;
}

a:hover {
text-decoration:underline;
color:#DA3B3B;
}

h1 {
font:bold 1.8em Arial, Sans-Serif;
letter-spacing:-1px;
margin:0;
padding:8px 0 4px;
}

h2 {
font:bold 1.6em Arial, Sans-Serif;
margin:0;
}

p {
margin-bottom:15px;
}

span.title {
font:bold 1.2em Arial, Sans-Serif;
height:30px;
clear:left;
float:left;
margin-top:25px;
}

ul {
list-style:none;
margin:0;
padding:0;
}

#left_side li {
background:url(../images/bullet.gif) no-repeat left;
list-style:none;
padding-left:15px;
margin:5px;
}

input.contact, textarea {
border:1px #ccc solid;
padding:2px;
}

/* MISC */

img {
border:0;
}

hr {
height:1px;
color:#dddddd;
background-color:silver;
border-style:none;
margin:10px 0;
}

.left {
float:left;
}

.right {
float:right;
}

#clear {
display:block;
clear:both;
width:100%;
height:1px;
overflow:hidden;
}


fieldset { 
border: 1px solid #ccc;
padding:10px;
margin-top:15px;
}

legend {
font:bold 1.2em Arial, Sans-Serif;
color:#666;
font-weight: bold;
margin-bottom:5px;
  }

div.row {
clear:left;
padding-top:10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: left;
  font-weight: bold;
  padding-left:10px;
  color:#666;
  }

div.row span.formw {
  float: left;
  padding-left:10px;
  width: 250px;
  text-align: left;
  } 

div.yrow {
clear:left;
padding-top:20px;
  }

div.yrow span.year {
  float: left;
  width: 50px;
font-size:120%;
  text-align: left;
  font-weight: bold;
  padding-left:10px;
  color:#666;
  }

div.yrow span.yearevent {
  float: left;
  padding-left:10px;
  width: 335px;
  text-align: left;
  } 

div.contact_row {
  clear: both;
  padding-top: 10px;
  }

div.contact_row span.contact_label {
  float: left;
  width: 50px;
  margin-top:2px;
  text-align: left;
  font-weight: bold;
  }

div.contact_row span.contact_input {

  text-align: left;
  } 

.logos {
padding:10px;
  }


.nl_title {
font-weight:bold;
font-size: 1.2em;
}

.nl_info {
color:#666;
font-size:0.9em;
}

.nl_summary {
padding:3px;
}


.list_title { 
font-size: 1.2em;
}

.list_date { 
font-size: 0.9em;
}

.nm_row_even {
background-color:#eee;
}

.nm_row_odd {
background-color:#fff;
}

#flags {
position:absolute;
width:150px;
height:50px;
margin-left:700px;
margin-top:10px;
}

#iso {
position:absolute;
width:43px;
height:43px;
margin-left:650px;
margin-top:20px;
}

.therow {
border:1px #a2a2a2 solid;
}