/*CSS Styles*/
body {font-family:Arial; font-size:12px; margin:0px; padding:0px;}

#body{width:800px; background-color:#99cc99; margin:auto; padding-bottom:30px;}
#header {width:800px; height:148px; margin:auto; background-image: url(images/header.jpg); background-repeat: no-repeat;} 
#subheader {width:800px; height:57px; margin:auto;}
#subheader_home {width:800px; height:57px; margin:auto; padding:0px;}
#main{width:678px; margin:auto; padding-top:10px; background:#fff; border-right:1px solid #ffcc33; border-left:1px solid #ffcc33;}
#footer{width:800px; height:60px; margin:auto; font-size:11px; text-align:center; background-image:  url(images/footer.jpg);}

#col_lt{float:left; width:300px; margin:0px 12px 0px 18px; line-height:2;}
#col_rt{float:right; width:300px; margin-right:12px; line-height:2;}

#content{float:left; width:610px; margin:0px 12px 0px 18px; line-height:2;}

#content2{float:left; width:610px; margin:0px 12px 0px 18px;}
#content2 a:hover {color: #000000;  font-size:12px; text-decoration: underline;}

a:link{color: #000000; }
a:hover{color: #ffffff; text-decoration: none; background-color: #ffffff; }

#topmenu{width:800px; text-align:center; margin:auto; padding-top:110px;}
#topmenu ul{list-style: none; position:relative; margin:inherit; padding:0px; padding-left:95px; }
#topmenu ul li{display: inline;}
#topmenu ul li a, #topmenu ul li a.last{color:#ff3300; padding: 0 10px; text-align: center; text-decoration: none; border-right:solid 1px #ff3300; font-weight:bold}
#topmenu ul li a.last{border:none;}
#topmenu ul li a:hover {text-decoration:underline; color: #ffffff;background-color: #ff3300;}

ul.bmenu{list-style: none; margin:0px; margin-bottom:10px; padding:0px; padding-top:25px;}
ul.bmenu li{display: inline; padding:0px;}
ul.bmenu li a, ul.bmenu li a.last{color:#ffffff; padding: 0 11px; text-align: center; text-decoration: none; border-right:solid 1px #ffffff; font-weight:bold;}
ul.bmenu li a.last{border:none;}
ul.bmenu li a:hover {text-decoration:underline; color: #ffffff; background-color: #99cc99;}

.designby{background-color:#99cc99;}
.designby a{color: #ffffff; font-size:11px; font-weight:bold; text-decoration:none;}
.designby a:hover {text-decoration:underline; background-color:#99cc99;}

/*fonts and colors*/
.textsm {font-size:10px;}
.textred {color: #f00;}
.textblk {color: #000;}

.clr{clear:both;}

