/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h1 a
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 140%;
  font-weight: bold;
  border-bottom: 0px none;
  text-transform: uppercase;
}

a{text-decoration: none;}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ 
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ 
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}



/* main container */
#main{width: 100%;}

/* links above the logo / footer */
#links, #footer
{ 
  width: 100%;
  height: 24px;
  font-size: 88%;
  text-transform: uppercase;
  padding: 3px 0px 3px 0px;
  /*top, right, bottom, and left*/
}

#links{text-align: right;}

#links li
{ 
  float: right; 
  padding: 0px;
  list-style: none;
} 

#links li a 
{ 
  padding: 6px 0px 2px;
  letter-spacing: 0.001em;
}

#footer
{ 
  text-align: center; 
  border-top: 0px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: none;}

/* logo bg */
#logo-bg
{ width: 100%;
  height: 125px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

/* logo */
#logo
{ width: 100%;
  height: 129px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1
{ margin: 0px;
  letter-spacing: .2em;
  padding: 41px 0px 0px 0px;
  font-size: 160%;
}

/* navigation menu */
#menu
{ 
  height: 127px;
  margin: 98px 0px 0px 0px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 1px 1px;
  /*top, right, bottom, and left*/
  list-style: none;
  float: left;
} 

#menu li a 
{ display: inline; 
  height: 21px;
  width: 80px;
  float: left;
  text-decoration: none; 
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  -moz-border-radius-topLeft:5px;
  -moz-border-radius-topRight:5px;
  border-radius:  5em;
  padding: 6px 19px 2px 19px;
} 

/* main content */
#contentContainer
{ overflow: visible;
  text-align: left;
  min-height: 300px;
  width: 97%;
  margin: 10px 10px 10px 10px; 
  padding: 5px 5px 5px 5px;
} 

#contentContainer h1
{ margin: 0px 0px 12px 0px; 
  border-bottom: 0px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#contentContainer a, #contentContainer a:hover
{ 
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  border-bottom: 0px none;
  font-weight: bold;
}

#contentContainer a:hover
{
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  border-bottom: 0px none;
  font-weight: bold;
}


/* others */
input, textarea
{  
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

#clear
{ clear: both;
  height: 30px;
}


/* content*/
.content
{ text-align: left;
  line-height: 1.2;
  border: 1px solid;
}

.content h2
{ margin: 0px; 
  font-weight: normal;
  font-size: 100%;
  border: none;
  text-transform: uppercase;
}

.content p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.content a, .content a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}
