/*

Css from Eric Mayer to reduce different browsers to the same level playing field

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border:  none;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
*:focus {
}
body {
  background: white none repeat scroll 0% 50%;
  color: black;
}
ol, ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
table {
  border-collapse: separate;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/*
end Eric Mayer css
*/
/*

Page-wide css declarations

*/
body {
  color: #656e9f;
  text-align: center;
  font-family: Calibri,tahoma,sans-serif;
  font-weight: bold;
  background-color: #656e9f;
  font-size: 0.8em;
}
#wrapper {
  margin: 10pt auto;
  width: 1000px;
  height: 1000px;
  background-color: white;
  text-align: left;
}
.smtext {
  font-size: 1.2em;
}
h1 {
  font-size: xx-large;
}
li {
   padding-bottom: 16px;
}
/* 
css for rounded borders 

*/
.t {
  margin: 10px;
  background: transparent url(images/dot2.gif) repeat-x scroll left top;
  text-align: left;
}
.b {
  background: transparent url(images/dot2.gif) repeat-x scroll 0 100%;
}
.l {
  background: transparent url(images/dot2.gif) repeat-y scroll 0 100%;
}
.r {
  background: transparent url(images/dot2.gif) repeat-y scroll 100% 0;
}
.bl {
  background: transparent url(images/bl.gif) no-repeat scroll 0 100%;
}
.br {
  background: transparent url(images/br.gif) no-repeat scroll right bottom;
}
.tl {
  background: transparent url(images/tl.gif) no-repeat scroll left top;
}
.tr {
  padding: 10px;
  background: transparent url(images/tr.gif) no-repeat scroll 100% 0;
  }
/*
css for header


*/
#cola {
  float: left;
  width: 200px;
  padding-top: 48px;
}
/* home page only */
#col2 {
  width: 700px;
  float: right;
  height: 700px;
}
#col1 {
  width: 300px;
  float: left;
}

/*

css for post area

*/
#titlewrapper {
padding-top: 10px;
padding-left: 15px;
float:left;
}
#colb {
  float: right;
  width: 800px;
}
.main {
  list-style-position: inside;
  list-style-image: url(images/ajarrow.gif);
}
.para {
padding : 5px;
}
/* home page only */
#colc {
  float: right;
  width: 500px;
  padding-top: 37px;
}
.add {
  margin-top: 2px;
}
#contact {
  margin-top: 8px;
  margin-bottom: 23px;
}

/*

css for footer

*/
#row3 {
  clear: both;
 }
 .imgwrapperfoot {
  vertical-align: bottom;
}
 .imgwrapper {
  float: right;
  margin-bottom: 0;
  text-align: left;
  padding-top: 12px;
  padding-right: 50px;
}

.activwrapper {
float : left;
padding-left: 40px;
}
#catchphrase {
  float: right;
  text-align: left;
  padding-top: 13px;
}
#contactwrapper {
  width: 300px;
  float: left;
}
.ccimgwrapper {
  width: 420px;
  float: left;
}
#bnilogo {
  width: 60px;
  height: 60px;
  float:right;
}
#footer {
  clear :both;
   font-size: 0.6em; 
   text-align:center;
}
#contactaj {
  margin-top: 10px;
  margin-bottom: 10px;
}
 /*
 
 probably unused
 
 
.bodytext {
  border: 4px solid #424d8a;
  margin: 10px;
  padding: 25px;
  clear: left;
}

.main a, .mainside a {
  color: #656e9f;
}
.main a:hover, .mainside a:hover {
  color: #2d82c5;
}
.mainside {
  margin-left: 17px;
  list-style-image: url(images/ajarrow.gif);
  list-style-position: outside;
  padding-top: 20px;
  padding-bottom: 45px;
}
#waves {
  width: 300px;
  height: 813px;
}


.text {
  height: 521px;
}

*/

/*
#header {
  float: left;
  width: 100%;
  font-size: 93%;
  line-height: normal;
}
#header ul {
  margin: 0;
  padding: 10px 10px 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#header li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: url(images/norm_right.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#header a {
  padding: 5px 15px 4px;
  display: block;
  background-image: url(images/norm_left.gif);
  background-repeat: no-repeat;
}
#header #current {
  background-image: url(images/norm_right_on.gif);
}
#header #current a {
  background-image: url(images/norm_left_on.gif);
  padding-bottom: 5px;
}
*/