img {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	top: 0px;
}
h1 {
	font-weight: lighter;
	color: #930;
	line-height: normal;
}
h1, h2 {
	line-height: 10px;
}

h2 {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	line-height:20px;
}
h3 {
	padding-left: 20px;
	line-height: 2px;
	font-size: 14px;
}


#content {
	margin: 10px auto;
	text-align: left;
	height: auto;
	width: 990px;
	padding-right: 20px;
	padding-left: 20px;
}

#BookCase {
	margin: 0px;
	padding: 0px;
	width: 989px;
	background: url(../images/book_middle.gif) repeat-y;
	vertical-align: middle;
}
#LeftPage {
	width: 400px;
	margin-right: 0px;
	margin-left: 90px;
	float: left;
	vertical-align: middle;
	padding-top: 20px;
	font-weight:bold
}
#LeftPage p {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
}
#biofooter {
	vertical-align: top;
	text-align: center;
	height: auto;
	width: auto;
}
#bioside {
	width: 236px;
	float: right;
}


#RightPage {
	float: right;
	width: 375px;
	margin-right: 95px;
	text-align: left;
}

#RightPage p.main {
	text-align: center;
}

#Footer {
	margin: 10px 0px;
	text-align: center;
	font-size: 10px;
}
#navigator {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #930;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #930;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #900;
}
a.current {
	color:#099;
}
#rightimage {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
}
#rightname {
	margin-top: 50px;
}
#biocontent {
	text-align: left;
	float: right;
	clear: left;
}

/* Styles for weather alert */
    
    fieldset#weather, fieldset#announce {
        margin:0 auto 40px;
        border:#A53229 4px solid;
        width:955px;
    }
    fieldset#weather {
        background:url('/images/scared_kid.jpg') no-repeat 30px bottom;
    }
    #weather legend, #announce legend {
        color:#000;
        font-size:18px;
        font-weight:bold;
        text-align:left;
    }
    #weather p, #announce p {
        width:600px;
        margin:10px auto;
        font-size:14px;
        padding-bottom:15px;
        font-weight:bold;
    }
    #weather #plugin, #announce #plugin {
        margin:10px auto;
        text-align:center;
        padding-left:125px;
    }
