html, body{margin:0px;padding:0px;}

#container{width:100%;margin:auto;background:#fb6;color:#861010;}

#head{}

#login{position:absolute;top:0;right:0;z-index:100;}

#banner{text-align:center;height:100px;position:relative;top: 0px;}

#banImg{border:none;text-decoration:none;}

#nav{text-align:center;}

#nav-content{visibility:visible;overflow:hidden;background:#ffaa66;width:100%;height:75px;}

#body{min-width:800px; width:100%;}

#content{min-width:658px; width:80%}

#sidebar1{float:right;width:132px;}

#foot{clear:both;text-align:center;}

html {min-width:800px;}
body {background:#fb6;}
div.img{margin:auto;height:auto;width:auto;text-align:center;}
div.img img{display:inline;margin:3px;}
a:link {color:#861010;}
a:visited {color:#660000;}
a:hover {color:#b61010;background-color:#ffaa66;text-decoration:none;}
a:active {color:#661010;}

.bordered {border:2px solid #000000;}

.centered{margin:auto;text-align:center;}

.current {text-decoration:underline;}

.hidden{display:none;}

.left {text-align:left;}

.light {font-size:18px; padding:0px; text-align:left;}

.list {list-style:none; text-align:left;}

.float_left{float:left;clear:left;}
.float_right{float:right;clear:right;}

.floatLeft{float:left;}

.floatRight{float:right;}

.justified {text-align:justify;}

.paraContent{font-size:18px;text-indent:18px;margin-left:25px;margin-right:25px;padding:6px 3px 6px 3px;text-align:justify;text-justify:newspaper;}

.topH {font-size: 32px; text-align: center;}

.topL {font-size: 22px; text-align: center;}

.w650{width:650px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.animatedtabs{
/* border-top: 1px solid #33ff00; */
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}
.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 5px;
padding: 0;
}
.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}
.animatedtabs a{
float: left;
position: relative;
bottom: 5px;
background: #ff6600 no-repeat left top; /* insert url */
margin: 0;
margin-right: 3px;
padding: 0 0 0 9px;
text-decoration: none;
}
.animatedtabs a span{
float: left;
position: relative;
display: block;
background: #ff6600 no-repeat left top; /* insert url */
padding: 3px 14px 5px 5px;
font-weight: bold;
color: #861010;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */
.animatedtabs .selected a{
background-position: 0 -125px;
background-color: #ffaa66;
top: 0;
}
.animatedtabs .selected a span{
background-position: 100% -125px;
background-color: #ffaa66;
color: #861010;
padding-top: 8px;
top: 0;
}
.animatedtabs a:hover{
background-position: 0% -125px;
background-color: #ffaa66;
top: 0;
}
.animatedtabs a:hover span{
background-position: 100% -125px;
background-color: #ffaa66;
padding-top: 8px;
top: 0;
}
.animatedtabs .selected a:hover{
background-position: 0 -125px;
background-color: #ffaa66;
top: 0;
}
.animatedtabs .selected a:hover span{
background-position: 100% -125px;
background-color: #ffaa66;
color: #861010;
padding-top: 8px;
top: 0;
}
