*{margin:0;padding:0;outline:0;} 

html, body {  font-size: 80%; 
font-family: Verdana, Arial, sans-serif;
margin: 0px;
background-color: #ffffff;
height: 100%;
}

#container { 
font-size: 80%;
width: 900px;
background-color: #ffffff;
height: auto;
min-height: 100%;
margin-left: auto;
margin-right: auto;
}

#main {padding-bottom: 38px;}  /* must be same height as the footer */

#footer {
position: relative;
width: 900px;
background-color: #ffffff;
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
margin-top: -38px; /* negative value of footer height */
height: 38px;
clear: both;
} 

.content { 
width: 800px;
display: block;
margin-left: auto;
margin-right: auto;
}

.content  p {
font-family: 'Verdana', 'Arial', sans-serif;
color: #666666;
padding-top: 30px;
font-size: 1.5em;
line-height: 1.8em;
clear: both;
}

p#footer2 {
font-family: 'Verdana', 'Arial', sans-serif;
padding: 14px 0px 14px 0px;
color: #999999;
font-size: 1.0em;
line-height: 1.0em;
text-align: center;
}

img#mainpic {
width: 364px;
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 10px;
}


a:link { 
font-family: 'Verdana', 'Arial', sans-serif;
font-size: 1.2em;
color: #666666;
text-decoration: none;
}
 
a:visited {
font-family: 'Verdana', 'Arial', sans-serif;
font-size: 1.2em;
color: #666666;
text-decoration: none;
}

a:hover {
font-family: 'Verdana', 'Arial', sans-serif;
font-size: 1.2em;
color: #29328a;
text-decoration: underline;
}

a:active {
font-family: 'Verdana', 'Arial', sans-serif;
font-size: 1.2em;
color: #29328a;
text-decoration: none;
}

#international {
display: block;
width: 108px;
height: 81px;
background: url("images/world.jpg") no-repeat 0 0;
}

#international:hover { 
background-position: 0 -81px;
}

#international span {
display: none;
}

#flag-container {
width: 800px;
}

#flag {
width: 108px;
float: left;
padding-left: 220px;
text-align: center;
}

#flag2 {
width: 108px;
float: right;
padding-right: 220px;
text-align: center;
}

#domestic {
display: block;
width: 108px;
height: 81px;
background: url("images/usa.jpg") no-repeat 0 0;
}

#domestic:hover { 
background-position: 0 -81px;
}

#domestic span {
display: none;
}

