/* main.css - control for ocwagis.org */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-attachment:fixed;
  background-color: #639ACE;
  color: #000000;
  padding: 1px;
  margin: 1px;  
}

em {
  font-weight: bold;
  font-style: normal;
}

.IMStitle {
  color: white;
  font-size: 15px;
}



a:link {
  color: Black;
  text-decoration: underline;
}

a:hover {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: black;
  font-style: underline;
}

p.indent {
  text-indent: 5px;
}

span.italic {
  font-style: italic;
}

/* main - all pages except index and download */
  div.main {
    width: 650px;
    margin-left: 50px;
    position: absolute;
    top: 75px;     
    left: 0px;      
  }

/* box control */
  div.boxheader {
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #999999;
    color: #eeeeee;
    text-align: center;
    padding: 2px;
    margin-top: 8px;
    border-bottom: 2px solid #1e3753;
  }

  div.boxheader span.images {
    float: right;
    position: relative;
    top: 5px; 
  }

  div.boxheader img {
   border: 0px;
   padding: 0px;
   margin: 0px;
  }

  div.box {
    width: 95%;
    margin-left: 25px;
    padding: 5px;
    border: solid 1px #1e3753;
    background-color: #cccccc;
  }

  div.box span.title {
   position: relative;
   left: -6px;
   top: -25px;
   padding: 5px;
   background-attachment: fixed;
   background-color: #999999;
   color: #eeeeee;
   border: solid 1px #1e3753;
   font-weight: bold;
   font-variant: small-caps;
  }

  div.box div.text {
   clear: none;
   position: relative;
   top: -6px;
   padding: 5px;
  }

  div.news {
   font-size:10px;
   background-color: #eeeeee; 
   /*position:relative;*/
   width:95%
   padding:5px;
   padding-left: 5px;
   padding-right: 5px;
   border: solid 1px #1e3753;
  }
  
/* end box control */

/* header/footer control */

div.header {
  position: absolute;
  left: 3px;
  top: 0px;
  margin-top: 2px;
  padding-top: 1px;
  border-top: 2px solid #639ACE;
  width: 759px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  font-variant: small-caps;
  color: #639ACE;
}

/* table control */

table {
  border-collapse: collapse;
  border: 0px;
  font-size:12px;
}

table.td {
  padding: 2px;
}

/* main menu styles */
/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
	padding: 4px;
}
.m0l0o {
	text-decoration : none;
	border : 1px solid #1e3753;
}
.m0l1i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l1o {
	text-decoration : none;
	border : 1px solid #1e3753;
}
.m0l2i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l2o {
	text-decoration : none;
	border : 1px solid #1e3753;
}
.m0l3i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	padding: 4px;
}
.m0l3o {
	text-decoration : none;
	border : 1px solid #1e3753;
}