/* Tag Styles */

body{
  font-family:"Lucida Sans", Arial, sans-serif;
  color:#000000;
  background-color:#FFFFFF;
  margin:0;
  text-align:center;
  background-image:url("back.jpg");
  background-repeat:repeat-x;
  background-position:top center;
}

a{
  color:#444444;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#000000;
  font-weight:bold;
}

img{
  border-style:none;
}

/* ID Styles */

#out{
  margin:10px auto 2% auto;
  width:900px;
  background-color:#DDE5FF;
  text-align:left;
}

#top{
  height:50px;
  text-align:right;
  font-size:smaller;
  background-color:#FFFFFF;
}

#intop{
  padding:20px 20px 0 20px;
}

#splash{
  margin:75px auto auto auto;
  height:250px;
  text-align:center;
}

#banner{
  height:261px;
  background-color:#EEEEEE;
  background-image:url("banner.jpg");
}

#nav{
  height:47px;
  background-color:#E6E6E6;
}

#main{
  margin:20px;
}

#left{
  float:left;
  width:250px;
}

#right{
  float:left;
  width:600px;
  margin: 0 0 10px 0;
  line-height:140%;
}

#foot{
  clear:both;
  text-align:center;
  border-color:#0000FE;
  border-width:5px;
  border-top-style:solid;
  background-color:#C5C5C5;
  color:#000099;
  font-size:10px;
}


/* Class Styles */

.inleft{
  margin:0 20px 2px 0;
  width:200px;
  height:100px;
}

.header{
  margin:10px 0 20px 0;
  font-size:24px;
  font-family:Impact, Arial, sans-serif;
  color:#333333;
  background-image:url("line.jpg");
  background-repeat:no-repeat;
}

.fleft{
  float:left;
}

.left{
  text-align:left;
}

.gap4{
  width:4px;
  height:4px;
}

.clear{
  clear:both;
}
