@charset "utf-8";
/* CORE FRAMEWORK STYLESHEET - USE 'MYSTYLE.CSS' TO ADD CSS STYLES */
/* PNG Fix*/
@media all{
/* Reset Stylesheet Defaults */
* { margin:0; padding: 0; }
* html body * { overflow:visible;}
* html iframe, * html frame { overflow:auto; }
* html frameset { overflow:hidden; }
html{height:100%;margin-bottom:1px;}
body{font-size: 100.01%;font-family:Helvetica, Arial, sans-serif;}
#wrapper{margin-left:auto;margin-right:auto;}
#col1{float:left;width:200px;}
#col2{float:right;width:200px;}
#col3{width:auto;margin-right:200px;}
#col1_content, #col2_content, #col3_content{position:relative;}
/* Float Fix */  .clearfix:after{content: ".";display:block;height:1%;clear:both;visibility:hidden;margin:0;}
#topnavigation,#sidenavigation{display:none;}
.floatleft{float:left;}
.floatright{float:right;}
blockquote{padding:5px;margin-bottom:15px;font-style:italic;}
blockquote:before{content:open-quote;}
blockquote:after{content:close-quote;}
.clearboth{clear:both;}
.image{margin:5px;border-width:2px;border-style:solid;}
form, legend, fieldset{margin:0px;padding:7px;}
input, select, textarea{border:1px solid #db5e00;padding:1px;color:#472800;}
table{border:none;width:99%;margin-bottom:5px;}
td,th,fieldset{border-weight:1px;}
th{text-align:center;font-weight:bold;border:2px;}
* img{behavior:url('/iepngfix.htc');}}