/***************************************************
   Styles for rounded corners
 ***************************************************/

b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #888}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/***************************************************
   HTML Elements
 ***************************************************/

html,body{margin:0;padding:0}
body{font: 86%/1.3 "trebuchet ms",Verdana,Arial,sans-serif;
    text-align: left;background:#ccc;padding-bottom:20px;width:100%;  background-color:#FF9;background-image: url(bkrd.jpg);background-repeat:repeat-x}
p{margin-top:0; padding-bottom: 10px;}
h1,h2,h3{font: normal normal 350% "Trebuchet MS",Arial,sans-serif}
h2{font-size:160%}
h3{font-size:120%}
h4{font-size:110%; margin: 0px 0 5px 5px}
img{border-style:none;}
td li{font-size: 85%;padding-bottom: 3px;}
td {font-size:110%;}
div#members td{font-size:95%;}

/***************************************************
   Containers
 ***************************************************/

div#content h2{margin: 0 0 15px;color: #5485b5}
div#content p{line-height:1.4em;font-size:90%}
div#container img{margin:0 0 -4px 0px;}
div#content img{margin:0}
div#container{width:758px;margin:15px auto 10px;padding:0;text-align:left;background:#FFF;}
div#container{border-style: solid; border-width:1px; border-color:red;}
div#content{float:left;display:inline;width:720px;margin:0;}


div#sponsor{width:730px;margin:5px auto 5px;padding: 3px 0 5px;
    background: #fff;color: #FFF;text-align:center;}
div#sponsor p{margin:0; align:center;}


div#footer{
	clear:both;
	width:730px;
	margin:10px auto 10px;
	padding: 10px 0;
    	background: #fff;	
	color: #333;
	text-align:center; 
	border-top:1px; 
	border-right:0px; 
	border-left:0px; 
	border-bottom:0px; 
	border-style:dotted;
	border-color:red;
    font-size:90%;
}
div#footer p{margin:0;font-size:90%}
div#footer a{text-decoration:none;color:black; font-size:90%;font-weight:bold;}
div#footer a:hover{text-decoration:underline;}

#content {
  padding: 20px;
}

#menu {
  background: white;
  padding: 0px;
  font-size: 90%;
  font-weight: bold;
  border-top: 0px dotted #999;
  border-bottom: 0px dotted #999;
 
}


#menu a {
  color: #000000;
  padding: 7px;
  text-decoration: none;
  font-style: italic;
}

#menu a:hover {
  color: #990000;
}

#menu a.active {
  color: #990000;
  padding: 7px;
}


#block {
  color: #FFE;
  background: #888;
  padding: 5px 10px 5px 10px;
  line-height: 16px;
}


