/* Cascading Style Sheet (CSS) for */
/* http://www.dgonzalez.net */
/* by Diego Gonzalez Gomez */
/* Inspired from http://www.oswd.org/ */

/******* - ELEMENTS - *******/

body {  
  font-family: "arial, helvetica, arial, sans-serif";
  font-size: 90%;
  color: #003366;
  background-color: #FFFFFF;
  margin: 30px;
}

a {
  color: #003366;
}

a:hover {
  text-decoration:none;
  background-color: #99CCFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #666666;
}

img {
  border: 0px;
}


ul {
  list-style-image: url(/images/bullet.gif);  
}

/******* - MAIN box - *******/

#layoutBox {
  float: left;
  border: 1px solid #336699;
  background-color: #E1E1E1;
  padding: 10px;
}


/******* - HEADER box - *******/

#headerBox {
  height:4em;
  border: 1px solid #336699;
  background: #99CCFF url(/images/hdr.gif) repeat-x bottom;
}

#headerLeftBox {
  float: left;
  width: 40%;
  height:4em;
  background: #99CCFF url(/images/hdr.gif) repeat-x bottom;
  text-align: left;
}

#headerRightBox {
  float: right;
  width: 40%;
  height: 4em;
  background: #99CCFF url(/images/hdr.gif) repeat-x bottom;
  text-align: right;
  padding-right: 1em;
}
 
 
/******* - HEADER STYLES - *******/

.title {
  font-family: "times new roman, helvetica, arial, sans-serif";
  font-size: 250%;
  font-weight: bold;
  color: #003366;
  line-height: 0.9em;
  margin-left: 1em;
}

.subtitle {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  color: #003366;
  margin-left: 8em;
}

/******* - MENU box - *******/

#menuBox {
  float: left;
  width: 12em;
  margin: 10px 0 0 0;
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/******* - CONTENT box - *******/

#mainContent {
  margin: 10px 0 0 13em;
  border-left: 1px solid #336699;
  border-bottom: 1px solid #336699;  
  border-right: 1px solid #336699;
  background: #FFFFFF;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

.noDisplay {
  display: none;
}

/******* - FOOTER box - *******/

#footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  color: #003366;
  border: 1px solid #336699;
  padding: 2px 10px 2px 10px;
  background-color: #99CCFF;
  text-align: right;
  margin: 10px 0 0 0;
}

/******* - HEADER/FOOTER STYLES (menuBox & mainContent) - *******/

#mainContent h1, #menuBox h1, #menuBox a, .menuFooter, .footer {
  font-family: "times new roman, helvetica, arial, sans-serif";
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #003366;
  background: #99CCFF;
  border-top: 1px solid #336699;
  border-bottom: 1px solid #336699; 
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
  text-decoration: none;
}

#menuBox a:hover {
  color: #FFFFFF;
  background: #336699;
}

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, #menuBox a, .menuFooter {
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
}

#mainContent h2, #menuBox h2 {
  font-weight: bold;
  background-color: #CCCCCC;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  font-size: 100%;
}

#menuBox h2 {
	font-size: 80%;
}  

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;   /* Set to both if you don't care about Internet Explorer */
}

.footer, #footer  {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  border-right: 1px solid #336699;
  border-left: 1px solid #336699;
}

.footer a:hover, #footer a:hover {
  background-color: #CCCCCC;
}

.footer br {
  margin: -20px;
}

/******* - MENU/NEWS ITEM STYLES - *******/

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #336699;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #336699;
}

/******* - IMAGE STYLES - *******/

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}