@charset "UTF-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  background:url(../images/background.jpg) repeat-x #FFF;
  color: #939393;
  margin: 0px;
  padding: 0px;
  font-family:Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
  font-size: 13px;
}

/*-- Structure 
--*/

#container {
  margin: 0 auto;
  width: 860px;
}
 
* html #container { /*centering for IE*/
  margin-left:auto;
  margin-right:auto;
}

p {
  line-height:150%;
  margin:1em 0;
}

a {
  color: #00B1C1;
  border-bottom: 1px dotted #00b1c1;
  text-decoration: none;
}

a:hover {
  color: #00b1c1;
  border-bottom: 0px;
  text-decoration: none;
}

#navbar {
  background:url(../images/top.jpg);
  height: 26px;
  border-bottom: 1px dotted #747474; 
  font-family:Arial,Verdana,sans-serif;
  font-size: 14px;
  color: #747474;
}

#navbar ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#navbar li {
  float: left;
  margin-right: 20px;
  height: 15px;
}

#navbar li a {
  color: #747474;
  text-decoration: none;
  padding-left: 4px;
  border-bottom: 0px;
  border-left: 8px solid #dadada;
}

#navbar li a:hover {
  color: #00b1c1;
  text-decoration: none;
  padding-left: 4px;
  border-bottom: 0px;
  border-left: 8px solid #00b1c1;
}

#center {
  margin: 0 auto;
  width: 860px;
  padding-top: 6px;
  height: 15px;
}

#fcenter {
  margin: 0 auto;
  width: 860px;
  padding-top: 6px;
  height: 190px;
}


#header {
  display:block;
  position: relative;
  width: 860px;
  height: 86px;
  padding-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

#green {
  background-color: #00b1c1;
  height: 5px;
  border: 0px;
}

h1 {
  color: #00acda;
  font-size: 24px;
  line-height: 125%;
}

h2 {
  color: #00acda;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 5px;
}

#footer {
  clear:both;
  border-top: 1px dotted #747474;
  margin-top: 30px;
  background:url(../images/footer.gif) repeat-x #fff;
  height: 125px;
}

#maincontent {
  float: left;
  width: 645px;
  padding-bottom: 10px;
}

#sidebar {
  width: 203px;
  padding-left: 5px;
  float: left;
}

#topheader {
  height: 188px;
  margin-bottom: 10px;
}

#side {
  width: 203px;
  height: 189px;
  margin-left: 5px;
  background-color:#dcdcdc;
  float:left;
}

#side1 {
  width: 203px;
  height: 189px;
  background-color:#dcdcdc;
  float:left;
  margin-bottom: 9px;
}

#side ul, #side1 ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#side li, #side1 li {
  float: left;
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 5px;
  padding-right: 5px;
  width: 194px;
  height: 22px;
  text-align: right;
  background:url(../images/button.jpg); 
}

#side li a, #side1 li a {
  color: #747474;
  text-decoration: none;
  padding-right: 4px;
  border-bottom: 0px;
  border-right: 8px solid #dadada;
}

#side li a:hover, #side1 li a:hover {
  color: #00b1c1;
  text-decoration: none;
  padding-right: 4px;
  border-bottom: 0px;
  border-right: 8px solid #00b1c1;
}

.box {
  margin-bottom: 10px;
}
.fbox {
  float:left;
  width: 286px;
}

#footer ul {
  list-style-type: square;
  margin-left: 30px;
}

#footer li {
  line-height: 175%;
}

hr {
  background-color: #00b1c1;
  height: 5px;
  border: 0px;
}